PlayVoice / whisper-vits-svc

Core Engine of Singing Voice Conversion & Singing Voice Clone
https://huggingface.co/spaces/maxmax20160403/sovits5.0
MIT License
2.57k stars 914 forks source link

svc_export.py error #128

Closed bukhalmae145 closed 3 months ago

bukhalmae145 commented 9 months ago

python svc_export.py --config "configs/base.yaml" --checkpoint_path "chkpt/김 동률/***.pt"

/Users/workstation/Music/whisper-vits-svc/whisper-vits-svc/lib/python3.8/site-packages/torch/nn/utils/weight_norm.py:30: UserWarning: torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm. warnings.warn("torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.") Traceback (most recent call last): File "svc_export.py", line 68, in main(args) File "svc_export.py", line 56, in main load_model(args.checkpoint_path, model) File "svc_export.py", line 11, in load_model assert os.path.isfile(checkpoint_path) AssertionError

MaxMax2016 commented 9 months ago

*.pt should be a real model path, like chkpt/sovits5.0/sovits5.0_0500.pt**

bukhalmae145 commented 9 months ago

but i have multiple models such as sovits5.0_0025.pt, sovits5.0_0050.pt, sovits5.0_0075.pt

MaxMax2016 commented 9 months ago

choose big number

bukhalmae145 commented 9 months ago

thank you