Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanli2333 committed Nov 13, 2020
1 parent 7ec70f2 commit 052ea17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions video/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Download the pretrained models on classification in [here](https://drive.google.

On UCF101:
```
CUDA_VISIBLE_DEVICES=0,1,2,3 python train_ucf101.py
python train_ucf101.py --batch-size 32 --gpus 0,1
```

On HMDB51:
```
CUDA_VISIBLE_DEVICES=0,1,2,3 python train_hmdb51.py
python train_hmdb51.py --batch-size 32 --gpus 0,1
```

### Test
Expand Down

0 comments on commit 052ea17

Please sign in to comment.