cybertronai / pytorch-fd

Implementation of fluctuation dissipation relations for automatic learning rate annealing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation of https://arxiv.org/abs/1810.00004 for automatic learning rate annealing.

Note: this implementation doesn't appear to match the results in the paper.

Try the sample

git clone git@github.com:cybertronai/pytorch-fd.git
cd pytorch-fd
pip install -e .
python test_fd.py
tensorboard --logdir=runs

About

Implementation of fluctuation dissipation relations for automatic learning rate annealing.

License:MIT License


Languages

Language:Python 100.0%