This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VMXEVM: [TDA4M] [TIDL] how to generating frozen graph from checkpoint

Part Number: TDA4VMXEVM

Hello TI,

I am using TIDL_00_09_00_00 to import the following pre-trained TensorFlow models: inceptionNetv1  ( inception_v1.ckpt ) and installed the env of tensorflow ok

but refer the comments "Refer the export_inference_graph for generating frozen graph from checkpoint. Also Refer this as example. " 

I can't how to generate the frozen model,can you give me some information of  this?

just like  I can use optimize tool  and dont't need modify any code in optimize_for_inference.py  as below:

python "tensorflow\python\tools\optimize_for_inference.py" --input=mobilenet_v1_1.0_224_frozen.pb --output=mobilenet_v1_1.0_224_final.pb --input_names=input --output_names="MobilenetV1/Predictions/Softmax"

 

BR.

Nigel