提交 995c8b26 编写于 作者: G gaotingquan 提交者: Tingquan Gao

replace with mini dataset

上级 bd9aee7d
...@@ -373,9 +373,9 @@ if [[ ${MODE} = "benchmark_train" ]]; then ...@@ -373,9 +373,9 @@ if [[ ${MODE} = "benchmark_train" ]]; then
ln -s demo_test.txt val_list.txt ln -s demo_test.txt val_list.txt
else else
rm -rf ILSVRC2012 rm -rf ILSVRC2012
wget -nc https://paddle-wheel.bj.bcebos.com/benchmark/ILSVRC2012_w.tar wget -nc https://paddleclas.bj.bcebos.com/data/TIPC/ILSVRC2012_benchmark.tar
tar xf ILSVRC2012_w.tar tar xf ILSVRC2012_benchmark.tar
ln -s ILSVRC2012_w ILSVRC2012 mv ILSVRC2012_benchmark ILSVRC2012
fi fi
cd ../ cd ../
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册