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
The error appeared at the code of output = sess.run(out_image, feed_dict={in_image: input_full})
The error is "ValueError: Cannot feed value of shape (1, 1512, 2016, 4, 4) for Tensor Placeholder:0, which has shape (?, ?, ?, 4)". Could anybody help me with this? Thanks!
The text was updated successfully, but these errors were encountered:
The error appeared at the code of
output = sess.run(out_image, feed_dict={in_image: input_full})
The error is "ValueError: Cannot feed value of shape (1, 1512, 2016, 4, 4) for Tensor Placeholder:0, which has shape (?, ?, ?, 4)". Could anybody help me with this? Thanks!
The text was updated successfully, but these errors were encountered: