TTS Training Setup with 3080 #1598
Replies: 2 comments 2 replies
-
|
I have 20.04 also. I have the 510 driver. CUDA 11.6. Here is my cuda debs download folder, I've fetched the debs manually and installed one by one lol. But cfft I use just the newer one (upgraded to test it), actually both cufft versions suck on my gpu. Ubuntu 20.04 is kind of old, so you need to use the python3 instad of python and pip3 instead of pip. torch is nightly. Version: 1.12.0.dev20220512+cu116 actually when i installed torch nightly using pip3 some dependency also pulled old torch. so I kept uninstalling and upgrading old things like old numpy, scipy and whatever untill they no more pulled the old torch. every time I uninstalled the old torch I installed the nightly torch and tried again to see what else pulls it back in. |
Beta Was this translation helpful? Give feedback.
-
|
What do you mean breaking x minutes. your training crashes after, say, 5 minutes? That's unlikely. Either it will crash in the beginning or never. Acctually if you have a big wav in your dataset it can out of memory in progress. |
Beta Was this translation helpful? Give feedback.
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 have spent longer than I care to admit trying to figure out how to get TTS set up for VITS training on a 3080 card. I've installed a base of Ubuntu 20.04 and used the make commands to install deps and set things up. I get a range of errors related to either a bad CUDA version, pytorch issues, etc. It seems I can't get the correct combination of dependencies installed to complete training.
This is after fighting WSL2 and nuking that, as I thought it would be easier to set up in Ubuntu (desktop).
Please, if anyone has a tried and true setup to train with a 30 series card, I would be very grateful if you could share it here. I can provide more specifics of the errors, but I wanted to put this out first in the hope of getting the magic / TLDR-type setup.
Beta Was this translation helpful? Give feedback.
All reactions