Skip to content
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

Change code to use in the newer version of TensorFlow #19

Open
ghost opened this issue Sep 2, 2018 · 0 comments
Open

Change code to use in the newer version of TensorFlow #19

ghost opened this issue Sep 2, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Sep 2, 2018

I'm using TensorFlow of version 1.10.0. I need to do the following change in file main.py to run this code:

  1. Change size() into size on line 99 & 104;
  2. Add tf.local_variables_initializer() after line 247&330 and add sess.run() after line 251&334.

Add I created a pull request for this. I also made some changes on the code style.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants