HyeongseokSon1 / SRFeat

GAN based super-resolution (presented at ECCV 2018)
GNU Affero General Public License v3.0
68 stars 12 forks source link

Problems with training #18

Open xiaoyi-st opened 4 years ago

xiaoyi-st commented 4 years ago

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].

yuinnLIU commented 3 years ago

Hello, I met the same problem, did you solve it?