Hello,
This is a very simple question but I haven’t been able to find an answer using google.
I want to train a model that takes as input an image and returns another image (which I want to be the same as the first).
I have a directory with my image files in it, I just can’t find how to set the expected images output for training with tf.keras.utils.image_dataset_from_directory
Thank you for your help !