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
Removed 'from tensorflow.keras import preprocessing'
Changed 'tf.keras.preprocessing.text_dataset_from_directory' with 'tf.keras.utils.text_dataset_from_directory' at 3 places (raw_train_ds, raw_val_ds and raw_test_ds) in Download and explore the dataset section.
Changed 'preprocessing.TextVectorization' with 'tf.keras.layers.TextVectorization' at Load the dataset section
0 commit comments