mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Decrease hidden_ratio of ConvNeXt from 4 to 3.
This commit is contained in:
parent
39e7c613c7
commit
0995970f29
@ -1676,7 +1676,7 @@ class ConvNeXt(nn.Module):
|
||||
"""
|
||||
def __init__(self,
|
||||
channels: int,
|
||||
hidden_ratio: int = 4,
|
||||
hidden_ratio: int = 3,
|
||||
layerdrop_rate: FloatLike = None):
|
||||
super().__init__()
|
||||
kernel_size = 7
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user