-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
加载模型时报错 #2
Comments
可能是的。我这边全部是tf1写的 |
我现在用tf2全部调通了 但是ai的落子图形界面上会延迟(不显示),不知道是哪里的问题 |
图像界面只能在windows跑 |
你好能问些问题吗 |
请问一下怎么改成tf2能运行的,已经改了好久了,还是有问题 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
self.saver.restore(self.sess, checkpoint.model_checkpoint_path)加载模型这一直报错
ValueError: Can only save/restore ResourceVariables when executing eagerly, got type: <class 'tensorflow.python.framework.ops.Tensor'>.
是tensorflow2不兼容的原因吗
The text was updated successfully, but these errors were encountered: