mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Swap random_prob and single_prob, to reduce prob of being randomized.
This commit is contained in:
parent
8d517a69e4
commit
cf5f7e5dfd
@ -1071,8 +1071,8 @@ class AttentionCombine(nn.Module):
|
||||
self,
|
||||
num_channels: int,
|
||||
num_inputs: int,
|
||||
random_prob: float = 0.333,
|
||||
single_prob: float = 0.25,
|
||||
random_prob: float = 0.25,
|
||||
single_prob: float = 0.333,
|
||||
) -> None:
|
||||
"""
|
||||
Args:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user