From a433f440bb164845357d264dafeb211b66e7ceda Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Tue, 3 Jan 2023 13:32:31 +0900 Subject: [PATCH] from local --- .../.convolution.py.swp | Bin 12288 -> 12288 bytes .../.data2vec_audio.py.swp | Bin 40960 -> 40960 bytes .../convolution.py | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.convolution.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.convolution.py.swp index ee78edf41602503a4a35178d4d9bf7fc66232312..56fdbc3a0857e124c1b87eca038cb20b13e1cd63 100644 GIT binary patch delta 26 icmZojXh_)bl9{!%Bu&?1^E>9RnoPl&o1f}RGXVgV^9pzX delta 23 fcmZojXh_)bl6m3-*3IvjziKiCrEY$zE6oG|h0_W! diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.data2vec_audio.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.data2vec_audio.py.swp index 7b3a3ea9825108db0b5efbfefafe433cb413cb04..a1117e1d59c24b8808a2686b509d108eff75f23c 100644 GIT binary patch delta 32 mcmZoTz|?SnNi@kI%+puFQqO<^2m}}yV%Ba>Uba#6^?U%9PYLt@ delta 32 mcmZoTz|?SnNi@kI%+puFQqO<^2m}}yqStOtUc6EC^?U%9Hwo|n diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/convolution.py b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/convolution.py index 6a5d2c30c..4e93be724 100644 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/convolution.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/convolution.py @@ -19,7 +19,7 @@ class ConvolutionModule(nn.Module): """ - def __init__(self, channels, kernel_size, activation=nn.ReLU(), bias=True): + def __init__(self, channels, kernel_size, activation=nn.SiLU(), bias=True): """Construct an ConvolutionModule object.""" super(ConvolutionModule, self).__init__() # kernerl_size should be a odd number for 'SAME' padding