Skip to content

Commit

Permalink
Update slowfast.md
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjun12 authored Mar 1, 2021
1 parent a7295cc commit 99bbb04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/model_zoo/recognition/slowfast.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ We use Kinetics-400 to train this model,data preparation please refer to [Kine

## Train

You can start training by such command
You can start training by:

```bash
export CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7
Expand All @@ -42,7 +42,7 @@ python -B -m paddle.distributed.launch --gpus="0,1,2,3,4,5,6,7" --log_dir=log_sl

## Test

You can start testing by such command
You can start testing by:

```bash
python -B -m paddle.distributed.launch --gpus="0,1,2,3,4,5,6,7" --log_dir=log_slowfast_test main.py --test -c configs/recognition/slowfast/slowfast.yaml -w output/SlowFast/SlowFast_epoch_000196.pdparams
Expand Down

0 comments on commit 99bbb04

Please sign in to comment.