Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Currently only MNIST dataset are currently supported, and only fully connected l
More details in [option_parser.py](https://github.com/wlwkgus/NoisyNaturalGradient/blob/master/option_parser.py)

### Train
$ python train.py --model=FFG --batch_size=100 --lr=1e-3 --dataset=MNIST
$ python train.py --model=MVG --batch_size=100 --lr=1e-2 --dataset=MNIST --n=60000
$ python train.py --model=FFGModel --batch_size=100 --lr=1e-3 --dataset=MNIST
$ python train.py --model=MVGModel --batch_size=100 --lr=1e-2 --dataset=MNIST --n=60000

### Visualize
- To visualize intermediate results and loss plots, run `python -m visdom.server` and go to the URL http://localhost:8097
Expand Down Expand Up @@ -79,4 +79,4 @@ Visualization code(visualizer.py, utils.py) references to pytorch-CycleGAN-and-p

## Author

[Tony Kim](https://github.com/wlwkgus)
[Tony Kim](https://github.com/wlwkgus)