mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 18:12:19 +00:00
Reduce initial_speed further from 0.5 to 0.25
This commit is contained in:
parent
ec54fa85cc
commit
025d690995
@ -64,7 +64,7 @@ class Transducer(nn.Module):
|
||||
# could perhaps separate this into 2 linear projections, one
|
||||
# for lm and one for am.
|
||||
self.simple_joiner = ScaledLinear(embedding_dim, vocab_size,
|
||||
initial_speed=0.5)
|
||||
initial_speed=0.25)
|
||||
|
||||
def forward(
|
||||
self,
|
||||
|
Loading…
x
Reference in New Issue
Block a user