我不确定这个错误意味着什么.我尝试计算时会发生此错误acc
:
acc = accuracy.eval(feed_dict = {x: batch_images, y: batch_labels, keep_prob: 1.0})
Run Code Online (Sandbox Code Playgroud)
我试过查找解决方案,但我找不到任何在线.什么导致我的错误?
python machine-learning image-recognition data-science tensorflow