-
Notifications
You must be signed in to change notification settings - Fork 174
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
Working version for Tensorflow 1.4 | Python 2 #14
Comments
Thank you for sharing ! |
I got similar errors using Conda + Python3 on Windows7, also I had to update some deprecated codes (using graph instead of graph_def for FileWriter), I got |
Python 3.6
|
Can anyone explain how to print the expected and predicted values? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I made the code work for myself using Tensorflow v 1.4 and Python 2.
Maybe it works for you too.
board.py (complete file):
input_data.py (additionally, I needed to change this function under linux, may be optional)
The text was updated successfully, but these errors were encountered: