From 1d40d54322ce9b66d317feb60df004c0535b23f4 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Mon, 9 Jan 2023 11:25:00 +0900 Subject: [PATCH] from local --- .../.conformer_randomcombine.py.swp | Bin 102400 -> 102400 bytes .../.train.py.swp | Bin 57344 -> 57344 bytes .../train.py | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.conformer_randomcombine.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.conformer_randomcombine.py.swp index 30d943a6d1fb667553af691b757b19c115c4be40..8f462e5cfe4c153cc59c28370dd03d36cd957f50 100644 GIT binary patch delta 35 pcmZozz}B#UO*F|M%+puFQqO<^2m}}yOe%LLyETe#6=i(g4*;Yc36lT- delta 35 pcmZozz}B#UO*F|M%+puFQqO<^2m}}yj4F30D>RC36=i(g4*;Uo32OiV diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.train.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.train.py.swp index ce0679b847e200e0e9bb780f57f2a8cc444f5f0b..8f2d142f41d7bf55997bceeadfa46dd4e771c946 100644 GIT binary patch delta 27 jcmZoTz}#?vc>|9kqrhff#jEU-A8Y6_DsL9le7_9|9kqu^#<#jEU-A8P1t7Sw#d4FGke36KB) diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/train.py b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/train.py index d364cae4e..257afde19 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/train.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/train.py @@ -59,8 +59,8 @@ import torch import torch.multiprocessing as mp import torch.nn as nn from asr_datamodule import LibriSpeechAsrDataModule -from conformer import Conformer -#from conformer_randomcombine import Conformer +#from conformer import Conformer +from conformer_randomcombine import Conformer from decoder import Decoder from joiner import Joiner from lhotse.cut import Cut