Densenet icon indicating copy to clipboard operation
Densenet copied to clipboard

how to export densenet

Open YiMingHavia opened this issue 5 years ago • 0 comments

what's the output_node_output_node_names when export pb file?

python /usr/local/anaconda3/lib/python3.6/site-packages/tensorflow/python/tools/freeze_graph.py
--input_graph="$PB_DIR"/frozen_inference_graph.pb
--input_checkpoint=$NEWEST_CHECKPOINT
--input_binary=True
--output_graph="$PB_DIR"/frozen_inference_graph.pb
--output_node_names=*************

YiMingHavia avatar Jul 05 '19 03:07 YiMingHavia