testing issues
Closed this issue · 1 comments
MJM-11 commented
The following error occurred while loading weights for testing:
ValueError: Cannot feed value of shape (8, 256, 256, 3) for Tensor 'input_target:0', which has shape '(16, 256, 256, 3)'
The location of the error report is:
sample_images, input_sources = self.sess.run([self.fake, self.input_source], feed_dict={self.input_target:batchs})
I hope you can help resolve this error.
MJM-11 commented
Resolved