mass postprocess bugfix

This commit is contained in:
unknown 2021-05-28 15:24:26 +08:00
parent 89699c04fc
commit bd7f262177
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ function infer()
function cal_acc()
{
python3.7 ../postprocess.py --config=$config --vocab=$vocab --output=$output --source_id_folder=./preprocess_Result/00_source_eos_ids --target_id_folder=./preprocess_Result/01_source_eos_mask --result_dir=./result_Files &> acc.log
python3.7 ../postprocess.py --config=$config --vocab=$vocab --output=$output --source_id_folder=./preprocess_Result/00_source_eos_ids --target_id_folder=./preprocess_Result/target_eos_ids --result_dir=./result_Files &> acc.log
}
if [ $need_preprocess == "y" ]; then