Replies: 1 comment 4 replies
-
I have no idea what you are trying to say. num_workers can be changed via config file. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was reading that CPUs are not too shabby for natural language processing applications such as what we are doing with so-vits-svc. I also read that it's impossible to change the number of workers for a dataloader. You have to create a new one and then tell the application to load the new one with a defined quantity of workers.
I have been searching around and I suppose using the wrong engine. It was only after I used Bing AI that it explained to me I would need a new one, but didn't know how to write the code for so-vits to recognize the new dataloader and use it.
How would I go about that with so-vits? Which parameter would I change, that is calling the dataloader, meaning. Windows 10, Python.
Beta Was this translation helpful? Give feedback.
All reactions