-
Notifications
You must be signed in to change notification settings - Fork 237
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
Code crashes for new version of TF and Keras #12
Comments
i have the same problem |
Hi @xieenze. Apparently it has not been fixed. Please check: #8478. |
Hello! any solution of this problem ? |
downgrading keras worked for me. |
@chavdim Thanks for your comment. But it is not a perfect solution. |
@vense i tried your code too but i get:
why they have different shapes? I this because of Tenorflow? My version is 1.13.1 |
Hi. I just updated Keras (2.1.0) and TF (1.4.0) and the your code is no longer working. It seems that the function
K.gradients(...)
is now returning[None]
. Any idea how to fix it without downgrading to older versions?Full error report:
The text was updated successfully, but these errors were encountered: