Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangGongjie authored Mar 21, 2022
1 parent 7f5e3f1 commit 921fca9
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 @@ -184,7 +184,7 @@ python -m torch.distributed.launch \
--multiscale \ # to enable multi-scale, remove this line to disable multiscale
--epochs 50 \ # total number of epochs to train
--lr_drop 40 \ # when to drop learning rate
--output_dir output/xxxx # where to store outputs, remove this line for no storing outputs
--output_dir output/xxxx # where to store outputs, remove this line for not storing outputs
```
More arguments and their explanations are available at ```main.py```.

Expand Down

0 comments on commit 921fca9

Please sign in to comment.