tensorflow-wavenet
tensorflow-wavenet copied to clipboard
output node name to freeze the model?
Are there anyone who freeze the model checkpoint to a protobuf file successfully? What's the output node name that we should use? I read the train.py and generate.py which makes me more confused since the author is creating input nodes in the source code, rather than calling and creating input / output node extracted from the model.
Any ideas?