-
Notifications
You must be signed in to change notification settings - Fork 146
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
Deprecation Warnings #1
Comments
Correct. The first warning is a known issue at the Tensorflow back-end I think you can Google the Python 2 to Python 3 conversions and fix the On 26 July 2016 at 12:28, Brad Davis notifications@github.com wrote:
|
Oh, didn't think of python 3. I was thinking it was an issue with my tensorflow version. What is the best practices in python for major version support. Is it worth it to support python 2 and 3, maybe in separate branches? |
Most of Python 2 is backwards compatible with Python 2. I think we can fix this error for good. The error seems to be raised at line 7, so that concerns the import statements. Did you discard the |
Got it to run all the way through, but it looks like it affects jupyter in some way. I get some auto-save issues and usually have to re-start the docker container to run it again. I'll try to debug some more but it looks like it is working in python 3. |
I made some major improvements. Does it work for you now? |
I am running into some deprecation warnings when running this code in a notebook.
I think these are causing the script to stop, as I am getting an
InvalidArgument
error later on.I am on tensorflow 0.9.0rc0.
The text was updated successfully, but these errors were encountered: