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删除,解决问题
报错:
tensorflow.python.framework.errors_impl.InternalError: Unable to get element from the feed as bytes.

是因为模型路径下存在同名的文件夹,如图:

将文件夹model.ckpt-136750删除,解决问题