Open YurongYou opened 7 years ago
https://github.com/torch/optim/blob/656c42af1f996e4a5d6aae3b9aeac831ca162241/sgd.lua#L35
This actually de-couples the dampening and momentum. Look at how it is used in the code, all other frameworks use "mom" instead of "damp" hard-coded.
https://github.com/torch/optim/blob/656c42af1f996e4a5d6aae3b9aeac831ca162241/sgd.lua#L35