m-toman / tacorn

2018/2019 TTS framework integrating state of the art open source methods
MIT License
47 stars 4 forks source link

which tf version you use? thanks. #9

Closed bjtommychen closed 5 years ago

bjtommychen commented 5 years ago

when load checkpoint file. Key Tacotron_model/inference/CBHG_postnet/CBHG_postnet_highwaynet_1/H/bias not found in checkpoint

m-toman commented 5 years ago

My uploaded model wasn't compatible with the latest Tacotron-2 version. I'm uploading a new one at the moment.

TF 1.10 works for me, but in general TF is just needed for Tacotron - so the requirements from https://github.com/Rayhane-mamah/Tacotron-2/ are relevant.

bjtommychen commented 5 years ago

thanks for your quick answer. it work with latest Tacotron-2 !

m-toman commented 5 years ago

If you need it, the new English base model (LJ) is uploaded with the same URL. Didn't try it yet though, it's at 70k steps of the current Tacotron-2 repo with default hparams.

bjtommychen commented 5 years ago

btw, the LJ-WaveRNN failed to work with your LJ-Tacotron. but my trained WaveRNN work with it well.

m-toman commented 5 years ago

Did it produce noise or failed to load. I'm currently training that as well

bjtommychen commented 5 years ago

silence, with some flick.

m-toman commented 5 years ago

Ok they probably changed some params for the Mel represention, I also started the training for that from scratch and should have 1000 epochs done later today.