Keras image_dataset_from_directory - how image size works
+2
−0
I am using tf.keras.preprocessing.image_dataset_from_directory
.
According to the documentation, the related image_size
parameter is the Size to resize images to after they are read from disk.
How exactly is this resizing done?
1 comment
You may want to see the behaviour of the
tf.image.resize
function. — Razetime 28 days ago