mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 01:52:41 +00:00
Use initial_speed=0.5
This commit is contained in:
parent
f75d40c725
commit
ec54fa85cc
@ -63,7 +63,8 @@ class Transducer(nn.Module):
|
|||||||
|
|
||||||
# could perhaps separate this into 2 linear projections, one
|
# could perhaps separate this into 2 linear projections, one
|
||||||
# for lm and one for am.
|
# for lm and one for am.
|
||||||
self.simple_joiner = ScaledLinear(embedding_dim, vocab_size)
|
self.simple_joiner = ScaledLinear(embedding_dim, vocab_size,
|
||||||
|
initial_speed=0.5)
|
||||||
|
|
||||||
def forward(
|
def forward(
|
||||||
self,
|
self,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user