yanggeng1995 / vae_tacotron

MIT License
51 stars 19 forks source link

reference_output is not used for vae! right? #3

Open maozhiqiang opened 5 years ago

maozhiqiang commented 5 years ago

https://github.com/yanggeng1995/vae_tacotron/blob/11a062ffc5534c44e6963b2ab62fa5b503b2835b/models/modules.py#L30

ReferenceEncoder is only use one rnn layers, is different form paper https://arxiv.org/pdf/1812.04342.pdf, which say: "We use the same architecture and hyperparameters for reference encoder as Wang et al. [4] which consists of six 2-D convolutional layers followed by a GRU layer. "

yanggeng1995 commented 5 years ago

Thanks for your reminding. I have repaired it