This commit is contained in:
shixian.shi 2023-03-13 16:19:03 +08:00
parent 0766a89c8d
commit 335ff83861

View File

@ -1334,7 +1334,7 @@ class ASRTaskAligner(ASRTaskParaformer):
return retval
class ASRTaskAligner(ASRTaskParaformer):
class ASRTaskAligner_temp(ASRTaskParaformer):
@classmethod
def required_data_names(
cls, train: bool = True, inference: bool = False