We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ubuntu16 tf 1.0 is this api it changed?
The text was updated successfully, but these errors were encountered:
.py File "main.py", line 137 print sess.run(cost_total) ^ SyntaxError: invalid syntax
Sorry, something went wrong.
tf 1.0 cpu and gpu python3
@buzai Since you are using python3, use print(sess.run(cost_total))
This script is for python 2.7. In python 3, you should replace the "print x" by "print(x)" .
No branches or pull requests
ubuntu16
tf 1.0
is this api it changed?
The text was updated successfully, but these errors were encountered: