A crazy way of training a model (discussion and potential implimentation) #1981
Replies: 17 comments 8 replies
-
|
if I knew how to code ml stuff and edit coqui to make those changes I'd call the fork "leapfrog" |
Beta Was this translation helpful? Give feedback.
-
|
Very crazy indeed. |
Beta Was this translation helpful? Give feedback.
-
|
is it doable, by any chance? |
Beta Was this translation helpful? Give feedback.
-
|
my way is a little easier, since you don't have to do restore-prath each time since the logger can do it for you automatically |
Beta Was this translation helpful? Give feedback.
-
|
oh sorry didn't read the full message at first since I replied straight from reading it by email then replied here. |
Beta Was this translation helpful? Give feedback.
-
|
also I don't think I remember having to do python train.py --args, but I remember the part about putting the dataset in the recipe's directory then running the python file from the recipe, is that an inefitiant way by any chance? Aside from the low specs of the craptop I mean |
Beta Was this translation helpful? Give feedback.
-
|
I think you can already do most of it using |
Beta Was this translation helpful? Give feedback.
-
|
ok this is weird, you aren't understanding me at all. |
Beta Was this translation helpful? Give feedback.
-
|
like for the fokes who only want to test existing models as well as trainers |
Beta Was this translation helpful? Give feedback.
-
|
sorry if my way of speech isn't sufissiant enough, guys. I keep suggesting things and most of the time no one answers my questions and enquiries, not exclusively in coqui's chatting platforms either, so I start to temper and stuff, so, apologies once more |
Beta Was this translation helpful? Give feedback.
-
|
hey @p0p4k |
Beta Was this translation helpful? Give feedback.
-
|
hey thanks p0p4k. So after the python basics, what do I need to learn to be able to contribute stuff to coqui? Like the big things I mentioned, maybe some small stuff in the beginning |
Beta Was this translation helpful? Give feedback.
-
|
Thanks! So not all youtube videos work for me since I'm blind and all, and a lot of the channels just go "Enter this code here and click in the right corner with your mouse and drag this here untill it looks good and then ...) and I can't understand any of that obviously. So what beginner projects do you recommend that are audibly documented in a way that everyone can understand? |
Beta Was this translation helpful? Give feedback.
-
|
no no no, not braille. I'm requesting tutorials where the teacher actually speaks the code they're typing. God, the media of the world aren't doing a good job of teaching people about how blind people use their devices, so most people believe tthat blind people can't do anything on their own. |
Beta Was this translation helpful? Give feedback.
-
|
don't worry about it, no one knows everything :) |
Beta Was this translation helpful? Give feedback.
-
|
Thank you! I already have the basics part covered, I just need the part
about projects I can exercise on.
|
Beta Was this translation helpful? Give feedback.
-
|
ey thanks cara. :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys. I just got this weird idea, a new way of training a model from the cli. The following line will speak for me.
tts-trainer --model_name vits --dataset_name ljspeech --dataset_path path/to/dataset --config_path path/to/config.json --run_name "my trusty new little tts model" --run_path path/to/run/includes/checkpoints/and/samples/and/all/needed/stuff/it/is/a/folder
this has to be done after everything is prepared like the optimal process settings and the config.json.
Then we could continue the session where we left off, oh I forgot to mention implementing a logging function that saves all the settings related to the run, so when we want to finish where we left off we could do:
tts-trainer --continue "my trusty little new tts model" --run_path path/to/the/run, it will read that settings log file and searches for the latest checkpoint and continues from their.
This will make it easier for people like me to train new little things. Hopefully it won't be hard for @erogol and the gang?
Beta Was this translation helpful? Give feedback.
All reactions