From 59e7444efef261e1a0ee69bf96c34e128052139d Mon Sep 17 00:00:00 2001 From: Zhao Yuting <91456992+THUzyt21@users.noreply.github.com> Date: Tue, 6 Sep 2022 12:51:56 +0800 Subject: [PATCH] solve the bug of training mdtc_bs16_fp32 fix the filepath bug --- examples/hey_snips/kws0/conf/mdtc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/hey_snips/kws0/conf/mdtc.yaml b/examples/hey_snips/kws0/conf/mdtc.yaml index 76e47bc7c..54d059472 100644 --- a/examples/hey_snips/kws0/conf/mdtc.yaml +++ b/examples/hey_snips/kws0/conf/mdtc.yaml @@ -3,7 +3,7 @@ # Data # ########################################### dataset: 'paddlespeech.audio.datasets:HeySnips' -data_dir: '/PATH/TO/DATA/hey_snips_research_6k_en_train_eval_clean_ter' +data_dir: '../tests/hey_snips_research_6k_en_train_eval_clean_ter' ############################################ # Network Architecture # @@ -46,4 +46,4 @@ num_workers: 16 checkpoint: './checkpoint/epoch_100/model.pdparams' score_file: './scores.txt' stats_file: './stats.0.txt' -img_file: './det.png' \ No newline at end of file +img_file: './det.png'