Skip to content

Commit

Permalink
Update command for using tags in readme (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
yipliu authored Nov 11, 2022
1 parent 3763e3b commit 6f8ab63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ pytest -k "not slow"
Each experiment should be tagged in order to easily filter them across files or in logger UI:

```bash
python train.py tags=["mnist", "experiment_X"]
python train.py tags=["mnist","experiment_X"]
```

If no tags are provided, you will be asked to input them from command line:
Expand Down

0 comments on commit 6f8ab63

Please sign in to comment.