mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Reduce final_layerdrop_rate coefficient.
This commit is contained in:
parent
3fdfec1049
commit
65f15c9d14
@ -198,7 +198,7 @@ class Zipformer(EncoderInterface):
|
||||
dropout=dropout,
|
||||
warmup_begin=warmup_batches * (i + 1) / (num_encoders + 1),
|
||||
warmup_end=warmup_batches * (i + 2) / (num_encoders + 1),
|
||||
final_layerdrop_rate=0.05 * (downsampling_factor[i] ** 0.5),
|
||||
final_layerdrop_rate=0.035 * (downsampling_factor[i] ** 0.5),
|
||||
attention_share_layers=attention_share_layers[i],
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user