Skip to content

Commit

Permalink
Merge pull request open-mmlab#8 from bryanyzhu/patch-1
Browse files Browse the repository at this point in the history
Update GETTING_STARTED.md
  • Loading branch information
yjxiong committed Jun 25, 2019
2 parents 3b55800 + 9e895ca commit f83b052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ python tools/test_recognizer.py configs/ucf101/tsn_rgb_bninception.py tsn_2d_rgb
### Train a model with multiple GPUs
To reproduce the model, we provide training scripts as follows:
```shell
./tools/dist_train_recognizer.sh config/ucf101/tsn_rgb_bninception.py 8 --validate
./tools/dist_train_recognizer.sh configs/ucf101/tsn_rgb_bninception.py 8 --validate
```
- `--validate`: performs evaluation every k (default=1) epochs during the training, which help diagnose training process.

Expand Down

0 comments on commit f83b052

Please sign in to comment.