Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristian Klemon committed May 19, 2021
1 parent 2bdb93d commit e789700
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Usage

Requirements:
- [pytorch](https://github.com/pytorch/pytorch)
- [numpy](https://github.com/numpy/numpy)
- [hydra](https://github.com/facebookresearch/hydra)

After cloning the repository, a GON can be trained using the `train_gon.py` script:
Expand All @@ -29,7 +30,7 @@ python train_gon.py dataset.name=<MNIST|FashionMNIST|CIFAR10> dataset.root=<data
All configuration options are listed in `config/config.yaml`. See the [hydra](https://github.com/facebookresearch/hydra) documentation for more information on configuration.


### Code
### From Code

Install the package:

Expand Down

0 comments on commit e789700

Please sign in to comment.