mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Change ratio in NonlinAttentionModule from 8 to 2
This commit is contained in:
parent
36a2f33a6f
commit
753269668a
@ -1459,7 +1459,7 @@ class NonlinAttentionModule(nn.Module):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self, channels: int, ratio: int = 8,
|
self, channels: int, ratio: int = 2,
|
||||||
) -> None:
|
) -> None:
|
||||||
super().__init__()
|
super().__init__()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user