From a1b0cd33d50cee3e4612d1e787399e508b453a4a Mon Sep 17 00:00:00 2001 From: 游雁 <zhifu.gzf@alibaba-inc.com> Date: 星期四, 21 十二月 2023 14:20:21 +0800 Subject: [PATCH] rename register tables --- funasr/models/conformer/template.yaml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/funasr/models/conformer/template.yaml b/funasr/models/conformer/template.yaml index 6094313..4cbeca4 100644 --- a/funasr/models/conformer/template.yaml +++ b/funasr/models/conformer/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