mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 18:12:19 +00:00
Change learning speed of simple_lm_proj
This commit is contained in:
parent
34500afc43
commit
807fcada68
@ -65,8 +65,7 @@ class Transducer(nn.Module):
|
||||
|
||||
self.simple_am_proj = ScaledLinear(encoder_dim, vocab_size,
|
||||
initial_speed=0.5)
|
||||
self.simple_lm_proj = ScaledLinear(decoder_dim, vocab_size,
|
||||
initial_speed=0.5)
|
||||
self.simple_lm_proj = ScaledLinear(decoder_dim, vocab_size)
|
||||
|
||||
def forward(
|
||||
self,
|
||||
|
Loading…
x
Reference in New Issue
Block a user