Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m-romanenko/cycliclr
WIP: Cyclic LR scheduler for Tensorflow 2
https://github.com/m-romanenko/cycliclr
Last synced: 27 days ago
JSON representation
WIP: Cyclic LR scheduler for Tensorflow 2
- Host: GitHub
- URL: https://github.com/m-romanenko/cycliclr
- Owner: m-romanenko
- Created: 2019-04-26T10:36:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T13:27:20.000Z (over 5 years ago)
- Last Synced: 2024-05-17T10:55:36.458Z (6 months ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## cycliclr
Cyclic LR scheduler for Tensorflow 2 [WIP]### References:
- Cyclical Learning Rates for Training Neural Networks (https://arxiv.org/abs/1506.01186)
- Cyclical Learning Rate (CLR) (https://github.com/bckenstler/CLR)