-
Notifications
You must be signed in to change notification settings - Fork 19.6k
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
Keras model/layer regularization property deprecated #4777
Comments
I think lines 26-28 from wrappers.py weren't removed as the regularizers were refactored (#4703) and they should be removed. |
@lvapeab what do you all think about the way to resolve this issue? @farizrahman4u @fchollet |
Using Keras model in another application (distributed tensorflow as in : https://gist.github.com/fchollet/2c9b029f505d94e6b8cd7f8a5e244a4e
If I understand well, now I should do
It crashed when I do that. Any help please? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs, but feel free to re-open it if needed. |
@volvador - did you ever find a solution to this problem? Encountering it now. |
|
Thanks! |
Hi,
After I updated to the bleeding edge version of keras, I got the following warning:
What does this mean? The model code is here
I Googled, but found no clues. Any ideas?
Thank you!
The text was updated successfully, but these errors were encountered: