from local
This commit is contained in:
parent
eec47fadec
commit
eca33a5870
Binary file not shown.
Binary file not shown.
@ -86,6 +86,7 @@ class Conformer(EncoderInterface):
|
|||||||
short_chunk_size: int = 25,
|
short_chunk_size: int = 25,
|
||||||
num_left_chunks: int = -1,
|
num_left_chunks: int = -1,
|
||||||
causal: bool = False,
|
causal: bool = False,
|
||||||
|
group_num: int = 12,
|
||||||
) -> None:
|
) -> None:
|
||||||
super(Conformer, self).__init__()
|
super(Conformer, self).__init__()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user