From dfab707845f37f6c09a45a678ecf729c94604a57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=B8=E9=9B=81?= Date: Tue, 16 May 2023 23:19:07 +0800 Subject: [PATCH] train --- funasr/tasks/asr.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/funasr/tasks/asr.py b/funasr/tasks/asr.py index b01aa6ffa..387b25fa8 100644 --- a/funasr/tasks/asr.py +++ b/funasr/tasks/asr.py @@ -280,6 +280,8 @@ class ASRTask(AbsTask): postencoder_choices, # --decoder and --decoder_conf decoder_choices, + # --predictor and --predictor_conf + predictor_choices, ] # If you need to modify train() or eval() procedures, change Trainer class here