From eba1fccfa07665ed9cada19cfab6cd342e03112e Mon Sep 17 00:00:00 2001 From: Shi Xian <40013335+R1ckShi@users.noreply.github.com> Date: 星期二, 16 一月 2024 11:34:04 +0800 Subject: [PATCH] Merge pull request #1250 from alibaba-damo-academy/funasr1.0 --- funasr/models/transformer/template.yaml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/funasr/models/transformer/template.yaml b/funasr/models/transformer/template.yaml index 798e374..c9228f4 100644 --- a/funasr/models/transformer/template.yaml +++ b/funasr/models/transformer/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