-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
例如 下线GPT-4o,可能是一场压力测试
try:
import ttsfrd
use_ttsfrd = True
except ImportError:
print("failed to import ttsfrd, use WeTextProcessing instead")
from tn.chinese.normalizer import Normalizer as ZhNormalizer
from tn.english.normalizer import Normalizer as EnNormalizer
我用的是旧版本的这个model
代码走到
text = self.zh_tn_model.normalize(text)
我代码调试了一下:
就变成 下线GPT负四o,可能是一场压力测试
使用新的 wetext 又会报错。。。。
Metadata
Metadata
Assignees
Labels
No labels