so-vits-svc-fork icon indicating copy to clipboard operation
so-vits-svc-fork copied to clipboard

Colab won't train

Open chrislos opened this issue 1 year ago • 5 comments

When I go through the collab, (even with the downloaded dataset "tsukuyomi" train won't start. I tried to execute it with GPU T4 runtime.

I think it has something to do with the !svc pre-hubert execution. It doesn't not walk through all the files...

after !svc train -t the cell stops after a few seconds. :-(

Does it work with anybody else? Looking forward to any help.

best c.

chrislos avatar May 20 '23 12:05 chrislos

Make sure pre-hubert is running completely and not stopped by anything. In order to start training, Hubert should exist first.

punteroo avatar Jun 01 '23 13:06 punteroo

I'm having the same issue, I can't seem to fix it. It worked the first time, now nothing.

KokoDraws avatar Jun 06 '23 04:06 KokoDraws

same here

Simon34545 avatar Jun 14 '23 00:06 Simon34545

I had the same issue, it seems that logger can't show you output immediately, that's why you can't see some error.

nikich340 avatar Jun 17 '23 15:06 nikich340

i found out that the problem lies in the Shape - High Ram setting if you're a Colab+ or Pro+ user. Simply turn it off and run it again, it should be running at 2 threads. Problem is when it's high ram it runs at 8 threads and things seems to go wrong and cancels the step

cadexn avatar Oct 19 '23 07:10 cadexn