as-ideas / TransformerTTS

🤖💬 Transformer TTS: Implementation of a non-autoregressive Transformer based neural network for text to speech.
https://as-ideas.github.io/TransformerTTS/
Other
1.13k stars 227 forks source link

KeyError: 'encoder_attention_conv_kernel' #53

Closed apthagowda97 closed 4 years ago

apthagowda97 commented 4 years ago

I am getting this error Autoregressive + MelGAN colab example.

cfrancesco commented 4 years ago

Hi, it's missing a !git checkout line. I'll add it. For now just add this line after cloning the repo

!git checkout 1c1cb03

if you're using the standard pretrained model link Or just add any entry in the config for the missing keys (which are not used)