diff --git a/egs/LJSpeech/ASR/pruned_transducer_stateless_d2v_v2/.asr_datamodule.py.swp b/egs/LJSpeech/ASR/pruned_transducer_stateless_d2v_v2/.asr_datamodule.py.swp index 28b0ebfa2..9e61bfcc8 100644 Binary files a/egs/LJSpeech/ASR/pruned_transducer_stateless_d2v_v2/.asr_datamodule.py.swp and b/egs/LJSpeech/ASR/pruned_transducer_stateless_d2v_v2/.asr_datamodule.py.swp differ diff --git a/egs/LJSpeech/ASR/pruned_transducer_stateless_d2v_v2/.train_adapter.py.swp b/egs/LJSpeech/ASR/pruned_transducer_stateless_d2v_v2/.train_adapter.py.swp index 4583b87a9..7e26ed128 100644 Binary files a/egs/LJSpeech/ASR/pruned_transducer_stateless_d2v_v2/.train_adapter.py.swp and b/egs/LJSpeech/ASR/pruned_transducer_stateless_d2v_v2/.train_adapter.py.swp differ diff --git a/egs/LJSpeech/ASR/pruned_transducer_stateless_d2v_v2/train_adapter.py b/egs/LJSpeech/ASR/pruned_transducer_stateless_d2v_v2/train_adapter.py index a84e84857..e199cd56a 100755 --- a/egs/LJSpeech/ASR/pruned_transducer_stateless_d2v_v2/train_adapter.py +++ b/egs/LJSpeech/ASR/pruned_transducer_stateless_d2v_v2/train_adapter.py @@ -87,7 +87,7 @@ import sentencepiece as spm import torch import torch.multiprocessing as mp import torch.nn as nn -from asr_datamodule import LibriSpeechAsrDataModule +from asr_datamodule import LibriSpeechAsrDataModule, LJSpeechAsrDataModule from decoder import Decoder from joiner import Joiner from lhotse.cut import Cut