mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Reduce single_prob from 0.5 to 0.25
This commit is contained in:
parent
ab7c940803
commit
1eb603f4ad
@ -1075,7 +1075,7 @@ class AttentionCombine(nn.Module):
|
||||
num_channels: int,
|
||||
num_inputs: int,
|
||||
random_prob: float = 0.333,
|
||||
single_prob: float = 0.5,
|
||||
single_prob: float = 0.25,
|
||||
) -> None:
|
||||
"""
|
||||
Args:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user