Unable to get element from the feed as bytes.解决

报错:
tensorflow.python.framework.errors_impl.InternalError: Unable to get element from the feed as bytes.
这里写图片描述
是因为模型路径下存在同名的文件夹,如图:
这里写图片描述
将文件夹model.ckpt-136750删除,解决问题