Luolc / AdaBound

An optimizer that trains as fast as Adam and as good as SGD.
https://www.luolc.com/publications/adabound/
Apache License 2.0
2.9k stars 330 forks source link

Update to comply with newer versions of pytorch #27

Open alpdeniz opened 1 year ago

alpdeniz commented 1 year ago

Updates deprecated Tensor.add(), Tensor.add_() and Tensor.addcmull_() calls to comply with the new method signatures. Removes depreciation warning.