From 0e54471d2d41c848ca7f87adc9501c27a0200f3e Mon Sep 17 00:00:00 2001 From: Erwan Date: Wed, 22 Jun 2022 15:13:46 +0200 Subject: [PATCH] remove absolute path --- 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 e2afc5240..eebce957e 120000 --- a/egs/ptb/LM/local/prepare_lm_training_data.py +++ b/egs/ptb/LM/local/prepare_lm_training_data.py @@ -1 +1 @@ -/Users/ezerhoun/repos/open_source/icefall/egs/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 d9afbc014..6f018a0e2 120000 --- a/egs/ptb/LM/local/train_bpe_model.py +++ b/egs/ptb/LM/local/train_bpe_model.py @@ -1 +1 @@ -/Users/ezerhoun/repos/open_source/icefall/egs/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