From 3d13ead611520c4987fefe5727f6a0a31043fb32 Mon Sep 17 00:00:00 2001 From: cnn Date: Sun, 17 Jan 2021 21:38:22 +0800 Subject: [PATCH] fix typo, test=document (#2068) --- docs/tutorials/QUICK_STARTED_cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/QUICK_STARTED_cn.md b/docs/tutorials/QUICK_STARTED_cn.md index dcdded125..30388d351 100644 --- a/docs/tutorials/QUICK_STARTED_cn.md +++ b/docs/tutorials/QUICK_STARTED_cn.md @@ -64,7 +64,7 @@ visualdl --logdir vdl_dir/scalar/ --host --port # -c 参数表示指定使用哪个配置文件 # -o 参数表示指定配置文件中的全局变量(覆盖配置文件中的设置),需使用单卡评估 -CUDA_VISIBLE_DEVICES=0 python tools/eval.py -c configs/yolov3_mobilenet_v1_roadsign.yml-o use_gpu=true +CUDA_VISIBLE_DEVICES=0 python tools/eval.py -c configs/yolov3_mobilenet_v1_roadsign.yml -o use_gpu=true ``` -- GitLab