juntang-zhuang / Adabelief-Optimizer

Repository for NeurIPS 2020 Spotlight "AdaBelief Optimizer: Adapting stepsizes by the belief in observed gradients"
BSD 2-Clause "Simplified" License
1.05k stars 108 forks source link

Remove some redundancies #28

Closed cryu854 closed 3 years ago

cryu854 commented 3 years ago

I moved unit tests AdaBelief_test.py out of adabelief_tf directory, so it will not be a part of the package. And cleaned some redundant vars that are not used in AdaBelief.py.

Btw, what do you think about #27 issue? The arguments message seems to confuse some people.

juntang-zhuang commented 3 years ago

Sorry did not notice this PR until today. I think the version 0.2.0 has removed this redundancy for speed. Thanks again for pointing out.