descriptinc / cargan

Official repository for the paper "Chunked Autoregressive GAN for Conditional Waveform Synthesis"

Home Page:https://maxrmorrison.com/sites/cargan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do i train my own model?

c9412600 opened this issue · comments

hello,plz tell me how to train my own model, if I have a new dataset,what should I do first? What does the data format look like?
Thank you!

For a new dataset, you'll make a function in download.py. This function downloads and unzips the dataset, then prepares a cache of 22.05 kHz wav files. See the other examples in that file. If you want custom partitioning for your dataset, you'll edit partition.py as well. That should be it.