From b3b4c1bc5bb068c9aff99740e6257d12c6676ff7 Mon Sep 17 00:00:00 2001 From: aky15 <ankeyu.aky@11.17.44.249> Date: 星期一, 17 四月 2023 11:19:14 +0800 Subject: [PATCH] rename some functions --- funasr/modules/beam_search/beam_search_transducer.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/funasr/modules/beam_search/beam_search_transducer.py b/funasr/modules/beam_search/beam_search_transducer.py index 49cce92..8b7e613 100644 --- a/funasr/modules/beam_search/beam_search_transducer.py +++ b/funasr/modules/beam_search/beam_search_transducer.py @@ -7,7 +7,7 @@ import torch from funasr.models.rnnt_predictor.abs_decoder import AbsDecoder -from funasr.models.joint_network import JointNetwork +from funasr.models.joint_net.joint_network import JointNetwork @dataclass -- Gitblit v1.9.1