Closed ben-arnao closed 4 years ago
Please write model in TensorFlow not Keras, as example in the jupyter notebook. Currently I don't have a version compatible with Keras, actually I'm totally confused by the way Keras implements Adam and AdamW, so I don't have a good implementation for tensorflow.
Also note that decoupled weight decay is not available in adablief-tf. Apologize for this, but I recommend using adabelief-pytorch, as stated it's the only version I have extensively tested for the paper.
Please write model in TensorFlow not Keras, as example in the jupyter notebook. Currently I don't have a version compatible with Keras, actually I'm totally confused by the way Keras implements Adam and AdamW, so I don't have a good implementation for tensorflow.
Also note that decoupled weight decay is not available in adablief-tf. Apologize for this, but I recommend using adabelief-pytorch, as stated it's the only version I have extensively tested for the paper.
Ok gotcha, thanks for the response
@ben-arnao Hi, we have released "adabelief-tf==0.1.0", which is available on pip. It supports Tensorflow>=2.0 and Keras, and supports decoupled weight and rectification as the PyTorch implementation.
TF 2.3