Skip to content

Commit

Permalink
README.md : Add descriptions for optional arguments (pytorch#712)
Browse files Browse the repository at this point in the history
Signed-off-by: nbqu <dk41245@gmail.com>
  • Loading branch information
soumith committed Mar 5, 2020
1 parent dce9319 commit db0dbf6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vae/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@ It uses ReLUs and the adam optimizer, instead of sigmoids and adagrad. These cha
pip install -r requirements.txt
python main.py
```
The main.py script accepts the following arguments:

```bash
optional arguments:
--batch-size input batch size for training (default: 128)
--epochs number of epochs to train (default: 10)
--no-cuda enables CUDA training
--seed random seed (default: 1)
--log-interval how many batches to wait before logging training status
```

0 comments on commit db0dbf6

Please sign in to comment.