From d3ab5bd3da2b91688d81e95dadbf94d75a045ef5 Mon Sep 17 00:00:00 2001 From: littletomatodonkey Date: Sat, 17 Oct 2020 17:51:54 +0000 Subject: [PATCH] fix benchamark list --- tools/benchmark/benchmark.sh | 2 +- tools/benchmark/benchmark_list.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/benchmark/benchmark.sh b/tools/benchmark/benchmark.sh index 9d44070d..fc50a6ed 100644 --- a/tools/benchmark/benchmark.sh +++ b/tools/benchmark/benchmark.sh @@ -1,3 +1,3 @@ python3.7 -m paddle.distributed.launch \ - --selected_gpus="5" \ + --selected_gpus="0" \ tools/benchmark/benchmark_acc.py diff --git a/tools/benchmark/benchmark_list.txt b/tools/benchmark/benchmark_list.txt index 1f8baf13..f427509e 100644 --- a/tools/benchmark/benchmark_list.txt +++ b/tools/benchmark/benchmark_list.txt @@ -19,7 +19,6 @@ 0.7955 Xception41_deeplab configs/Xception/Xception41_deeplab.yaml https://paddle-imagenet-models-name.bj.bcebos.com/Xception41_deeplab_pretrained.tar 0.8077 InceptionV4 configs/Inception/InceptionV4.yaml https://paddle-imagenet-models-name.bj.bcebos.com/InceptionV4_pretrained.tar 0.8255 ResNeXt101_32x8d_wsl configs/ResNeXt101_wsl/ResNeXt101_32x8d_wsl.yaml https://paddle-imagenet-models-name.bj.bcebos.com/ResNeXt101_32x8d_wsl_pretrained.tar -0.7738 EfficientNetB0 configs/EfficientNet/EfficientNetB0.yaml https://paddle-imagenet-models-name.bj.bcebos.com/EfficientNetB0_pretrained.tar 0.8035 ResNeSt50_fast_1s1x64d configs/ResNeSt/ResNeSt50_fast_1s1x64d.yaml https://paddle-imagenet-models-name.bj.bcebos.com/ResNeSt50_fast_1s1x64d_pretrained.pdparams 0.8102 ResNeSt50 configs/ResNeSt/ResNeSt50.yaml https://paddle-imagenet-models-name.bj.bcebos.com/ResNeSt50_pretrained.pdparams 0.785 RegNetX_4GF configs/RegNet/RegNetX_4GF.yaml https://paddle-imagenet-models-name.bj.bcebos.com/RegNetX_4GF_pretrained.pdparams -- GitLab