From d342c642fa7eae3d90cf543c28b153cf5dbd0722 Mon Sep 17 00:00:00 2001 From: 游雁 <zhifu.gzf@alibaba-inc.com> Date: 星期三, 10 一月 2024 17:43:50 +0800 Subject: [PATCH] Merge branch 'funasr1.0' of github.com:alibaba-damo-academy/FunASR into funasr1.0 add --- funasr/models/paraformer/template.yaml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/funasr/models/paraformer/template.yaml b/funasr/models/paraformer/template.yaml index 000f641..94eebf7 100644 --- a/funasr/models/paraformer/template.yaml +++ b/funasr/models/paraformer/template.yaml @@ -2,8 +2,8 @@ # You can modify the configuration according to your own requirements. # to print the register_table: -# from funasr.utils.register import registry_tables -# registry_tables.print() +# from funasr.register import tables +# tables.print() # network architecture #model: funasr.models.paraformer.model:Paraformer -- Gitblit v1.9.1