Closed begeekmyfriend closed 5 years ago
Solved by substitute as follows
saver = tf.training.Saver()
saver.restore(self,session, os.path.join('logs-Tacotron', 'taco_pretrained', 'variables', 'variables')
It seems there are bugs in the load_graph
method in saved_model.load
method.
hi, @begeekmyfriend , I am wondering how do you fix this problem, can you show some detailed information, thanks
I have worked around with it but not solved directly. So this issue is insignificant for me.
Since saved model can be loaded in C API, I have been trying changing the checkpoint to saved model and found it failed to restore with such exceptions:
Here is my code in
tacotron/train.py
:And in
tacotron/synthesizer.py
: