tf.keras.preprocessing.image_dataset_from_directory turns image files sorted into class-specific folders into a labeled dataset of image tensors.
+
# 텐서플로우의 데이터셋 오브젝트. 성능행상에 도움.
−
tf.keras.preprocessing.text_dataset_from_directory does the same for text files.
+
# tf.keras.preprocessing.image_dataset_from_directory turns image files sorted into class-specific folders into a labeled dataset of image tensors. tf.keras.preprocessing.text_dataset_from_directory does the same for text files. tf.data.experimental.make_csv_dataset to load structured data from CSV files.
−
tf.data.experimental.make_csv_dataset to load structured data from CSV files.