Closed mrezai closed 3 years ago
Hi @mrezai,
Add:
tacotron2_config.__dict__['vocab_size'] = 156
right after
tacotron2_config = AutoConfig.from_pretrained('./examples/tacotron2/conf/tacotron2.v1.yaml')
This is a known bug, and it will be fixed when my new training is complete.
Thanks, it works!
Hi @monatis below code generates correct audio with https://www.dropbox.com/s/ixsp0bxck2di4rs/TensorFlowtts.zip?dl=1(from colab) but doesn't with the latest commit f046e824f18b4c7b7db2b65705a6f98f09cf9b48. There is a difference in output logs and with code cloned from repository we will see this warning:
WARNING:tensorflow:Skipping loading of weights for layer encoder due to mismatch in shape ((149, 512) vs (156, 512)).