-
Notifications
You must be signed in to change notification settings - Fork 301
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 work on tensorflow 1.3 #47
Comments
yes, it is true. Tensorflow that is used in here still in 0.10 or below version. But it is easy to change some function in this code to 1.3 or above version |
The good practice is to use arguments name, the update which should works in both version of tf:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tf.split and tf.concat API changed from earlier version.
The text was updated successfully, but these errors were encountered: