-
Notifications
You must be signed in to change notification settings - Fork 117
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
hi, i want to use the tensorflow as keras's backend,how i should modify #10
Comments
The Keras version for this code is 1.2.1. If you want to keep the Keras version unchanged, you need to check which version of tensorflow will work with it. You don't need to change much on the code in this way. You may simply switch the backend of Keras from theano to tensorflow and try if it works. If you want to upgrade Keras to a version that is compatible with more recent tensorflow versions, you need to modify the code a bit. As the api of Keras 2 is different in many places. You may need to read their release documentation. |
Hello @cyzLoveDream @ruidan, Hope this helps someone! |
@harpaj Thank you! That is very helpful :) |
@harpaj Thank you very much |
like title..
The text was updated successfully, but these errors were encountered: