Merge pull request #1084 from hysunflower/update_bs

update_bs
pull/1085/head
TianYuan 3 years ago committed by GitHub
commit b1cd71b351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,7 +20,7 @@ mkdir -p conf/benchmark
cp conf/conformer.yaml conf/benchmark/conformer.yaml
sed -i "s/ accum_grad: 2/ accum_grad: 1/g" conf/benchmark/conformer.yaml
fp_item_list=(fp32)
bs_item=(16 30)
bs_item=(16)
config_path=conf/benchmark/conformer.yaml
seed=0
output=exp/conformer

@ -38,7 +38,7 @@ if [ ${stage} -le 3 ] && [ ${stop_stage} -ge 3 ]; then
model_mode_list=(pwgan)
fp_item_list=(fp32)
# 满 bs 是 26
bs_item_list=(6 26)
bs_item_list=(6)
for model_mode in ${model_mode_list[@]}; do
for fp_item in ${fp_item_list[@]}; do
for bs_item in ${bs_item_list[@]}; do
@ -55,4 +55,4 @@ if [ ${stage} -le 3 ] && [ ${stop_stage} -ge 3 ]; then
done
done
done
fi
fi

Loading…
Cancel
Save