From 48f8cde2218f5242a377b8fce54d7479ffb96953 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Thu, 2 Feb 2023 10:53:47 +0900 Subject: [PATCH] from local --- .../.conformer_randomcombine.py.swp | Bin 94208 -> 94208 bytes .../conformer_randomcombine.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) 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 03564848748845ad9c4882b202a773be17fc6101..b2e9f7236d628797f46833a4b2eb54b7bb45aa74 100644 GIT binary patch delta 71 zcmZp8z}oPDRV>LM%+puFQqO<^2m}}yG{tWxpIg6CY`4p#MLg4|gfWUtUz5zJw3#EQ bieqxG?+hkm&B+bE+RZ_J+k^ZV*C_%3D5V!o delta 72 zcmZp8z}oPDRV>LM%+puFQqO<^2m}}yjvC)eZVB5cw%cX$|AoBMr-m^KPhXSFsI-|Q csET89ukQ>dBhASTzS_+}e%pim7}qHR0AH~fU;qFB diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/conformer_randomcombine.py b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/conformer_randomcombine.py index 9aef38cf9..c2e330bf4 100644 --- a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/conformer_randomcombine.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/conformer_randomcombine.py @@ -225,7 +225,7 @@ class Conformer(EncoderInterface): x += self.sigmoid(self.alpha[-2]) * layer_outputs[14] x += self.sigmoid(self.alpha[-3]) * layer_outputs[11] #x += self.sigmoid(self.alpha[2]) * layer_outputs[5] - x = self.layer_norm(x/2) + x = self.layer_norm(x/3) #x = self.sigmoid(self.alpha[-1]) * layer_outputs[17] #x += self.sigmoid(self.alpha[-2]) * layer_outputs[