microsoft/Recursive-Cascaded-Networks

freeze graph problem

17dacheng opened this issue · 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

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