AI声音克隆又进化了,10分钟学会声音克隆!一键启动包发布!
2023-08-12 01:09 作者:Giant_baby31 | 我要投稿
想问问从colab训练好后,在本地运行,下载G_latest.pth和finetune_speaker.json并放入最新的inference里,最后运行inferenc.exe后,没有弹到浏览器,报错信息:
DEBUG: jieba : Loading model cost 0.682 seconds.Prefix dict has been built successfully.
DEBUG: jieba:Prefix dict has been built successfully.
INFO:root:Loaded checkpoint './G_latest.pth’(iteration 92)Traceback (most recent call last) :
File "inference.py", line 99, in <module>
AttributeError: 'list'object has no attribute 'keys'
【46588】 Failed to execute script 'inference’due to unhandled exception!

该怎么办啊

