speech_asr
2023-03-13 b7b65c844d6d7b88b76270f0c29841c6ea321175
funasr/tasks/asr.py
@@ -1244,3 +1244,10 @@
        return model
class ASRTaskAligner(ASRTaskParaformer):
    @classmethod
    def required_data_names(
            cls, train: bool = True, inference: bool = False
    ) -> Tuple[str, ...]:
        retval = ("speech", "text")
        return retval