vballoli / nfnets-pytorch

NFNets and Adaptive Gradient Clipping for SGD implemented in PyTorch. Find explanation at tourdeml.github.io/blog/

Home Page:https://nfnets-pytorch.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect params initialization in AGC

haigh1510 opened this issue · comments

Probably parameters should be renamed to params here

parameters = [{"params": module.parameters()} for name,

It's not used otherwise

Thanks for bringing it up, not sure how I missed that.