-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Freeze model doesn't work #149
Comments
did anyone manged to solve this issue? |
env: Tensorflow 1.12.0 Tensor2Tensor 1.7 Remember to reinstall by command: Done! |
Hi, Thanks for fixing it. I can freeze the graph now. However, in order to use the frozen graph in production, the graph should contain placeholder(s). I guess you should add an input placeholder node to the graph before freezing it. Could you please fix it or post a code snippet of how it can be done? Thanks, |
Hi,
I'm trying to freeze a model I trained. It fails with the message can't find a node "transformer/parallel_0_5/transformer/body/decoder/"
"layer_0/self_attention/multihead_attention/dot_product_attention/"
"Softmax"
Your output_node_names are wrong. Could you please fix it or at least to publish a list of correct nodes I can use.
Thanks,
glprophet
The text was updated successfully, but these errors were encountered: