-
Notifications
You must be signed in to change notification settings - Fork 45
Description
If you open a GitHub issue, here is our policy:
It must be a bug, a feature request, or a significant problem with the documentation (for small docs fixes please send a PR instead).
The form below must be filled out.
Here's why we have that policy:.
Keras developers respond to issues. We want to focus on work that benefits the whole community, e.g., fixing bugs and adding features. Support only helps individuals. GitHub also notifies thousands of people when issues are filed. We want them to see you communicating an interesting problem, rather than being redirected to Stack Overflow.
System information.
TensorFlow version (you are using): tf-nightly
Are you willing to contribute it (Yes/No) : Yes
Describe the feature and the current behavior/state.
Google released a new optimizer, LION which is purportedly better than Adam and Adafactor, and is more memory-efficient too.
Will this change the current api? How?
Will a new optimizer essentially tf.keras.optimizers.Lion.
Who will benefit from this feature?
Everyone who uses Keras and is updated with recent developments in the field.
- Do you want to contribute a PR? (yes/no): Yes