lmnt-com / diffwave

DiffWave is a fast, high-quality neural vocoder and waveform synthesizer.
Apache License 2.0
767 stars 112 forks source link

How can we achieve conditional waveform synthesis for SC09 dataset. #43

Open lizaitang opened 1 year ago

lizaitang commented 1 year ago

Hello, as you have already give the conditional generated examples in your project page, can this repo achieves conditional waveform synthesis for SC09 dataset?

Albajack97 commented 1 year ago

Hello, as you have already give the conditional generated examples in your project page, can this repo achieves conditional waveform synthesis for SC09 dataset?

I have the same request. I'm also trying to use global conditioning but seeing the code will surely help. I'm particularly interested in the "mapping" of word embeddings as a bias term in the conditioning phase.

sharvil commented 1 year ago

I haven't trained a conditional model on the SC09 dataset, but I expect you'd get reasonable results. You may need to tweak some hyperparameters for the dataset. Try it out and update this thread with your results!