Plachtaa / VITS-fast-fine-tuning

This repo is a pipeline of VITS finetuning for fast speaker adaptation TTS, and many-to-many voice conversion
Apache License 2.0
4.7k stars 705 forks source link

【本地运行错误】AssertionError [12700] Failed to execute script 'inference' due to unhandled exception! #569

Open heibar119 opened 8 months ago

heibar119 commented 8 months ago

Traceback (most recent call last): File "inference.py", line 97, in File "utils.py", line 19, in load_checkpoint AssertionError [12700] Failed to execute script 'inference' due to unhandled exception!

hzy102332 commented 8 months ago

Loading model cost 0.390 seconds. DEBUG:jieba:Loading model cost 0.390 seconds. Prefix dict has been built successfully. DEBUG:jieba:Prefix dict has been built successfully. INFO:root:Loaded checkpoint './G_latest.pth' (iteration 184) Traceback (most recent call last): File "inference.py", line 99, in AttributeError: 'list' object has no attribute 'keys' [19728] Failed to execute script 'inference' due to unhandled exception!

daoyuanzhai commented 7 months ago

Traceback (most recent call last): File "inference.py", line 97, in File "utils.py", line 19, in load_checkpoint AssertionError [12700] Failed to execute script 'inference' due to unhandled exception!

I got exactly the same error, did you figure out how to solve it?