mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 10:02:22 +00:00
Reduce 1st conv channels from 64 to 32
This commit is contained in:
parent
4e453a4bf9
commit
1b8d7defd0
@ -954,7 +954,7 @@ class Conv2dSubsampling(nn.Module):
|
|||||||
|
|
||||||
def __init__(self, in_channels: int,
|
def __init__(self, in_channels: int,
|
||||||
out_channels: int,
|
out_channels: int,
|
||||||
layer1_channels: int = 64,
|
layer1_channels: int = 32,
|
||||||
layer2_channels: int = 128) -> None:
|
layer2_channels: int = 128) -> None:
|
||||||
"""
|
"""
|
||||||
Args:
|
Args:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user