未验证 提交 65d38206 编写于 作者: D dyning 提交者: GitHub

Merge pull request #60 from littletomatodonkey/master

fix space
...@@ -73,9 +73,9 @@ python tools/download.py -a MobileNetV3_large_x1_0 -p ./pretrained -d True ...@@ -73,9 +73,9 @@ python tools/download.py -a MobileNetV3_large_x1_0 -p ./pretrained -d True
```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" \       --selected_gpus="0" \
    tools/train.py \       tools/train.py \
        -c ./configs/quick_start/ResNet50_vd.yaml         -c ./configs/quick_start/ResNet50_vd.yaml
``` ```
...@@ -91,9 +91,9 @@ python -m paddle.distributed.launch \   ...@@ -91,9 +91,9 @@ 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" \       --selected_gpus="0" \
    tools/train.py \       tools/train.py \
        -c ./configs/quick_start/ResNet50_vd_finetune.yaml         -c ./configs/quick_start/ResNet50_vd_finetune.yaml
``` ```
...@@ -119,9 +119,9 @@ pretrained_model: "./pretrained/ResNet50_vd_ssld_pretrained" ...@@ -119,9 +119,9 @@ 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" \       --selected_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
``` ```
...@@ -134,9 +134,9 @@ python -m paddle.distributed.launch \   ...@@ -134,9 +134,9 @@ 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" \       --selected_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
``` ```
...@@ -150,9 +150,9 @@ python -m paddle.distributed.launch \   ...@@ -150,9 +150,9 @@ 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" \       --selected_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
``` ```
...@@ -189,9 +189,9 @@ TRAIN: ...@@ -189,9 +189,9 @@ 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" \       --selected_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.
先完成此消息的编辑!
想要评论请 注册