barronalex / Tacotron

Implementation of Google's Tacotron in TensorFlow
236 stars 80 forks source link

Any way to freeze the model? #24

Open dreamibor opened 6 years ago

dreamibor commented 6 years ago

Hi, I was trying to freeze the model, but as the code is using the data loader from tensorflow, I cannot easily find the input nodes and feed the data through sess.run(output, feed_dict). So I am wandering is there anyone who has frozen the model? Did you add some extra nodes to help rebuild the input nodes? Thanks.