-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to run it #1
Comments
I got it to work some time ago. Make sure you have the older tensorflow version 0.10.0 per the readme |
Thanks for your answer. Now I have another error: No clue what " |
Yes, in addition to the mul change there have been many others. Suggest you create a virtual environment and install the older version of tensorflow there, unless you want to convert the entire project. There are some tools to try and do that automatically, but you can simply specify the older version more easily. |
Do we have to change anything in tfdeploy.py (i.e. writing Ops)? I've been failing on the line: result = y.eval({x: toEval}) in game.py. tf deploy seems to throw an error len(indices_or_sections) Thanks! |
Hi,
I'm trying to run DeepChess but I got the following error:
AttributeError: Can't get attribute 'Mul' on <module 'tfdeploy' from '.../tensorflow/lib/python3.5/site-packages/tfdeploy.py'>
Any idea on how to fix it?
Thanks
CJ
The text was updated successfully, but these errors were encountered: