modifying some implmentations of mdtc to get the model torch-scripting through

This commit is contained in:
lxiao336 2021-11-26 23:54:32 +08:00
parent 5bc7c8d64e
commit b5dde01df3

View File

@ -102,7 +102,8 @@ if [ ${stage} -le 3 ] && [ ${stop_stage} -ge 3 ]; then
--test_data data/test/data.list \
--batch_size 256 \
--checkpoint $score_checkpoint \
--score_file $result_dir/score.txt
--score_file $result_dir/score.txt \
--num_workers 8
fi
if [ ${stage} -le 4 ] && [ ${stop_stage} -ge 4 ]; then