mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
bug fix
This commit is contained in:
parent
0766a89c8d
commit
335ff83861
@ -1334,7 +1334,7 @@ class ASRTaskAligner(ASRTaskParaformer):
|
|||||||
return retval
|
return retval
|
||||||
|
|
||||||
|
|
||||||
class ASRTaskAligner(ASRTaskParaformer):
|
class ASRTaskAligner_temp(ASRTaskParaformer):
|
||||||
@classmethod
|
@classmethod
|
||||||
def required_data_names(
|
def required_data_names(
|
||||||
cls, train: bool = True, inference: bool = False
|
cls, train: bool = True, inference: bool = False
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user