I'm not sure what this error means. This error occurs when I try to calculate acc
:
acc = accuracy.eval(feed_dict = {x: batch_images, y: batch_labels, keep_prob: 1.0})
I've tried looking up solutions, but I couldn't find any online. Any ideas on what's causing my error?
Here's a link to my full code.