An open API service indexing awesome lists of open source software.

https://github.com/saran-nns/effective_lr

This repository contains methods to return the effective learning rate of adaptive optimizers like Adam, AdamW, RMSProp built in pytorch.
https://github.com/saran-nns/effective_lr

Last synced: about 2 months ago
JSON representation

This repository contains methods to return the effective learning rate of adaptive optimizers like Adam, AdamW, RMSProp built in pytorch.

Awesome Lists containing this project

README

        

# effective_lr
Monitor the effective learning rate of adaptive optimizers on the move.