Replies: 4 comments
-
sudo apt-get install libportaudio2 Let me know if that works. |
Beta Was this translation helpful? Give feedback.
-
It works,but how can i improve the model, it sang out of the tune? |
Beta Was this translation helpful? Give feedback.
-
1: BEFORE training the model. Then during inference I use the crepe auto-predict method. 2: 3: Other than that, you're out of options. It's quite possible that with a shitty dataset you will simply never ever have a good model. |
Beta Was this translation helpful? Give feedback.
-
@Agamemnoid Thank you! Now I know how to change the F0 prediction method before training locally. Before that, I only know how to change F0 method on the GUI for the inference, and I find that "parselmouth" gives the best inference result in my case.
You mean after 1 million steps, the loss function shown on the TensorBoard is still decreasing? |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
The conda enviroment is OK and i infer my own model what i trained before successfully, but i cannot run the svcg
Traceback (most recent call last):
File "/home/anaconda3/envs/so-vits-svc-fork/bin/svcg", line 5, in
from so_vits_svc_fork.gui import main
File "/home/anaconda3/envs/so-vits-svc-fork/lib/python3.10/site-packages/so_vits_svc_fork/gui.py", line 10, in
import sounddevice as sd
File "/home/anaconda3/envs/so-vits-svc-fork/lib/python3.10/site-packages/sounddevice.py", line 71, in
raise OSError('PortAudio library not found')
OSError: PortAudio library not found
PS:The infer result sang out of the tune, how can i improve the result except add dataset?
Beta Was this translation helpful? Give feedback.
All reactions