r9y9 / tacotron_pytorch

PyTorch implementation of Tacotron speech synthesis model.
http://nbviewer.jupyter.org/github/r9y9/tacotron_pytorch/blob/master/notebooks/Test%20Tacotron.ipynb
Other
306 stars 79 forks source link

Fix CBHG bug; concat conv1d banks #3

Closed r9y9 closed 7 years ago

r9y9 commented 7 years ago

Fixes https://github.com/r9y9/tacotron_pytorch/issues/2#issuecomment-333602572

cc: @rafaelvalle, does this look okay now?