mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
8ddc832e4f
commit
2b9eb5a67b
Binary file not shown.
@ -455,7 +455,7 @@ class Tempformer(EncoderInterface):
|
|||||||
num_left_chunks: int = -1,
|
num_left_chunks: int = -1,
|
||||||
causal: bool = False,
|
causal: bool = False,
|
||||||
) -> None:
|
) -> None:
|
||||||
super(Conformer, self).__init__()
|
super(Tempformer, self).__init__()
|
||||||
|
|
||||||
self.num_features = num_features
|
self.num_features = num_features
|
||||||
self.subsampling_factor = subsampling_factor
|
self.subsampling_factor = subsampling_factor
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user