jeonchangbin49 / MedleyVox

69 stars 5 forks source link

How does MedleyVox infer? #2

Open kbuwel opened 5 months ago

kbuwel commented 5 months ago

python -msvs.inference --exp_name=your_exp_name\ --model_dir= vocals 100.pth --inference_data_dir=a.wav --results_save_dir=results from .base_models import ( ImportError: cannot import name 'BaseEncoderMaskerDecoder_output_no_maksed' from 'svs.models.base_models' (C:\ Users\Administrator\MedleyVox\svs\models\base_models.py) Isn't this the command above? I ran it as written in README.md, but I got an error. Please tell me in more detail how to run it.

jeonchangbin49 commented 5 months ago

Hi Kbuwel, did you finish the model training?

kbuwel commented 5 months ago

https://huggingface.co/Cyru5/MedleyVox I downloaded the model from the link above.