How can I freeze the graph def and checkpoint file?
jeffxtang opened this issue · 0 comments
jeffxtang commented
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!