提交 cde853bf 编写于 作者: 0 0x45f 提交者: Tingquan Gao

Polish benchmark_train.sh for dynamicTostatic

上级 b5fc32ec
......@@ -139,6 +139,13 @@ if [[ ! -n "$PARAMS" ]];then
fp_items_list=(${fp_items})
device_num_list=(N1C4)
run_mode="DP"
elif [[ ${PARAMS} = "dynamicTostatic" ]];then
IFS="|"
model_type=$PARAMS
batch_size_list=(${batch_size})
fp_items_list=(${fp_items})
device_num_list=(N1C4)
run_mode="DP"
else
# parser params from input: modeltype_bs${bs_item}_${fp_item}_${run_mode}_${device_num}
IFS="_"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册