├── LICENSE ├── README.md ├── example.ipynb ├── images └── diagram.png └── scheduler.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhuse/cyclic-cosine-decay/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhuse/cyclic-cosine-decay/HEAD/README.md -------------------------------------------------------------------------------- /example.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhuse/cyclic-cosine-decay/HEAD/example.ipynb -------------------------------------------------------------------------------- /images/diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhuse/cyclic-cosine-decay/HEAD/images/diagram.png -------------------------------------------------------------------------------- /scheduler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhuse/cyclic-cosine-decay/HEAD/scheduler.py --------------------------------------------------------------------------------