From 995c8b262f5fe6bb36e7c12972bbade5fb0f142a Mon Sep 17 00:00:00 2001 From: gaotingquan Date: Wed, 1 Mar 2023 03:54:16 +0000 Subject: [PATCH] replace with mini dataset --- test_tipc/prepare.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test_tipc/prepare.sh b/test_tipc/prepare.sh index bc97108a..c4b5d412 100644 --- a/test_tipc/prepare.sh +++ b/test_tipc/prepare.sh @@ -373,9 +373,9 @@ if [[ ${MODE} = "benchmark_train" ]]; then ln -s demo_test.txt val_list.txt else rm -rf ILSVRC2012 - wget -nc https://paddle-wheel.bj.bcebos.com/benchmark/ILSVRC2012_w.tar - tar xf ILSVRC2012_w.tar - ln -s ILSVRC2012_w ILSVRC2012 + wget -nc https://paddleclas.bj.bcebos.com/data/TIPC/ILSVRC2012_benchmark.tar + tar xf ILSVRC2012_benchmark.tar + mv ILSVRC2012_benchmark ILSVRC2012 fi cd ../ -- GitLab