MelNet icon indicating copy to clipboard operation
MelNet copied to clipboard

WIP: Open Source Implementation of "MelNet: A Generative Model for Audio in the Frequency Domain"

Results 5 MelNet issues
Sort by recently updated
recently updated
newest added

Let me know if there's anything we can do to help! The samples at https://sjvasquez.github.io/blog/melnet/ are remarkable. Have you had any success in replicating this work?

please add some samples of result

Hi, I want to contribute for the code of melnet. Can you provide the steps needed to implement this paper.

https://github.com/fatchord/MelNet/blob/0929af0bf2d93bdb4e3539a3791a47d839ead63f/model.py#L86 In TTS, does the `MelNet` block work as `Decoder` in the `Encoder-Decoder` framework ? And if so, how can we integrate `Attention` in `MelNet` based TTS task ?