You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ValueError: Cannot feed value of shape (1, 512, 512, 3) for Tensor 'X:0', which has shape '(?, 256, 256, 3)'
on the line: Xs_ = sess.run(Xs, feed_dict={X: X_img, Y: Y_img})
When i use img_size = 512 i have error
ValueError: Cannot feed value of shape (1, 512, 512, 3) for Tensor 'X:0', which has shape '(?, 256, 256, 3)'on the line:
Xs_ = sess.run(Xs, feed_dict={X: X_img, Y: Y_img})may be need other model.meta?