ResNet50_bs256_fp32_DP.sh 564 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11
model_item=ResNet50
bs_item=256
fp_item=fp32
run_mode=DP
device_num=N1C1
max_epochs=1
num_workers=8

# get data
bash test_tipc/static/${model_item}/benchmark_common/prepare.sh
# run
M
mmglove 已提交
12
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;
13 14 15
# run profiling
sleep 10;
export PROFILING=true
M
mmglove 已提交
16
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;