After reading some of the previous questions, I have another doubt about the data extension of the validation set. Does the validation set have to be in bmp format? In line 60.61 of the main_gan_init program, I have changed the extension of the data set, but it still seems that the data cannot be loaded. The display diagram is as follows, and your help is very much needed.
ValueError: Dimensions must be equal, but are 3 and 5 for 'mean_squared_error_1/SquaredDifference' (op: 'SquaredDifference') with input shapes: [5,224,224,3], [5].
After reading some of the previous questions, I have another doubt about the data extension of the validation set. Does the validation set have to be in bmp format? In line 60.61 of the main_gan_init program, I have changed the extension of the data set, but it still seems that the data cannot be loaded. The display diagram is as follows, and your help is very much needed.
main_gan_init 59-62lins:
ValueError: Dimensions must be equal, but are 3 and 5 for 'mean_squared_error_1/SquaredDifference' (op: 'SquaredDifference') with input shapes: [5,224,224,3], [5].