Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 406 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 406 Bytes

NGD-SGD

A Pytorch Implementation of Natural Gradient Descent

Installation

Install PyTorch 1.1.0 with Tensorboard support

pip install tb-nightly
pip install future

Run

go to examples/image_classification/ and run ./run_ngd_wrn.sh

TODO

We will add more examples and experiments in the future