- Notifications
You must be signed in to change notification settings - Fork5
Pytorch Reimplementation of DiffWave unconditional generation: a high quality waveform synthesizer.
License
philsyn/DiffWave-unconditional
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a reimplementaion of the unconditional waveform synthesizer inDIFFWAVE: A VERSATILE DIFFUSION MODEL FOR AUDIO SYNTHESIS.
To continue training the model, run
python distributed_train.py -c config.json.To retrain the model, change the parameter
ckpt_iterin the correspondingjsonfile to-1and use the above command.To generate audio, run
python inference.py -c config.json -n 16to generate 16 utterances.Note, you may need to carefully adjust some parameters in the
jsonfile, such asdata_pathandbatch_size_per_gpu.
About
Pytorch Reimplementation of DiffWave unconditional generation: a high quality waveform synthesizer.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.