You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In preprocessing.py, Cifar10ImagePreprocessor class is using older dataset reader APIs (tf.train.shuffle_batch, etc.). These have been deprecated. This needs to be updated to use tf.Dataset APIs.
The text was updated successfully, but these errors were encountered:
In preprocessing.py, Cifar10ImagePreprocessor class is using older dataset reader APIs (tf.train.shuffle_batch, etc.). These have been deprecated. This needs to be updated to use tf.Dataset APIs.
The text was updated successfully, but these errors were encountered: