Replies: 2 comments
-
Indeed, setting fp16_run = true seems to give better results. I have a voice that I trained for 105600 iterations with the default fp16_run = false I will retrain the whole thing with fp16_run = true, Just to see... |
Beta Was this translation helpful? Give feedback.
-
So, I trained a voice for 105600 iterations with a) fp16_run set to true and b) fp16_run set to false (the default) res_3.mp4In my opinion, the default (fp16_run = false) seems to be cleaner in the long run. Note: The generation was done with: |
Beta Was this translation helpful? Give feedback.
-
Okay so I've looked around the config a bit, seeing as I wasn't too happy with the results of a model that, while having a very small dataset, doesn't sound too great even after around 20k iterations. (A similar voice with even less data, only around 30s of voice clips, sounded better at 4k already)
So I noticed this option in the config file in
configs\44k\config.json
after runningsvc pre-config
Changing that to
true
made the model already sound much better at even 200 and 400 iterations.On another note, it didn't improve the ~20k model when I changed that setting. It had to be done on a 0 checkpoint / fresh model.
Is there anyone else that would want to give this a try and report back?
svc pre-config
configs\44k\config.json
totrue
Beta Was this translation helpful? Give feedback.
All reactions