KoeAI / LLVC

MIT License
372 stars 31 forks source link

Issue in reproducing results from the paper #7

Open tripathiarpan20 opened 8 months ago

tripathiarpan20 commented 8 months ago

Hi! Thanks for the open-source work.

I tried training an LLVC with a custom voice using a pretrained model from weights.gg, however, there were several discrepancies that lead to failure in reproduction of the results:

ksadov commented 5 months ago

The number of epochs is hardcoded to 10000, but we manually stopped training at 53. Which batch size are you using for training on the H100?

As for efficiently fine-tuning from G_500000.pt: the training procedure should be the same as starting from an untrained checkpoint, and from my informal experience should be slightly quicker to converge.