Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

What is the difference between loading frozen or non-frozen model

junyi
初學者
862 檢視

Model Optimizer supports loading frozen or non-frozen models

python3 mo_tf.py --input_model <INPUT_MODEL>.pb
python3 mo_tf.py --input_model <INFERENCE_GRAPH>.pb 
                 --input_checkpoint <INPUT_CHECKPOINT>

My question is what is the difference between each other, will it impact the accuracy or inference time ?

0 積分
1 解決方案
Severine_H_Intel
862 檢視

Dear Junyi, 

it will not impact accuracy or performance time. It only allows easing the user experience in the TF mode importation. Before, you would have to freeze yourself the model with a TF script. Now, it is included.

Best, 

Severine

在原始文章中檢視解決方案

1 回應
Severine_H_Intel
863 檢視

Dear Junyi, 

it will not impact accuracy or performance time. It only allows easing the user experience in the TF mode importation. Before, you would have to freeze yourself the model with a TF script. Now, it is included.

Best, 

Severine

回覆