From 3dbad3099b81652348d980b10eca06dea257edb0 Mon Sep 17 00:00:00 2001 From: lijianshe02 <48898730+lijianshe02@users.noreply.github.com> Date: Mon, 1 Mar 2021 17:20:17 +0800 Subject: [PATCH] Develop (#194) * fix doc errors --- docs/en_US/tutorials/wav2lip.md | 2 +- docs/zh_CN/tutorials/wav2lip.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en_US/tutorials/wav2lip.md b/docs/en_US/tutorials/wav2lip.md index 7840094..5c26d1a 100644 --- a/docs/en_US/tutorials/wav2lip.md +++ b/docs/en_US/tutorials/wav2lip.md @@ -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: ``` diff --git a/docs/zh_CN/tutorials/wav2lip.md b/docs/zh_CN/tutorials/wav2lip.md index c85e491..f6cf669 100644 --- a/docs/zh_CN/tutorials/wav2lip.md +++ b/docs/zh_CN/tutorials/wav2lip.md @@ -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多卡训练: ``` -- GitLab