-
Notifications
You must be signed in to change notification settings - Fork 613
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
Do you accept tf.keras.callbacks? #58
Comments
My first thought is that it seems like it would be in scope as there is a pre-defined structure. I'll add it to the monthly meeting this Friday where we can discuss adding this as a new standardized API. I'll update this issue after the meeting... but can you give some example callbacks you'd like to see added and/or would be willing to contribute? |
Also, just a reminder... the monthly meeting is at 1pm PST (join our google group and you'll get calendar invites) and we encourage all to come! |
Would have to check, but potentially some callbacks would be:
|
Do you mean to implement them as subclass of tf.keras.callbacks.Callback? |
Yes, with tests..but that all depends on the guidelines that will be recommended/set. |
Short answer to this issue is Yes. See #61 |
Seeing as keras is going to become a first citizen inside of tensorflow, are you also accepting submission for callbacks? Are there guidelines for this (writing tests/docs)?.
The text was updated successfully, but these errors were encountered: