from local
This commit is contained in:
parent
fdbbfc559f
commit
dc7203fde9
Binary file not shown.
Binary file not shown.
@ -462,6 +462,7 @@ def get_encoder_model(params: AttributeDict) -> nn.Module:
|
|||||||
short_chunk_size=params.short_chunk_size,
|
short_chunk_size=params.short_chunk_size,
|
||||||
num_left_chunks=params.num_left_chunks,
|
num_left_chunks=params.num_left_chunks,
|
||||||
causal=params.causal_convolution,
|
causal=params.causal_convolution,
|
||||||
|
group_size=params.group_size,
|
||||||
)
|
)
|
||||||
return encoder
|
return encoder
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user