From c391bfd1000e0b2d7ff906be529d4c5fd1bcb7b0 Mon Sep 17 00:00:00 2001 From: Mingshuang Luo <37799481+luomingshuang@users.noreply.github.com> Date: Fri, 24 Jun 2022 10:40:46 +0800 Subject: [PATCH] fix errors for soft connection (#443) --- egs/ptb/LM/local/prepare_lm_training_data.py | 2 +- egs/ptb/LM/local/train_bpe_model.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/egs/ptb/LM/local/prepare_lm_training_data.py b/egs/ptb/LM/local/prepare_lm_training_data.py index eebce957e..abc00d421 120000 --- a/egs/ptb/LM/local/prepare_lm_training_data.py +++ b/egs/ptb/LM/local/prepare_lm_training_data.py @@ -1 +1 @@ -../../librispeech/ASR/local/prepare_lm_training_data.py \ No newline at end of file +../../../librispeech/ASR/local/prepare_lm_training_data.py \ No newline at end of file diff --git a/egs/ptb/LM/local/train_bpe_model.py b/egs/ptb/LM/local/train_bpe_model.py index 6f018a0e2..6fad36421 120000 --- a/egs/ptb/LM/local/train_bpe_model.py +++ b/egs/ptb/LM/local/train_bpe_model.py @@ -1 +1 @@ -../../librispeech/ASR/local/train_bpe_model.py \ No newline at end of file +../../../librispeech/ASR/local/train_bpe_model.py \ No newline at end of file