LJSpeech training result #29
Replies: 3 comments 4 replies
-
Thanks for the samples and the update. Do you think it is better than VITS-1? |
Beta Was this translation helpful? Give feedback.
-
Hello, why is it that I've run 450k steps on a single GPU using the code provided, only changing the batch size to 8, but still see no improvement?(你好,为什么我用他提供的代码,我只更改了batch为8,在单个gpu上运行了450k步还是没效果呢) |
Beta Was this translation helpful? Give feedback.
-
You should better adjust your batch size. the value of 8 is too small. and, multi-card training helps the smooth traning。 |
Beta Was this translation helpful? Give feedback.
-
@p0p4k hi , p0p4k, thanks again for your shared code.
I have trained the two configure in LJSpeech about 300k+ steps , with batch size 32, 3090Ti
LJ Speech
python train.py -c configs/vits2_ljs_nosdp.json -m ljs_base # no-sdp;
python train.py -c configs/vits2_ljs_base.json -m ljs_base # with sdp;
Result samples
VITS2_LJSpeech Result_from WendongGan-2023.08.29.zip
Pretrained model:
(coming soon.....)
Now, We think no-dsp is better, maybe it is more easy to train. When i finish my training, i will update the samples
Beta Was this translation helpful? Give feedback.
All reactions