mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update
This commit is contained in:
parent
87da739304
commit
ec383fba56
@ -52,9 +52,7 @@ class Paraformer(FunASRModel):
|
||||
frontend: Optional[torch.nn.Module],
|
||||
specaug: Optional[torch.nn.Module],
|
||||
normalize: Optional[torch.nn.Module],
|
||||
preencoder: Optional[AbsPreEncoder],
|
||||
encoder: torch.nn.Module,
|
||||
postencoder: Optional[AbsPostEncoder],
|
||||
decoder: AbsDecoder,
|
||||
ctc: CTC,
|
||||
ctc_weight: float = 0.5,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user