TensorFlow.NET icon indicating copy to clipboard operation
TensorFlow.NET copied to clipboard

Missing support of momentum in SGD optimizer

Open Leo-LiHao opened this issue 3 years ago • 0 comments

When I use the SGD optimizer, I noticed that it only supports setting the learning rate. Is there a way we can add support for momentum (and decay if possible) in SGD?

Leo-LiHao avatar Jan 25 '22 03:01 Leo-LiHao