addons icon indicating copy to clipboard operation
addons copied to clipboard

Using TensorFlow to implement the Lion optimizer, only the latest head TF11 can be used, not supporting the use of TF old versions

Open wangdadaba opened this issue 2 years ago • 0 comments

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

wangdadaba avatar May 05 '23 12:05 wangdadaba