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
�[31mPlease check your arguments if you have upgraded adabelief-tf from version 0.0.1.
�[31mModifications to default arguments:
�[31m eps weight_decouple rectify
----------------------- ----- ----------------- -------------
adabelief-tf=0.0.1 1e-08 Not supported Not supported
>=0.1.0 (Current 0.2.0) 1e-14 supported default: True
�[34mSGD better than Adam (e.g. CNN for Image Classification) Adam better than SGD (e.g. Transformer, GAN)
---------------------------------------------------------- ----------------------------------------------
Recommended epsilon = 1e-7 Recommended epsilon = 1e-14
�[34mFor a complete table of recommended hyperparameters, see
�[34mhttps://github.com/juntang-zhuang/Adabelief-Optimizer
�[32mYou can disable the log message by setting "print_change_log = False", though it is recommended to keep as a reminder.
�[0m
But was I supposed to use version 2.1? The readme said 2.0 was the current version so that's what I went with.
Hiya,
In the ReadME you say that Rectify is implemented as an option but the default is True. I would update the ReadME to reflect that.
You also make it sound like weight_decouple is an available option in the TF version. But it isn't:
| AdaBeliefOptimizer(learning_rate=0.001, beta_1=0.9, beta_2=0.999, epsilon=1e-14, weight_decay=0.0, rectify=True, amsgrad=False, sma_threshold=5.0, total_steps=0, warmup_proportion=0.1, min_lr=0.0, name='AdaBeliefOptimizer', print_change_log=True, **kwargs)
I just get an error message when I try to set weight_decouple=True.
Great work otherwise!
The text was updated successfully, but these errors were encountered: