more data for bs256
parent
0d2769d2d4
commit
fd2d4faac4
|
@ -8,5 +8,11 @@ num_workers=8
|
|||
|
||||
# get data
|
||||
bash test_tipc/static/${model_item}/benchmark_common/prepare.sh
|
||||
|
||||
cd ./dataset/ILSVRC2012
|
||||
cat train_list.txt >> tmp
|
||||
for i in {1..10}; do cat tmp >> train_list.txt; done
|
||||
cd ../../
|
||||
|
||||
# run
|
||||
bash test_tipc/static/${model_item}/benchmark_common/run_benchmark.sh ${model_item} ${bs_item} ${fp_item} ${run_mode} ${device_num} ${max_epochs} ${num_workers} 2>&1;
|
||||
|
|
|
@ -8,5 +8,11 @@ num_workers=8
|
|||
|
||||
# get data
|
||||
bash test_tipc/static/${model_item}/benchmark_common/prepare.sh
|
||||
|
||||
cd ./dataset/ILSVRC2012
|
||||
cat train_list.txt >> tmp
|
||||
for i in {1..10}; do cat tmp >> train_list.txt; done
|
||||
cd ../../
|
||||
|
||||
# run
|
||||
bash test_tipc/static/${model_item}/benchmark_common/run_benchmark.sh ${model_item} ${bs_item} ${fp_item} ${run_mode} ${device_num} ${max_epochs} ${num_workers} 2>&1;
|
||||
|
|
|
@ -8,5 +8,11 @@ num_workers=8
|
|||
|
||||
# get data
|
||||
bash test_tipc/static/${model_item}/benchmark_common/prepare.sh
|
||||
|
||||
cd ./dataset/ILSVRC2012
|
||||
cat train_list.txt >> tmp
|
||||
for i in {1..10}; do cat tmp >> train_list.txt; done
|
||||
cd ../../
|
||||
|
||||
# run
|
||||
bash test_tipc/static/${model_item}/benchmark_common/run_benchmark.sh ${model_item} ${bs_item} ${fp_item} ${run_mode} ${device_num} ${max_epochs} ${num_workers} 2>&1;
|
||||
|
|
Loading…
Reference in New Issue