未验证 提交 bb95b5bd 编写于 作者: L littletomatodonkey 提交者: GitHub

Update quick_start.md

上级 e8b3be10
...@@ -72,7 +72,7 @@ cd ../ ...@@ -72,7 +72,7 @@ cd ../
```shell ```shell
export CUDA_VISIBLE_DEVICES=0 export CUDA_VISIBLE_DEVICES=0
python -m paddle.distributed.launch \ python -m paddle.distributed.launch \
    --selected_gpus="0" \     --gpus="0" \
    tools/train.py \     tools/train.py \
        -c ./configs/quick_start/ResNet50_vd.yaml         -c ./configs/quick_start/ResNet50_vd.yaml
...@@ -90,7 +90,7 @@ python -m paddle.distributed.launch \ ...@@ -90,7 +90,7 @@ python -m paddle.distributed.launch \
```shell ```shell
export CUDA_VISIBLE_DEVICES=0 export CUDA_VISIBLE_DEVICES=0
python -m paddle.distributed.launch \ python -m paddle.distributed.launch \
    --selected_gpus="0" \     --gpus="0" \
    tools/train.py \     tools/train.py \
        -c ./configs/quick_start/ResNet50_vd_finetune.yaml         -c ./configs/quick_start/ResNet50_vd_finetune.yaml
...@@ -118,7 +118,7 @@ pretrained_model: "./pretrained/ResNet50_vd_ssld_pretrained" ...@@ -118,7 +118,7 @@ pretrained_model: "./pretrained/ResNet50_vd_ssld_pretrained"
```shell ```shell
export CUDA_VISIBLE_DEVICES=0 export CUDA_VISIBLE_DEVICES=0
python -m paddle.distributed.launch \ python -m paddle.distributed.launch \
    --selected_gpus="0" \     --gpus="0" \
    tools/train.py \     tools/train.py \
        -c ./configs/quick_start/ResNet50_vd_ssld_finetune.yaml         -c ./configs/quick_start/ResNet50_vd_ssld_finetune.yaml
``` ```
...@@ -133,7 +133,7 @@ python -m paddle.distributed.launch \ ...@@ -133,7 +133,7 @@ python -m paddle.distributed.launch \
```shell ```shell
export CUDA_VISIBLE_DEVICES=0 export CUDA_VISIBLE_DEVICES=0
python -m paddle.distributed.launch \ python -m paddle.distributed.launch \
    --selected_gpus="0" \     --gpus="0" \
    tools/train.py \     tools/train.py \
        -c ./configs/quick_start/MobileNetV3_large_x1_0_finetune.yaml         -c ./configs/quick_start/MobileNetV3_large_x1_0_finetune.yaml
``` ```
...@@ -149,7 +149,7 @@ python -m paddle.distributed.launch \ ...@@ -149,7 +149,7 @@ python -m paddle.distributed.launch \
```shell ```shell
export CUDA_VISIBLE_DEVICES=0 export CUDA_VISIBLE_DEVICES=0
python -m paddle.distributed.launch \ python -m paddle.distributed.launch \
    --selected_gpus="0" \     --gpus="0" \
    tools/train.py \     tools/train.py \
        -c ./configs/quick_start/ResNet50_vd_ssld_random_erasing_finetune.yaml         -c ./configs/quick_start/ResNet50_vd_ssld_random_erasing_finetune.yaml
``` ```
...@@ -188,7 +188,7 @@ TRAIN: ...@@ -188,7 +188,7 @@ TRAIN:
```shell ```shell
export CUDA_VISIBLE_DEVICES=0 export CUDA_VISIBLE_DEVICES=0
python -m paddle.distributed.launch \ python -m paddle.distributed.launch \
    --selected_gpus="0" \     --gpus="0" \
    tools/train.py \     tools/train.py \
        -c ./configs/quick_start/R50_vd_distill_MV3_large_x1_0.yaml         -c ./configs/quick_start/R50_vd_distill_MV3_large_x1_0.yaml
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册