torch / optim

A numeric optimization package for Torch.
Other
197 stars 154 forks source link

add weight decay support to adamax #119

Closed chenb67 closed 8 years ago

chenb67 commented 8 years ago

Hi,

here is a small change to add weight decay to adamax

soumith commented 8 years ago

Thanks!