未验证 提交 a3aa1fb5 编写于 作者: H hysunflower 提交者: GitHub

fix benchmark (#4646)

上级 e07f9b9c
......@@ -33,7 +33,7 @@ for model_item in ${model_name_list[@]}; do
log_name=detection_${model_item}_bs${bs_item}_${fp_item} # 如:clas_MobileNetv1_mp_bs32_fp32_8
echo "index is speed, 1gpus, begin, ${log_name}"
CUDA_VISIBLE_DEVICES=0 bash benchmark/run_benchmark.sh ${run_mode} ${bs_item} \
${fp_item} ${max_epoch} ${model_item} | tee ${log_path}/${log_name}_speed_8gpus8p 2>&1
${fp_item} ${max_epoch} ${model_item} | tee ${log_path}/${log_name}_speed_1gpus 2>&1
sleep 60
run_mode=mp
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册