-
Notifications
You must be signed in to change notification settings - Fork 218
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 with Keras 2.0 #29
Comments
No, but with the legacy changes it would probably work just fine. Do note that I've pushed causal 1d convolutions to keras, but with a different api (using the padding parameter). |
Can you explain what you mean? I am having issues in making it working on V2. |
Keras provides a legacy layer that should make it easy to run keras v1 code on keras v2. Feel free to post any tracebacks and errors here. |
Hi, I am trying to train using the provided code. One thing I notice is that when running train.py, I get the following error:
to
I get the following error :
I am using keras V2.0.3 and Python 2.7 |
Hi @jerpint et. al.: I have created a Keras-2.1 experimental version and am testing it. I will continue testing, but I thought you might want to have a look here at Keras2-Wavenet |
Hi Bas,
have you tried to make this working with K2.0?
The text was updated successfully, but these errors were encountered: