Recursive-Cascaded-Networks icon indicating copy to clipboard operation
Recursive-Cascaded-Networks copied to clipboard

freeze graph problem

Open 17dacheng opened this issue 4 years ago • 1 comments

hi, author, when i freeze the model, what should be set as output_node_names? for example, if i use 'save/SaveV2' and generate a .pb model. when i load .pb model, it will prompt message 'voxel1' do not exist, this should be a input placeholder in the graph. but i cannot print it out when loading .pb. pls help and thanks in advance

17dacheng avatar Nov 29 '21 09:11 17dacheng

You can print out all the variable names via tensorflow api.

zsyzzsoft avatar Dec 07 '21 17:12 zsyzzsoft