From ce9782650ff7e19421cb33ce7416a642a847838e Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Sat, 28 Jan 2023 21:57:33 +0900 Subject: [PATCH] from local --- .../.conformer.py.swp | Bin 90112 -> 90112 bytes .../pruned_transducer_stateless5/conformer.py | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/egs/librispeech/ASR/pruned_transducer_stateless5/.conformer.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless5/.conformer.py.swp index cf0d9f23e39b258ec47abe4cd1b732ff5acd70c2..a3ee0c566ce37f21e37f1f4c64adb1721a54884c 100644 GIT binary patch delta 371 zcmXxYPbhA$Bni z85Q-}DxF~(jTY$|>ljA8Svto&5-_OR(kfEu#Zy??$1EHqP!CBjxWXv<5yqP(`KaIs uTUL*>$dN$|-3Y-#P(E>;n@6`6iNz_K&+V+`3M={>{~dVgTQA)-*ZB(pFg`E< delta 373 zcmXxYKPZF&9LDkIUS9VHCGr~1@Lq2T12>VR_bwUa#YAQoIm3I(S)}e_P&TeimMfD% zy&2rZS+3iZZZIn;)qy{)(>#*^ diff --git a/egs/librispeech/ASR/pruned_transducer_stateless5/conformer.py b/egs/librispeech/ASR/pruned_transducer_stateless5/conformer.py index 8b5920281..97ded1f54 100644 --- a/egs/librispeech/ASR/pruned_transducer_stateless5/conformer.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless5/conformer.py @@ -695,8 +695,8 @@ class ConformerEncoder(nn.Module): outputs = [] for i, mod in enumerate(self.layers): - #if random.random() < 0.05: - # continue + if random.random() < 0.05: + continue output = mod( output, pos_emb,