Mikael Figueroa
Results
2
issues of
Mikael Figueroa
**- What I did** I copied the Adam optimizer from the main keras repo and modified it according to the Adamod paper. **- How I did it** Mainly I added...
I'd like to add the AdaMod optimizer to the keras-contrib optimizers. Paper reference: https://arxiv.org/abs/1910.12249 I modified the Adam optimizer code from the main keras repo and added the exponential averaging...