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 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!