ivanvovk / WaveGrad

Implementation of WaveGrad high-fidelity vocoder from Google Brain in PyTorch.
BSD 3-Clause "New" or "Revised" License
402 stars 56 forks source link

Were your `generated_samples` generated using a model trained with AMP? #13

Closed Hiroshiba closed 4 years ago

Hiroshiba commented 4 years ago

I'm also adding WaveGrad to my implementation. I have a question for you. Were your generated_samples generated using a model trained with AMP?

I think this repository is very nice. Good job!

ivanvovk commented 4 years ago

@Hiroshiba yes, the samples are obtained using the model trained with AMP, which checkpoint I have uploaded for the public usage.

Hiroshiba commented 4 years ago

I see. Thank you!