You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature and the current behavior/state.
Using TensorFlow to implement the Lion optimizer, only the latest head TF11 can be used, not supporting the use of TF old versions
The optimizer base class used is the latest TF 12, which is not supported by TF2.8. https://github.com/google/automl/blob/master/lion/lion_tf2.py
The text was updated successfully, but these errors were encountered:
wangdadaba
changed the title
Using TensorFlow to implement the Lion optimizer, only the latest head TF11 can be used, supporting the use of TF old versions
Using TensorFlow to implement the Lion optimizer, only the latest head TF11 can be used, not supporting the use of TF old versions
May 5, 2023
Describe the feature and the current behavior/state.
Using TensorFlow to implement the Lion optimizer, only the latest head TF11 can be used, not supporting the use of TF old versions
The optimizer base class used is the latest TF 12, which is not supported by TF2.8.
https://github.com/google/automl/blob/master/lion/lion_tf2.py
The text was updated successfully, but these errors were encountered: