STT-tensorflow/tensorflow/python/keras/preprocessing
A. Unique TensorFlower 2e7f0f4f04 GitHub Issue #40462 fix typo
PiperOrigin-RevId: 317504961
Change-Id: I80c98d7f317280588a400eadcd0adf19d728ce66
2020-06-20 20:37:12 -07:00
..
__init__.py Reintroduce API compatibility checks for Keras Preprocessing and Keras 2020-04-07 16:24:41 -07:00
BUILD Fix the ImageDataGenerator methods to return Keras sequences instead of just generators. This makes it so that Keras fit avoids an infinite loop when users pass the results of ImageDataGenerator.flow* directly to fit/evaluate/predict. 2020-05-11 17:37:05 -07:00
dataset_utils.py Dataset utilities UX improvements 2020-04-27 20:18:24 -07:00
image_dataset_test.py Fix disappearing channel dimension in static shapes of images from image_dataset_from_directory. 2020-06-11 13:29:22 -07:00
image_dataset.py GitHub Issue #40462 fix typo 2020-06-20 20:37:12 -07:00
image_test.py Updated image_test to work with newer versions of keras_preprocessing 2020-05-12 22:25:26 -07:00
image.py Fix the ImageDataGenerator methods to return Keras sequences instead of just generators. This makes it so that Keras fit avoids an infinite loop when users pass the results of ImageDataGenerator.flow* directly to fit/evaluate/predict. 2020-05-11 17:37:05 -07:00
sequence_test.py Move the init file content to API gen build rule. 2019-10-23 18:15:20 -07:00
sequence.py Improves documentation for keras.preprocessing.pad_sequence 2020-02-25 17:54:21 -08:00
text_dataset_test.py Dataset utilities UX improvements 2020-04-27 20:18:24 -07:00
text_dataset.py Dataset utilities UX improvements 2020-04-27 20:18:24 -07:00
text_test.py Move the init file content to API gen build rule. 2019-10-23 18:15:20 -07:00
text.py Create text_dataset_from_directory utility and refactor shared code between text_dataset_from_directory and image_dataset_from_directory. 2020-04-22 10:32:37 -07:00
timeseries_test.py Reintroduce API compatibility checks for Keras Preprocessing and Keras 2020-04-07 16:24:41 -07:00
timeseries.py Create text_dataset_from_directory utility and refactor shared code between text_dataset_from_directory and image_dataset_from_directory. 2020-04-22 10:32:37 -07:00