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 019dd70a1..1cf781b2f 100644 Binary files a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.conformer_randomcombine.py.swp and b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.conformer_randomcombine.py.swp differ 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 82d15125b..d977bb6fa 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[0]) * layer_outputs[2] #x += self.sigmoid(self.alpha[1]) * layer_outputs[5] #x += self.sigmoid(self.alpha[2]) * layer_outputs[5] - #x = self.layer_norm(x) + x = self.layer_norm(x) return x, lengths