Skip to content

Commit 052ea17

Browse files
authored
Update README.md
1 parent 7ec70f2 commit 052ea17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

video/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ Download the pretrained models on classification in [here](https://drive.google.
99

1010
On UCF101:
1111
```
12-
CUDA_VISIBLE_DEVICES=0,1,2,3 python train_ucf101.py
12+
python train_ucf101.py --batch-size 32 --gpus 0,1
1313
```
1414

1515
On HMDB51:
1616
```
17-
CUDA_VISIBLE_DEVICES=0,1,2,3 python train_hmdb51.py
17+
python train_hmdb51.py --batch-size 32 --gpus 0,1
1818
```
1919

2020
### Test

0 commit comments

Comments
 (0)