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 ?
https://github.com/fatchord/MelNet/blob/0929af0bf2d93bdb4e3539a3791a47d839ead63f/model.py#L86
In TTS, does the
MelNetblock work asDecoderin theEncoder-Decoderframework ? And if so, how can we integrateAttentioninMelNetbased TTS task ?