Skip to content

Commit

Permalink
fix doc errors (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
lijianshe02 authored Mar 1, 2021
1 parent 20af8c1 commit 7d2d3e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en_US/tutorials/wav2lip.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ For the latter, run:
- For single GPU:
```
export CUDA_VISIBLE_DEVICES=0
python tools/main.py --confit-file configs/wav2lip_hq.yaml
python tools/main.py --config-file configs/wav2lip_hq.yaml
```
- For multiple GPUs:
```
Expand Down
2 changes: 1 addition & 1 deletion docs/zh_CN/tutorials/wav2lip.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ python -m paddle.distributed.launch \
- GPU单卡训练:
```
export CUDA_VISIBLE_DEVICES=0
python tools/main.py --confit-file configs/wav2lip_hq.yaml
python tools/main.py --config-file configs/wav2lip_hq.yaml
```
- GPU多卡训练:
```
Expand Down

0 comments on commit 7d2d3e9

Please sign in to comment.