Kyubyong / tacotron

A TensorFlow Implementation of Tacotron: A Fully End-to-End Text-To-Speech Synthesis Model
Apache License 2.0
1.83k stars 436 forks source link

How can I freeze the graph def and checkpoint file? #99

Open jeffxtang opened 6 years ago

jeffxtang commented 6 years ago

After training, using some script like this: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/tools/freeze_graph.py ?

What should be the input node name(s) and output node names used for freeze and inference later?

Thanks!