Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgeniaAR authored Jan 27, 2020
1 parent 6badba6 commit 3e4fdd7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,17 @@ Our core message is that a very simple approach -- data augmentation with Gaussi

![Example Figure](./Figures/Fig1.png)

## Download models

Download the trained model weights by running

```
bash ./Models/download_models.sh
```

## Evaluate models

To validate our models, run `python3 main.py` or run the provided bash script directly that downloads and evaluates all provided models via `bash run.sh`.
To validate our models, run `python3 main.py` or run the provided bash script that evaluates all provided models via `bash run.sh`. It is necessary to download the model weights first!

Arguments:
- `--datadir-clean` the top-level directory of the ImageNet dataset (mandatory)
Expand Down

0 comments on commit 3e4fdd7

Please sign in to comment.