Kyubyong / dc_tts

A TensorFlow Implementation of DC-TTS: yet another text-to-speech model
Apache License 2.0
1.16k stars 370 forks source link

Loading Checkpoint of Pre-trained Model #84

Closed NeoDuxx closed 4 years ago

NeoDuxx commented 4 years ago

I'm wondering how I could load a checkpoint of an already pretrained model and then continue to input more training data. The model I'm trying to load the checkpoint off of is the pretrained LJ Speech Model: https://www.dropbox.com/s/1oyipstjxh2n5wo/LJ_logdir.tar?dl=0 I am trying to perform a transfer learn using this model. I already had split and transcribed about 15 minutes of audio wav files. I'd appreciate if someone could help me.