Open kobenaxie opened 5 years ago
@kobenaxie My plan for now is to get the unconditional model working first with upsampling tiers. After that I will add the attention/tts functionality. It might take a while though as I probably only have about 5-8 hours per week to work on this repo.
https://github.com/fatchord/MelNet/blob/0929af0bf2d93bdb4e3539a3791a47d839ead63f/model.py#L86
In TTS, does the
MelNet
block work asDecoder
in theEncoder-Decoder
framework ? And if so, how can we integrateAttention
inMelNet
based TTS task ?