[Feat] Add Weight Decay to the SGD Optimizer
Compare changes
Files
2@@ -27,33 +27,38 @@ namespace Aidge {
@@ -62,8 +67,9 @@ public:
The SGD optimizer was missing a "weight decay" option. This lack is fixed by this Merge Request.
For more information about the weight decay implementation, please refer to the PyTorch doc :
https://pytorch.org/docs/stable/generated/torch.optim.SGD.html
Files modified : SGD.hpp
, pybind_SGD.cpp
Copyright © Eclipse Foundation, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Copyright Agent