mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-18 21:44:18 +00:00
Change scale from 0.1 to 0.05
This commit is contained in:
parent
173c8e6ca3
commit
77357cdaa8
@ -94,7 +94,7 @@ class Conformer(EncoderInterface):
|
||||
aux_layers=list(range(0, num_encoder_layers - 1, aux_layer_period)),
|
||||
)
|
||||
|
||||
self.decorrelate = Decorrelate(d_model, scale=0.1)
|
||||
self.decorrelate = Decorrelate(d_model, scale=0.05)
|
||||
|
||||
|
||||
def forward(
|
||||
|
Loading…
x
Reference in New Issue
Block a user