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 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/funasr/modules/beam_search/beam_search_transducer.py b/funasr/modules/beam_search/beam_search_transducer.py
index eaf5627..8b7e613 100644
--- a/funasr/modules/beam_search/beam_search_transducer.py
+++ b/funasr/modules/beam_search/beam_search_transducer.py
@@ -6,8 +6,8 @@
 import numpy as np
 import torch
 
-from funasr.models.rnnt_decoder.abs_decoder import AbsDecoder
-from funasr.models.joint_network import JointNetwork
+from funasr.models.rnnt_predictor.abs_decoder import AbsDecoder
+from funasr.models.joint_net.joint_network import JointNetwork
 
 
 @dataclass

--
Gitblit v1.9.1