Files
openvino/docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md

954 lines
63 KiB
Markdown
Raw Normal View History

# Model Optimizer Frequently Asked Questions {#openvino_docs_MO_DG_prepare_model_Model_Optimizer_FAQ}
@sphinxdirective
.. important::
All of the issues below refer to :doc:`legacy functionalities <openvino_docs_MO_DG_prepare_model_customize_model_optimizer_Customize_Model_Optimizer>`.
If your question is not covered by the topics below, use the `OpenVINO Support page <https://software.intel.com/en-us/openvino-toolkit/documentation/get-started>`__, where you can participate on a free forum.
If your question is not covered by the topics below, use the
`OpenVINO Support page <https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/bd-p/distribution-openvino-toolkit>`__,
where you can participate in a free forum discussion.
.. warning::
Note that OpenVINO support for Apache MXNet, Caffe, and Kaldi is currently being deprecated.
As legacy formats, they will not be supported as actively as the main frontends and will be removed entirely in the future.
.. _question-1:
Q1. What does the message "[ ERROR ]: Current caffe.proto does not contain field" mean?
#####################################################################################################################################################
**A:** Internally, Model Optimizer uses a protobuf library to parse and load Caffe models. This library requires a file grammar and a generated parser. For a Caffe fallback, Model Optimizer uses a Caffe-generated parser for a Caffe-specific ``.proto`` file (which is usually located in the ``src/caffe/proto`` directory). Make sure that you install exactly the same version of Caffe (with Python interface) as that was used to create the model.
Proofreading MO Guide (#11605) * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_CRNN_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Extending_Model_Optimizer_with_Caffe_Python_Layers.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_lm_1b_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_lm_1b_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update Additional_Optimizations.md * Update Deep_Learning_Model_Optimizer_DevGuide.md * Update IR_and_opsets.md * Update Getting_performance_numbers.md * Update Model_Optimizer_FAQ.md * Update Supported_Frameworks_Layers.md * Update Convert_Model_From_Caffe.md * Update Convert_Model_From_Kaldi.md * Update Convert_Model_From_MxNet.md * Update Convert_Model_From_ONNX.md * Update Convert_Model_From_Paddle.md * Update Convert_Model_From_PyTorch.md * Update Convert_Model_From_TensorFlow.md * Update Convert_Model_Tutorials.md * Update Converting_Model.md * Update Cutting_Model.md * Update IR_suitable_for_INT8_inference.md * Update Aspire_Tdnn_Model.md * Update Convert_GluonCV_Models.md * Update Convert_Style_Transfer_From_MXNet.md * Update Convert_Faster_RCNN.md * Update Convert_Mask_RCNN.md * Update Convert_Bert_ner.md * Update Convert_Cascade_RCNN_res101.md * Update Convert_F3Net.md * Update Convert_QuartzNet.md * Update Convert_RCAN.md * Update Convert_RNNT.md * Update Convert_YOLACT.md * Update Convert_AttentionOCR_From_Tensorflow.md * Update Convert_BERT_From_Tensorflow.md * Update Convert_CRNN_From_Tensorflow.md * Update Convert_DeepSpeech_From_Tensorflow.md * Update Convert_EfficientDet_Models.md * Update Convert_FaceNet_From_Tensorflow.md * Update Convert_GNMT_From_Tensorflow.md * Update Convert_NCF_From_Tensorflow.md * Update Convert_Object_Detection_API_Models.md * Update Convert_RetinaNet_From_Tensorflow.md * Update Convert_Slim_Library_Models.md * Update Convert_WideAndDeep_Family_Models.md * Update Convert_XLNet_From_Tensorflow.md * Update Convert_YOLO_From_Tensorflow.md * Update Convert_lm_1b_From_Tensorflow.md * Update Customize_Model_Optimizer.md * Update Extending_Model_Optimizer_with_Caffe_Python_Layers.md * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_ONNX.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/kaldi_specific/Aspire_Tdnn_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/kaldi_specific/Aspire_Tdnn_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/mxnet_specific/Convert_Style_Transfer_From_MXNet.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_Faster_RCNN.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_GPT2.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_Mask_RCNN.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Bert_ner.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Cascade_RCNN_res101.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Cascade_RCNN_res101.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_RNNT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_AttentionOCR_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_BERT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_BERT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_CRNN_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_EfficientDet_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_EfficientDet_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_RetinaNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_WideAndDeep_Family_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_WideAndDeep_Family_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Getting_performance_numbers.md * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Convert_Model_From_Kaldi.md * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Apply suggestions from code review Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Object_Detection_API_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_GNMT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Convert_Model_From_Paddle.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
2022-06-02 17:05:14 +02:00
If you just want to experiment with Model Optimizer and test a Python extension for working with your custom
layers without building Caffe, add the layer description to the ``caffe.proto`` file and generate a parser for it.
For example, to add the description of the ``CustomReshape`` layer, which is an artificial layer not present in any ``caffe.proto`` files:
1. Add the following lines to the ``caffe.proto`` file:
.. code-block:: shell
package mo_caffe; // To avoid conflict with Caffe system, it is highly recommended to specify different package name.
...
message LayerParameter {
// Other layers parameters description.
...
optional CustomReshapeParameter custom_reshape_param = 546; // 546 - ID is any number not present in caffe.proto.
}
// The lines from here to the end of the file are describing contents of this parameter.
message CustomReshapeParameter {
optional BlobShape shape = 1; // Just use the same parameter type as some other Caffe layers.
}
2. Generate a new parser:
.. code-block:: shell
cd <SITE_PACKAGES_WITH_INSTALLED_OPENVINO>/openvino/tools/mo/front/caffe/proto
python3 generate_caffe_pb2.py --input_proto <PATH_TO_CUSTOM_CAFFE>/src/caffe/proto/caffe.proto
where ``PATH_TO_CUSTOM_CAFFE` is the path to the root directory of custom Caffe.
3. Now, Model Optimizer is able to load the model into memory and start working with your extensions if there are any.
However, since your model has custom layers, you must register them as custom. To learn more about it, refer to the :doc:`[Legacy] Custom Layers in Model Optimizer <openvino_docs_MO_DG_prepare_model_customize_model_optimizer_Customize_Model_Optimizer>`.
.. _question-2:
Q2. How do I create a bare caffemodel, if I have only prototxt?
#####################################################################################################################################################
**A:** You need the Caffe Python interface. In this case, do the following:
.. code-block:: shell
python3
import caffe
net = caffe.Net('<PATH_TO_PROTOTXT>/my_net.prototxt', caffe.TEST)
net.save('<PATH_TO_PROTOTXT>/my_net.caffemodel')
.. _question-3:
Q3. What does the message "[ ERROR ]: Unable to create ports for node with id" mean?
#####################################################################################################################################################
**A:** Most likely, Model Optimizer does not know how to infer output shapes of some layers in the given topology.
Proofreading MO Guide (#11605) * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_CRNN_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Extending_Model_Optimizer_with_Caffe_Python_Layers.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_lm_1b_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_lm_1b_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update Additional_Optimizations.md * Update Deep_Learning_Model_Optimizer_DevGuide.md * Update IR_and_opsets.md * Update Getting_performance_numbers.md * Update Model_Optimizer_FAQ.md * Update Supported_Frameworks_Layers.md * Update Convert_Model_From_Caffe.md * Update Convert_Model_From_Kaldi.md * Update Convert_Model_From_MxNet.md * Update Convert_Model_From_ONNX.md * Update Convert_Model_From_Paddle.md * Update Convert_Model_From_PyTorch.md * Update Convert_Model_From_TensorFlow.md * Update Convert_Model_Tutorials.md * Update Converting_Model.md * Update Cutting_Model.md * Update IR_suitable_for_INT8_inference.md * Update Aspire_Tdnn_Model.md * Update Convert_GluonCV_Models.md * Update Convert_Style_Transfer_From_MXNet.md * Update Convert_Faster_RCNN.md * Update Convert_Mask_RCNN.md * Update Convert_Bert_ner.md * Update Convert_Cascade_RCNN_res101.md * Update Convert_F3Net.md * Update Convert_QuartzNet.md * Update Convert_RCAN.md * Update Convert_RNNT.md * Update Convert_YOLACT.md * Update Convert_AttentionOCR_From_Tensorflow.md * Update Convert_BERT_From_Tensorflow.md * Update Convert_CRNN_From_Tensorflow.md * Update Convert_DeepSpeech_From_Tensorflow.md * Update Convert_EfficientDet_Models.md * Update Convert_FaceNet_From_Tensorflow.md * Update Convert_GNMT_From_Tensorflow.md * Update Convert_NCF_From_Tensorflow.md * Update Convert_Object_Detection_API_Models.md * Update Convert_RetinaNet_From_Tensorflow.md * Update Convert_Slim_Library_Models.md * Update Convert_WideAndDeep_Family_Models.md * Update Convert_XLNet_From_Tensorflow.md * Update Convert_YOLO_From_Tensorflow.md * Update Convert_lm_1b_From_Tensorflow.md * Update Customize_Model_Optimizer.md * Update Extending_Model_Optimizer_with_Caffe_Python_Layers.md * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_ONNX.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/kaldi_specific/Aspire_Tdnn_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/kaldi_specific/Aspire_Tdnn_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/mxnet_specific/Convert_Style_Transfer_From_MXNet.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_Faster_RCNN.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_GPT2.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_Mask_RCNN.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Bert_ner.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Cascade_RCNN_res101.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Cascade_RCNN_res101.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_RNNT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_AttentionOCR_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_BERT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_BERT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_CRNN_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_EfficientDet_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_EfficientDet_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_RetinaNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_WideAndDeep_Family_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_WideAndDeep_Family_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Getting_performance_numbers.md * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Convert_Model_From_Kaldi.md * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Apply suggestions from code review Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Object_Detection_API_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_GNMT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Convert_Model_From_Paddle.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
2022-06-02 17:05:14 +02:00
To lessen the scope, compile the list of layers that are custom for Model Optimizer: present in the topology,
absent in the :doc:`list of supported operations <openvino_resources_supported_operations_frontend>` for the target framework.
Then, refer to available options in the corresponding section in the :doc:`[Legacy] Custom Layers in Model Optimizer <openvino_docs_MO_DG_prepare_model_customize_model_optimizer_Customize_Model_Optimizer>` page.
.. _question-7:
Q7. What does the message "Invalid proto file: there is neither 'layer' nor 'layers' top-level messages" mean?
#####################################################################################################################################################
**A:** The structure of any Caffe topology is described in the ``caffe.proto`` file of any Caffe version. For example, the following ``.proto`` file in Model Optimizer is used by default: ``mo/front/caffe/proto/my_caffe.proto``, with the structure:
.. code-block:: sh
message NetParameter {
// ... some other parameters
// The layers that make up the net. Each of their configurations, including
// connectivity and behavior, is specified as a LayerParameter.
repeated LayerParameter layer = 100; // ID 100 so layers are printed last.
// DEPRECATED: use 'layer' instead.
repeated V1LayerParameter layers = 2;
}
This means that any topology should contain layers as top-level structures in ``prototxt``. For example, see the `LeNet topology <https://github.com/BVLC/caffe/blob/master/examples/mnist/lenet.prototxt>`__.
.. _question-8:
Q8. What does the message "Old-style inputs (via 'input_dims') are not supported. Please specify inputs via 'input_shape'" mean?
#####################################################################################################################################################
**A:** The structure of any Caffe topology is described in the ``caffe.proto`` file for any Caffe version. For example, the following ``.proto`` file in Model Optimizer is used by default: ``mo/front/caffe/proto/my_caffe.proto``, with the structure:
.. code-block:: sh
message NetParameter {
optional string name = 1; // consider giving the network a name
// DEPRECATED. See InputParameter. The input blobs to the network.
repeated string input = 3;
// DEPRECATED. See InputParameter. The shape of the input blobs.
repeated BlobShape input_shape = 8;
// 4D input dimensions -- deprecated. Use "input_shape" instead.
// If specified, for each input blob there should be four
// values specifying the num, channels, height and width of the input blob.
// Thus, there should be a total of (4 * #input) numbers.
repeated int32 input_dim = 4;
// ... other parameters
}
Proofreading MO Guide (#11605) * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_CRNN_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Extending_Model_Optimizer_with_Caffe_Python_Layers.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_lm_1b_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_lm_1b_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update Additional_Optimizations.md * Update Deep_Learning_Model_Optimizer_DevGuide.md * Update IR_and_opsets.md * Update Getting_performance_numbers.md * Update Model_Optimizer_FAQ.md * Update Supported_Frameworks_Layers.md * Update Convert_Model_From_Caffe.md * Update Convert_Model_From_Kaldi.md * Update Convert_Model_From_MxNet.md * Update Convert_Model_From_ONNX.md * Update Convert_Model_From_Paddle.md * Update Convert_Model_From_PyTorch.md * Update Convert_Model_From_TensorFlow.md * Update Convert_Model_Tutorials.md * Update Converting_Model.md * Update Cutting_Model.md * Update IR_suitable_for_INT8_inference.md * Update Aspire_Tdnn_Model.md * Update Convert_GluonCV_Models.md * Update Convert_Style_Transfer_From_MXNet.md * Update Convert_Faster_RCNN.md * Update Convert_Mask_RCNN.md * Update Convert_Bert_ner.md * Update Convert_Cascade_RCNN_res101.md * Update Convert_F3Net.md * Update Convert_QuartzNet.md * Update Convert_RCAN.md * Update Convert_RNNT.md * Update Convert_YOLACT.md * Update Convert_AttentionOCR_From_Tensorflow.md * Update Convert_BERT_From_Tensorflow.md * Update Convert_CRNN_From_Tensorflow.md * Update Convert_DeepSpeech_From_Tensorflow.md * Update Convert_EfficientDet_Models.md * Update Convert_FaceNet_From_Tensorflow.md * Update Convert_GNMT_From_Tensorflow.md * Update Convert_NCF_From_Tensorflow.md * Update Convert_Object_Detection_API_Models.md * Update Convert_RetinaNet_From_Tensorflow.md * Update Convert_Slim_Library_Models.md * Update Convert_WideAndDeep_Family_Models.md * Update Convert_XLNet_From_Tensorflow.md * Update Convert_YOLO_From_Tensorflow.md * Update Convert_lm_1b_From_Tensorflow.md * Update Customize_Model_Optimizer.md * Update Extending_Model_Optimizer_with_Caffe_Python_Layers.md * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_ONNX.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/kaldi_specific/Aspire_Tdnn_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/kaldi_specific/Aspire_Tdnn_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/mxnet_specific/Convert_Style_Transfer_From_MXNet.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_Faster_RCNN.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_GPT2.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_Mask_RCNN.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Bert_ner.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Cascade_RCNN_res101.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Cascade_RCNN_res101.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_RNNT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_AttentionOCR_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_BERT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_BERT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_CRNN_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_EfficientDet_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_EfficientDet_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_RetinaNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_WideAndDeep_Family_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_WideAndDeep_Family_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Getting_performance_numbers.md * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Convert_Model_From_Kaldi.md * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Apply suggestions from code review Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Object_Detection_API_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_GNMT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Convert_Model_From_Paddle.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
2022-06-02 17:05:14 +02:00
Therefore, the input layer of the provided model must be specified in one of the following styles:
*
.. code-block:: sh
input: "data"
input_shape
{
dim: 1
dim: 3
dim: 227
dim: 227
}
*
.. code-block:: sh
input: "data"
input_shape
{
dim: 1
dim: 3
dim: 600
dim: 1000
}
input: "im_info"
input_shape
{
dim: 1
dim: 3
}
*
.. code-block:: sh
layer
{
name: "data"
type: "Input"
top: "data"
input_param {shape: {dim: 1 dim: 3 dim: 600 dim: 1000}}
}
layer
{
name: "im_info"
type: "Input"
top: "im_info"
input_param {shape: {dim: 1 dim: 3}}
}
*
.. code-block:: sh
input: "data"
input_dim: 1
input_dim: 3
input_dim: 500
Proofreading MO Guide (#11605) * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_CRNN_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Extending_Model_Optimizer_with_Caffe_Python_Layers.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_lm_1b_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_lm_1b_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update Additional_Optimizations.md * Update Deep_Learning_Model_Optimizer_DevGuide.md * Update IR_and_opsets.md * Update Getting_performance_numbers.md * Update Model_Optimizer_FAQ.md * Update Supported_Frameworks_Layers.md * Update Convert_Model_From_Caffe.md * Update Convert_Model_From_Kaldi.md * Update Convert_Model_From_MxNet.md * Update Convert_Model_From_ONNX.md * Update Convert_Model_From_Paddle.md * Update Convert_Model_From_PyTorch.md * Update Convert_Model_From_TensorFlow.md * Update Convert_Model_Tutorials.md * Update Converting_Model.md * Update Cutting_Model.md * Update IR_suitable_for_INT8_inference.md * Update Aspire_Tdnn_Model.md * Update Convert_GluonCV_Models.md * Update Convert_Style_Transfer_From_MXNet.md * Update Convert_Faster_RCNN.md * Update Convert_Mask_RCNN.md * Update Convert_Bert_ner.md * Update Convert_Cascade_RCNN_res101.md * Update Convert_F3Net.md * Update Convert_QuartzNet.md * Update Convert_RCAN.md * Update Convert_RNNT.md * Update Convert_YOLACT.md * Update Convert_AttentionOCR_From_Tensorflow.md * Update Convert_BERT_From_Tensorflow.md * Update Convert_CRNN_From_Tensorflow.md * Update Convert_DeepSpeech_From_Tensorflow.md * Update Convert_EfficientDet_Models.md * Update Convert_FaceNet_From_Tensorflow.md * Update Convert_GNMT_From_Tensorflow.md * Update Convert_NCF_From_Tensorflow.md * Update Convert_Object_Detection_API_Models.md * Update Convert_RetinaNet_From_Tensorflow.md * Update Convert_Slim_Library_Models.md * Update Convert_WideAndDeep_Family_Models.md * Update Convert_XLNet_From_Tensorflow.md * Update Convert_YOLO_From_Tensorflow.md * Update Convert_lm_1b_From_Tensorflow.md * Update Customize_Model_Optimizer.md * Update Extending_Model_Optimizer_with_Caffe_Python_Layers.md * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_ONNX.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/kaldi_specific/Aspire_Tdnn_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/kaldi_specific/Aspire_Tdnn_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/mxnet_specific/Convert_Style_Transfer_From_MXNet.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_Faster_RCNN.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_GPT2.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_Mask_RCNN.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Bert_ner.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Cascade_RCNN_res101.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Cascade_RCNN_res101.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_RNNT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_AttentionOCR_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_BERT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_BERT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_CRNN_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_EfficientDet_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_EfficientDet_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_RetinaNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_WideAndDeep_Family_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_WideAndDeep_Family_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Getting_performance_numbers.md * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Convert_Model_From_Kaldi.md * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Apply suggestions from code review Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Object_Detection_API_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_GNMT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Convert_Model_From_Paddle.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
2022-06-02 17:05:14 +02:00
However, if your model contains more than one input, Model Optimizer is able to convert the model with inputs specified in one of the first three forms in the above list. The 4th form is not supported for multi-input topologies.
.. _question-9:
Q9. What does the message "Mean file for topologies with multiple inputs is not supported" mean?
#####################################################################################################################################################
**A:** Model Optimizer does not support mean file processing for topologies with more than one input. In this case, you need to perform preprocessing of the inputs for a generated Intermediate Representation in OpenVINO Runtime to perform subtraction for every input of your multi-input model. See the :doc:`Overview of Preprocessing <openvino_docs_OV_UG_Preprocessing_Overview>` for details.
.. _question-11:
Q11. What does the message "Invalid prototxt file: value error" mean?
#####################################################################################################################################################
**A:** There are multiple reasons why Model Optimizer does not accept a Caffe topology. See FAQs :ref:`#7 <question-7>` and :ref:`#20 <question-20>`.
.. _question-12:
Q12. What does the message "Error happened while constructing caffe.Net in the Caffe fallback function" mean?
#####################################################################################################################################################
**A:** Model Optimizer tried to infer a specified layer via the Caffe framework. However, it cannot construct a net using the Caffe Python interface. Make sure that your ``caffemodel`` and ``prototxt`` files are correct. To ensure that the problem is not in the ``prototxt`` file, see FAQ :ref:`#2 <question-2>`.
.. _question-13:
Q13. What does the message "Cannot infer shapes due to exception in Caffe" mean?
#####################################################################################################################################################
**A:** Model Optimizer tried to infer a custom layer via the Caffe framework, but the model could not be inferred using Caffe. This might happen if you try to convert the model with some noise weights and biases, which conflict with layers that have dynamic shapes. You should write your own extension for every custom layer your topology might have. For more details, refer to the :doc:`[Legacy] Model Optimizer Extensibility <openvino_docs_MO_DG_prepare_model_customize_model_optimizer_Customize_Model_Optimizer>` page.
.. _question-14:
Q14. What does the message "Cannot infer shape for node {} because there is no Caffe available. Please register python infer function for op or use Caffe for shape inference" mean?
####################################################################################################################################################################################
**A:** Your model contains a custom layer and you have correctly registered it with the ``CustomLayersMapping.xml`` file. These steps are required to offload shape inference of the custom layer with the help of the system Caffe. However, Model Optimizer could not import a Caffe package. Make sure that you have built Caffe with a ``pycaffe`` target and added it to the ``PYTHONPATH`` environment variable. At the same time, it is highly recommended to avoid dependency on Caffe and write your own Model Optimizer extension for your custom layer. For more information, refer to FAQ :ref:`#44 <question-44>`.
.. _question-15:
Q15. What does the message "Framework name can not be deduced from the given options. Use --framework to choose one of Caffe, TensorFlow, MXNet" mean?
######################################################################################################################################################
**A:** You have run Model Optimizer without a flag ``--framework caffe|tf|mxnet``. Model Optimizer tries to deduce the framework by the extension of input model file (``.pb`` for TensorFlow, ``.caffemodel`` for Caffe, ``.params`` for Apache MXNet). Your input model might have a different extension and you need to explicitly set the source framework. For example, use ``--framework caffe``.
.. _question-16:
Q16. What does the message "Input shape is required to convert MXNet model. Please provide it with --input_shape" mean?
#####################################################################################################################################################
**A:** Input shape was not provided. That is mandatory for converting an MXNet model to the OpenVINO Intermediate Representation, because MXNet models do not contain information about input shapes. Use the ``--input_shape`` flag to specify it. For more information about using the ``--input_shape``, refer to FAQ :ref:`#56 <question-56>`.
.. _question-17:
.. _question-18:
.. _question-19:
Q19. What does the message "Both --scale and --scale_values are defined. Specify either scale factor or scale values per input channels" mean?
#####################################################################################################################################################
**A:** The ``--scale`` option sets a scaling factor for all channels, while ``--scale_values`` sets a scaling factor per each channel. Using both of them simultaneously produces ambiguity, so you must use only one of them. For more information, refer to the **Using Framework-Agnostic Conversion Parameters** section: for :doc:`Converting a Caffe Model <openvino_docs_MO_DG_prepare_model_convert_model_Convert_Model_From_Caffe>`, :doc:`Converting a TensorFlow Model <openvino_docs_MO_DG_prepare_model_convert_model_Convert_Model_From_TensorFlow>`, :doc:`Converting an MXNet Model <openvino_docs_MO_DG_prepare_model_convert_model_Convert_Model_From_MxNet>`.
.. _question-20:
Q20. What does the message "Cannot find prototxt file: for Caffe please specify --input_proto - a protobuf file that stores topology and --input_model that stores pre-trained weights" mean?
##############################################################################################################################################################################################
**A:** Model Optimizer cannot find a ``.prototxt`` file for a specified model. By default, it must be located in the same directory as the input model with the same name (except extension). If any of these conditions is not satisfied, use ``--input_proto`` to specify the path to the ``.prototxt`` file.
.. _question-21:
2023-05-09 09:35:55 +02:00
.. _question-22:
Q22. What does the message "Failed to create directory .. . Permission denied!" mean?
#####################################################################################################################################################
**A:** Model Optimizer cannot create a directory specified via ``--output_dir``. Make sure that you have enough permissions to create the specified directory.
2023-05-09 09:35:55 +02:00
.. _question-23:
2023-05-09 09:35:55 +02:00
Q23. What does the message "Discovered data node without inputs and value" mean?
#####################################################################################################################################################
**A:** One of the layers in the specified topology might not have inputs or values. Make sure that the provided ``caffemodel`` and ``protobuf`` files are correct.
2023-05-09 09:35:55 +02:00
.. _question-24:
2023-05-09 09:35:55 +02:00
Q24. What does the message "Part of the nodes was not translated to IE. Stopped" mean?
#####################################################################################################################################################
**A:** Some of the operations are not supported by OpenVINO Runtime and cannot be translated to OpenVINO Intermediate Representation. You can extend Model Optimizer by allowing generation of new types of operations and implement these operations in the dedicated OpenVINO plugins. For more information, refer to the :doc:`OpenVINO Extensibility Mechanism <openvino_docs_Extensibility_UG_Intro>` guide.
2023-05-09 09:35:55 +02:00
.. _question-25:
2023-05-09 09:35:55 +02:00
Q25. What does the message "While creating an edge from .. to .. : node name is undefined in the graph. Check correctness of the input model" mean?
#####################################################################################################################################################
**A:** Model Optimizer cannot build a graph based on a specified model. Most likely, it is incorrect.
2023-05-09 09:35:55 +02:00
.. _question-26:
2023-05-09 09:35:55 +02:00
Q26. What does the message "Node does not exist in the graph" mean?
#####################################################################################################################################################
**A:** You might have specified an output node via the ``--output`` flag that does not exist in a provided model. Make sure that the specified output is correct and this node exists in the current model.
2023-05-09 09:35:55 +02:00
.. _question-27:
2023-05-09 09:35:55 +02:00
Q27. What does the message "--input parameter was provided. Other inputs are needed for output computation. Provide more inputs or choose another place to cut the net" mean?
##############################################################################################################################################################################
**A:** Most likely, Model Optimizer tried to cut the model by a specified input. However, other inputs are needed.
2023-05-09 09:35:55 +02:00
.. _question-28:
2023-05-09 09:35:55 +02:00
Q28. What does the message "Placeholder node does not have an input port, but input port was provided" mean?
#####################################################################################################################################################
**A:** You might have specified a placeholder node with an input node, while the placeholder node does not have it in the model.
2023-05-09 09:35:55 +02:00
.. _question-29:
2023-05-09 09:35:55 +02:00
Q29. What does the message "Port index is out of number of available input ports for node" mean?
#####################################################################################################################################################
**A:** This error occurs when an incorrect input port is specified with the ``--input`` command line argument. When using ``--input``, you may optionally specify an input port in the form: ``X:node_name``, where ``X`` is an integer index of the input port starting from 0 and ``node_name`` is the name of a node in the model. This error occurs when the specified input port ``X`` is not in the range 0..(n-1), where n is the number of input ports for the node. Specify a correct port index, or do not use it if it is not needed.
2023-05-09 09:35:55 +02:00
.. _question-30:
2023-05-09 09:35:55 +02:00
Q30. What does the message "Node has more than 1 input and input shapes were provided. Try not to provide input shapes or specify input port with PORT:NODE notation, where PORT is an integer" mean?
######################################################################################################################################################################################################
**A:** This error occurs when an incorrect combination of the ``--input`` and ``--input_shape`` command line options is used. Using both ``--input`` and ``--input_shape`` is valid only if ``--input`` points to the ``Placeholder`` node, a node with one input port or ``--input`` has the form ``PORT:NODE``, where ``PORT`` is an integer port index of input for node ``NODE``. Otherwise, the combination of ``--input`` and ``--input_shape`` is incorrect.
2023-05-09 09:35:55 +02:00
.. _question-31:
2023-05-09 09:35:55 +02:00
Q31. What does the message "Input port > 0 in --input is not supported if --input_shape is not provided. Node: NAME_OF_THE_NODE. Omit port index and all input ports will be replaced by placeholders. Or provide --input_shape" mean?
#######################################################################################################################################################################################################################################
**A:** When using the ``PORT:NODE`` notation for the ``--input`` command line argument and ``PORT`` > 0, you should specify ``--input_shape`` for this input. This is a limitation of the current Model Optimizer implementation.
.. note: It is no longer relevant message since the limitation on input port index for model truncation has been resolved.
2023-05-09 09:35:55 +02:00
.. _question-32:
2023-05-09 09:35:55 +02:00
Q32. What does the message "No or multiple placeholders in the model, but only one shape is provided, cannot set it" mean?
#####################################################################################################################################################
**A:** You might have provided only one shape for the placeholder, while there are none or multiple inputs in the model. Make sure that you have provided the correct data for placeholder nodes.
2023-05-09 09:35:55 +02:00
.. _question-33:
2023-05-09 09:35:55 +02:00
Q33. What does the message "The amount of input nodes for port is not equal to 1" mean?
#####################################################################################################################################################
**A:** This error occurs when the ``SubgraphMatch.single_input_node`` function is used for an input port that supplies more than one node in a sub-graph. The ``single_input_node`` function can be used only for ports that has a single consumer inside the matching sub-graph. When multiple nodes are connected to the port, use the ``input_nodes`` function or ``node_by_pattern`` function instead of ``single_input_node``. For more details, refer to the **Graph Transformation Extensions** section in the :doc:`[Legacy] Model Optimizer Extensibility <openvino_docs_MO_DG_prepare_model_customize_model_optimizer_Model_Optimizer_Extensions_Model_Optimizer_Transformation_Extensions>` guide.
2023-05-09 09:35:55 +02:00
.. _question-34:
2023-05-09 09:35:55 +02:00
Q34. What does the message "Output node for port has already been specified" mean?
#####################################################################################################################################################
**A:** This error occurs when the ``SubgraphMatch._add_output_node`` function is called manually from user's extension code. This is an internal function, and you should not call it directly.
2023-05-09 09:35:55 +02:00
.. _question-35:
2023-05-09 09:35:55 +02:00
Q35. What does the message "Unsupported match kind.... Match kinds "points" or "scope" are supported only" mean?
#####################################################################################################################################################
**A:** While using configuration file to implement a TensorFlow front replacement extension, an incorrect match kind was used. Only ``points`` or ``scope`` match kinds are supported. For more details, refer to the :doc:`[Legacy] Model Optimizer Extensibility <openvino_docs_MO_DG_prepare_model_customize_model_optimizer_Customize_Model_Optimizer>` guide.
2023-05-09 09:35:55 +02:00
.. _question-36:
2023-05-09 09:35:55 +02:00
Q36. What does the message "Cannot write an event file for the TensorBoard to directory" mean?
#####################################################################################################################################################
**A:** Model Optimizer tried to write an event file in the specified directory but failed to do that. That could happen when the specified directory does not exist or you do not have permissions to write in it.
2023-05-09 09:35:55 +02:00
.. _question-37:
2023-05-09 09:35:55 +02:00
Q37. What does the message "There is no registered 'infer' function for node with op = .. . Please implement this function in the extensions" mean?
#####################################################################################################################################################
**A** Most likely, you tried to extend Model Optimizer with a new primitive, but you did not specify an infer function. For more information on extensions, see the :doc:`OpenVINO Extensibility Mechanism <openvino_docs_Extensibility_UG_Intro>` guide.
2023-05-09 09:35:55 +02:00
.. _question-38:
2023-05-09 09:35:55 +02:00
Q38. What does the message "Stopped shape/value propagation at node" mean?
#####################################################################################################################################################
**A:** Model Optimizer cannot infer shapes or values for the specified node. It can happen because of the following reasons: a bug exists in the custom shape infer function, the node inputs have incorrect values/shapes, or the input shapes are incorrect.
2023-05-09 09:35:55 +02:00
.. _question-39:
2023-05-09 09:35:55 +02:00
Q39. What does the message "The input with shape .. does not have the batch dimension" mean?
#####################################################################################################################################################
**A:** Batch dimension is the first dimension in the shape and it should be equal to 1 or undefined. In your case, it is not either equal to 1 or undefined, which is why the ``-b`` shortcut produces undefined and unspecified behavior. To resolve the issue, specify full shapes for each input with the ``--input_shape`` option. Run Model Optimizer with the ``--help`` option to learn more about the notation for input shapes.
2023-05-09 09:35:55 +02:00
.. _question-40:
2023-05-09 09:35:55 +02:00
Q40. What does the message "Not all output shapes were inferred or fully defined for node" mean?
#####################################################################################################################################################
**A:** Most likely, the shape is not defined (partially or fully) for the specified node. You can use ``--input_shape`` with positive integers to override model input shapes.
2023-05-09 09:35:55 +02:00
.. _question-41:
2023-05-09 09:35:55 +02:00
Q41. What does the message "Shape for tensor is not defined. Can not proceed" mean?
#####################################################################################################################################################
**A:** This error occurs when the ``--input`` command-line option is used to cut a model and ``--input_shape`` is not used to override shapes for a node, so a shape for the node cannot be inferred by Model Optimizer. You need to help Model Optimizer by specifying shapes with ``--input_shape`` for each node specified with the ``--input`` command-line option.
2023-05-09 09:35:55 +02:00
.. _question-42:
2023-05-09 09:35:55 +02:00
Q42. What does the message "Module TensorFlow was not found. Please install TensorFlow 1.2 or higher" mean?
#####################################################################################################################################################
**A:** To convert TensorFlow models with Model Optimizer, TensorFlow 1.2 or newer must be installed. For more information on prerequisites, see the :doc:`Configuring Model Optimizer <openvino_docs_MO_DG_Deep_Learning_Model_Optimizer_DevGuide>` guide.
2023-05-09 09:35:55 +02:00
.. _question-43:
2023-05-09 09:35:55 +02:00
Q43. What does the message "Cannot read the model file: it is incorrect TensorFlow model file or missing" mean?
#####################################################################################################################################################
**A:** The model file should contain a frozen TensorFlow graph in the text or binary format. Make sure that ``--input_model_is_text`` is provided for a model in the text format. By default, a model is interpreted as binary file.
2023-05-09 09:35:55 +02:00
.. _question-44:
2023-05-09 09:35:55 +02:00
Q44. What does the message "Cannot pre-process TensorFlow graph after reading from model file. File is corrupt or has unsupported format" mean?
#####################################################################################################################################################
**A:** Most likely, there is a problem with the specified file for the model. The file exists, but it has an invalid format or is corrupted.
2023-05-09 09:35:55 +02:00
.. _question-45:
2023-05-09 09:35:55 +02:00
Q45. What does the message "Found custom layer. Model Optimizer does not support this layer. Please, register it in CustomLayersMapping.xml or implement extension" mean?
##########################################################################################################################################################################
**A:** This means that the layer ``{layer_name}`` is not supported in Model Optimizer. You will find a list of all unsupported layers in the corresponding section. You should implement the extensions for this layer. See :doc:`OpenVINO Extensibility Mechanism <openvino_docs_Extensibility_UG_Intro>` for more information.
2023-05-09 09:35:55 +02:00
.. _question-46:
2023-05-09 09:35:55 +02:00
Q46. What does the message "Custom replacement configuration file does not exist" mean?
#####################################################################################################################################################
**A:** A path to the custom replacement configuration file was provided with the ``--transformations_config`` flag, but the file could not be found. Make sure the specified path is correct and the file exists.
2023-05-09 09:35:55 +02:00
.. _question-47:
2023-05-09 09:35:55 +02:00
Q47. What does the message "Extractors collection have case insensitive duplicates" mean?
#####################################################################################################################################################
**A:** When extending Model Optimizer with new primitives, keep in mind that their names are case-insensitive. Most likely, another operation with the same name is already defined. For more information, see the :doc:`OpenVINO Extensibility Mechanism <openvino_docs_Extensibility_UG_Intro>` guide.
2023-05-09 09:35:55 +02:00
.. _question-48:
2023-05-09 09:35:55 +02:00
Q48. What does the message "Input model name is not in an expected format, cannot extract iteration number" mean?
#####################################################################################################################################################
**A:** Model Optimizer cannot load an MXNet model in the specified file format. Make sure you use the ``.json`` or ``.param`` format.
2023-05-09 09:35:55 +02:00
.. _question-49:
2023-05-09 09:35:55 +02:00
Q49. What does the message "Cannot convert type of placeholder because not all of its outputs are 'Cast' to float operations" mean?
#####################################################################################################################################################
**A:** There are models where ``Placeholder`` has the UINT8 type and the first operation after it is 'Cast', which casts the input to FP32. Model Optimizer detected that the ``Placeholder`` has the UINT8 type, but the next operation is not 'Cast' to float. Model Optimizer does not support such a case. Make sure you change the model to have ``Placeholder`` for FP32.
2023-05-09 09:35:55 +02:00
.. _question-50:
2023-05-09 09:35:55 +02:00
Q50. What does the message "Data type is unsupported" mean?
#####################################################################################################################################################
**A:** Model Optimizer cannot read the value with the specified data type. Currently, the following types are supported: bool, float16, float32, double, int8, int16, int32, int64, uint8, uint16, uint32, uint64, str.
2023-05-09 09:35:55 +02:00
.. _question-51:
2023-05-09 09:35:55 +02:00
Q51. What does the message "No node with name ..." mean?
#####################################################################################################################################################
**A:** Model Optimizer tried to access a node that does not exist. This could happen if you have incorrectly specified placeholder, input or output node name.
2023-05-09 09:35:55 +02:00
.. _question-52:
2023-05-09 09:35:55 +02:00
Q52. What does the message "Module MXNet was not found. Please install MXNet 1.0.0" mean?
#####################################################################################################################################################
**A:** To convert MXNet models with Model Optimizer, Apache MXNet 1.0.0 must be installed. For more information about prerequisites, see the :doc:`Configuring Model Optimizer <openvino_docs_MO_DG_Deep_Learning_Model_Optimizer_DevGuide>` guide.
2023-05-09 09:35:55 +02:00
.. _question-53:
2023-05-09 09:35:55 +02:00
Q53. What does the message "The following error happened while loading MXNet model .." mean?
#####################################################################################################################################################
**A:** Most likely, there is a problem with loading of the MXNet model. Make sure the specified path is correct, the model exists and is not corrupted, and you have sufficient permissions to work with it.
2023-05-09 09:35:55 +02:00
.. _question-54:
2023-05-09 09:35:55 +02:00
Q54. What does the message "The following error happened while processing input shapes: .." mean?
#####################################################################################################################################################
**A:** Make sure inputs are defined and have correct shapes. You can use ``--input_shape`` with positive integers to override model input shapes.
2023-05-09 09:35:55 +02:00
.. _question-55:
2023-05-09 09:35:55 +02:00
Q55. What does the message "Attempt to register of custom name for the second time as class. Note that custom names are case-insensitive" mean?
#####################################################################################################################################################
**A:** When extending Model Optimizer with new primitives, keep in mind that their names are case-insensitive. Most likely, another operation with the same name is already defined. For more information, see the :doc:`OpenVINO Extensibility Mechanism <openvino_docs_Extensibility_UG_Intro>` guide.
2023-05-09 09:35:55 +02:00
.. _question-56:
2023-05-09 09:35:55 +02:00
Q56. What does the message "Both --input_shape and --batch were provided. Please, provide only one of them" mean?
#####################################################################################################################################################
**A:** Specifying the batch and the input shapes at the same time is not supported. You must specify a desired batch as the first value of the input shape.
2023-05-09 09:35:55 +02:00
.. _question-57:
2023-05-09 09:35:55 +02:00
Q57. What does the message "Input shape .. cannot be parsed" mean?
#####################################################################################################################################################
**A:** The specified input shape cannot be parsed. Define it in one of the following ways:
*
.. code-block:: shell
mo --input_model <INPUT_MODEL>.caffemodel --input_shape (1,3,227,227)
*
.. code-block:: shell
mo --input_model <INPUT_MODEL>.caffemodel --input_shape [1,3,227,227]
* In case of multi input topology you should also specify inputs:
.. code-block:: shell
mo --input_model /path-to/your-model.caffemodel --input data,rois --input_shape (1,3,227,227),(1,6,1,1)
Keep in mind that there is no space between and inside the brackets for input shapes.
2023-05-09 09:35:55 +02:00
.. _question-58:
2023-05-09 09:35:55 +02:00
Q58. What does the message "Please provide input layer names for input layer shapes" mean?
#####################################################################################################################################################
**A:** When specifying input shapes for several layers, you must provide names for inputs, whose shapes will be overwritten. For usage examples, see the :doc:`Converting a Caffe Model <openvino_docs_MO_DG_prepare_model_convert_model_Convert_Model_From_Caffe>`. Additional information for ``--input_shape`` is in FAQ :ref:`#56 <question-56>`.
2023-05-09 09:35:55 +02:00
.. _question-59:
2023-05-09 09:35:55 +02:00
Q59. What does the message "Values cannot be parsed" mean?
#####################################################################################################################################################
**A:** Mean values for the given parameter cannot be parsed. It should be a string with a list of mean values. For example, in '(1,2,3)', 1 stands for the RED channel, 2 for the GREEN channel, 3 for the BLUE channel.
2023-05-09 09:35:55 +02:00
.. _question-60:
2023-05-09 09:35:55 +02:00
Q60. What does the message ".. channels are expected for given values" mean?
#####################################################################################################################################################
**A:** The number of channels and the number of given values for mean values do not match. The shape should be defined as '(R,G,B)' or '[R,G,B]'. The shape should not contain undefined dimensions (? or -1). The order of values is as follows: (value for a RED channel, value for a GREEN channel, value for a BLUE channel).
2023-05-09 09:35:55 +02:00
.. _question-61:
2023-05-09 09:35:55 +02:00
Q61. What does the message "You should specify input for each mean value" mean?
#####################################################################################################################################################
**A:** Most likely, you didn't specify inputs using ``--mean_values``. Specify inputs with the ``--input`` flag. For usage examples, refer to the FAQ :ref:`#62 <question-62>`.
2023-05-09 09:35:55 +02:00
.. _question-62:
2023-05-09 09:35:55 +02:00
Q62. What does the message "You should specify input for each scale value" mean?
#####################################################################################################################################################
**A:** Most likely, you didn't specify inputs using ``--scale_values``. Specify inputs with the ``--input`` flag. For usage examples, refer to the FAQ :ref:`#63 <question-63>`.
2023-05-09 09:35:55 +02:00
.. _question-63:
2023-05-09 09:35:55 +02:00
Q63. What does the message "Number of inputs and mean values does not match" mean?
#####################################################################################################################################################
**A:** The number of specified mean values and the number of inputs must be equal. For a usage example, refer to the :doc:`Converting a Caffe Model <openvino_docs_MO_DG_prepare_model_convert_model_Convert_Model_From_Caffe>` guide.
2023-05-09 09:35:55 +02:00
.. _question-64:
2023-05-09 09:35:55 +02:00
Q64. What does the message "Number of inputs and scale values does not match" mean?
#####################################################################################################################################################
**A:** The number of specified scale values and the number of inputs must be equal. For a usage example, refer to the :doc:`Converting a Caffe Model <openvino_docs_MO_DG_prepare_model_convert_model_Convert_Model_From_Caffe>` guide.
2023-05-09 09:35:55 +02:00
.. _question-65:
2023-05-09 09:35:55 +02:00
Q65. What does the message "No class registered for match kind ... Supported match kinds are .. " mean?
#####################################################################################################################################################
**A:** A replacement defined in the configuration file for sub-graph replacement, using node names patterns or start/end nodes, has the ``match_kind`` attribute. The attribute may have only one of the values: ``scope`` or ``points``. If a different value is provided, this error is displayed.
2023-05-09 09:35:55 +02:00
.. _question-66:
2023-05-09 09:35:55 +02:00
Q66. What does the message "No instance(s) is(are) defined for the custom replacement" mean?
#####################################################################################################################################################
**A:** A replacement defined in the configuration file for sub-graph replacement, using node names patterns or start/end nodes, has the ``instances`` attribute. This attribute is mandatory. This error will occur if the attribute is missing. For more details, refer to the **Graph Transformation Extensions** section in the :doc:`[Legacy] Model Optimizer Extensibility <openvino_docs_MO_DG_prepare_model_customize_model_optimizer_Customize_Model_Optimizer>` guide.
2023-05-09 09:35:55 +02:00
.. _question-67:
2023-05-09 09:35:55 +02:00
Q67. What does the message "The instance must be a single dictionary for the custom replacement with id .." mean?
#####################################################################################################################################################
**A:** A replacement defined in the configuration file for sub-graph replacement, using start/end nodes, has the ``instances`` attribute. For this type of replacement, the instance must be defined with a dictionary with two keys ``start_points`` and ``end_points``. Values for these keys are lists with the start and end node names, respectively. For more details, refer to the **Graph Transformation Extensions** section in the :doc:`[Legacy] Model Optimizer Extensibility <openvino_docs_MO_DG_prepare_model_customize_model_optimizer_Model_Optimizer_Extensions_Model_Optimizer_Transformation_Extensions>` guide.
2023-05-09 09:35:55 +02:00
.. _question-68:
2023-05-09 09:35:55 +02:00
Q68. What does the message "No instances are defined for replacement with id .. " mean?
#####################################################################################################################################################
**A:** A replacement for the specified id is not defined in the configuration file. For more information, refer to the FAQ :ref:`#65 <question-65>`.
2023-05-09 09:35:55 +02:00
.. _question-69:
2023-05-09 09:35:55 +02:00
Q69. What does the message "Custom replacements configuration file .. does not exist" mean?
#####################################################################################################################################################
**A:** The path to a custom replacement configuration file was provided with the ``--transformations_config`` flag, but it cannot be found. Make sure the specified path is correct and the file exists.
2023-05-09 09:35:55 +02:00
.. _question-70:
2023-05-09 09:35:55 +02:00
Q70. What does the message "Failed to parse custom replacements configuration file .." mean?
#####################################################################################################################################################
**A:** The file for custom replacement configuration provided with the ``--transformations_config`` flag cannot be parsed. In particular, it should have a valid JSON structure. For more details, refer to the `JSON Schema Reference <https://spacetelescope.github.io/understanding-json-schema/reference/index.html>`__ page.
2023-05-09 09:35:55 +02:00
.. _question-71:
2023-05-09 09:35:55 +02:00
Q71. What does the message "One of the custom replacements in the configuration file .. does not contain attribute 'id'" mean?
#####################################################################################################################################################
**A:** Every custom replacement should declare a set of mandatory attributes and their values. For more details, refer to FAQ :ref:`#71 <question-71>`.
2023-05-09 09:35:55 +02:00
.. _question-72:
2023-05-09 09:35:55 +02:00
Q72. What does the message "File .. validation failed" mean?
#####################################################################################################################################################
**A:** The file for custom replacement configuration provided with the ``--transformations_config`` flag cannot pass validation. Make sure you have specified ``id``, ``instances``, and ``match_kind`` for all the patterns.
2023-05-09 09:35:55 +02:00
.. _question-73:
2023-05-09 09:35:55 +02:00
Q73. What does the message "Cannot update the file .. because it is broken" mean?
#####################################################################################################################################################
**A:** The custom replacement configuration file provided with the ``--tensorflow_custom_operations_config_update`` cannot be parsed. Make sure that the file is correct and refer to FAQ :ref:`#68 <question-68>`, :ref:`#69 <question-69>`, :ref:`#70 <question-70>`, and :ref:`#71 <question-71>`.
2023-05-09 09:35:55 +02:00
.. _question-74:
2023-05-09 09:35:55 +02:00
Q74. What does the message "End node .. is not reachable from start nodes: .." mean?
#####################################################################################################################################################
**A:** This error occurs when you try to make a sub-graph match. It is detected that between the start and end nodes that were specified as inputs/outputs for the subgraph to find, there are nodes marked as outputs but there is no path from them to the input nodes. Make sure the subgraph you want to match does actually contain all the specified output nodes.
2023-05-09 09:35:55 +02:00
.. _question-75:
2023-05-09 09:35:55 +02:00
Q75. What does the message "Sub-graph contains network input node .." mean?
#####################################################################################################################################################
**A:** The start or end node for the sub-graph replacement using start/end nodes is specified incorrectly. Model Optimizer finds internal nodes of the sub-graph strictly "between" the start and end nodes, and then adds all input nodes to the sub-graph (and the inputs of their inputs, etc.) for these "internal" nodes. This error reports that Model Optimizer reached input node during this phase. This means that the start/end points are specified incorrectly in the configuration file. For more details, refer to the **Graph Transformation Extensions** section in the :doc:`[Legacy] Model Optimizer Extensibility <openvino_docs_MO_DG_prepare_model_customize_model_optimizer_Model_Optimizer_Extensions_Model_Optimizer_Transformation_Extensions>` guide.
2023-05-09 09:35:55 +02:00
.. _question-76:
2023-05-09 09:35:55 +02:00
Q76. What does the message "... elements of ... were clipped to infinity while converting a blob for node [...] to ..." mean?
#####################################################################################################################################################
**A:** This message may appear when the ``--compress_to_fp16`` command-line option is used. This option implies compression of all the model weights, biases, and other constant values to FP16. If a value of a constant is out of the range of valid FP16 values, the value is converted to positive or negative infinity. It may lead to incorrect results of inference or may not be a problem, depending on the model. The number of such elements and the total number of elements in the constant value is printed out together with the name of the node, where this value is used.
2023-05-09 09:35:55 +02:00
.. _question-77:
2023-05-09 09:35:55 +02:00
Q77. What does the message "... elements of ... were clipped to zero while converting a blob for node [...] to ..." mean?
#####################################################################################################################################################
**A:** This message may appear when the ``--compress_to_fp16`` command-line option is used. This option implies conversion of all blobs in the mode to FP16. If a value in the blob is so close to zero that it cannot be represented as a valid FP16 value, it is converted to a true zero FP16 value. Depending on the model, it may lead to incorrect results of inference or may not be a problem. The number of such elements and the total number of elements in the blob are printed out together with a name of the node, where this blob is used.
2023-05-09 09:35:55 +02:00
.. _question-78:
2023-05-09 09:35:55 +02:00
Q78. What does the message "The amount of nodes matched pattern ... is not equal to 1" mean?
#####################################################################################################################################################
**A:** This error occurs when the ``SubgraphMatch.node_by_pattern`` function is used with a pattern that does not uniquely identify a single node in a sub-graph. Try to extend the pattern string to make unambiguous match to a single sub-graph node. For more details, refer to the **Graph Transformation Extensions** section in the :doc:`[Legacy] Model Optimizer Extensibility <openvino_docs_MO_DG_prepare_model_customize_model_optimizer_Model_Optimizer_Extensions_Model_Optimizer_Transformation_Extensions>` guide.
2023-05-09 09:35:55 +02:00
.. _question-79:
2023-05-09 09:35:55 +02:00
Q79. What does the message "The topology contains no "input" layers" mean?
#####################################################################################################################################################
**A:** Your Caffe topology ``.prototxt`` file is intended for training. Model Optimizer expects a deployment-ready ``.prototxt`` file. To fix the problem, prepare a deployment-ready ``.prototxt`` file. Preparation of a deploy-ready topology usually results in removing ``data`` layer(s), adding ``input`` layer(s), and removing loss layer(s).
2023-05-09 09:35:55 +02:00
.. _question-80:
2023-05-09 09:35:55 +02:00
Q80. What does the message "Warning: please expect that Model Optimizer conversion might be slow" mean?
#####################################################################################################################################################
**A:** You are using an unsupported Python version. Use only versions 3.4 - 3.6 for the C++ ``protobuf`` implementation that is supplied with OpenVINO toolkit. You can still boost the conversion speed by building the protobuf library from sources. For complete instructions about building ``protobuf`` from sources, see the appropriate section in the :doc:`Converting a Model to Intermediate Representation <openvino_docs_MO_DG_Deep_Learning_Model_Optimizer_DevGuide>` guide.
2023-05-09 09:35:55 +02:00
.. _question-81:
2023-05-09 09:35:55 +02:00
Q81. What does the message "Arguments --nd_prefix_name, --pretrained_model_name and --input_symbol should be provided. Please provide all or do not use any." mean?
####################################################################################################################################################################
**A:** This error occurs if you did not provide the ``--nd_prefix_name``, ``--pretrained_model_name``, and ``--input_symbol`` parameters.
Model Optimizer requires both ``.params`` and ``.nd`` model files to merge into the result file (``.params``).
Topology description (``.json`` file) should be prepared (merged) in advance and provided with the ``--input_symbol`` parameter.
If you add additional layers and weights that are in ``.nd`` files to your model, Model Optimizer can build a model
from one ``.params`` file and two additional ``.nd`` files (``*_args.nd``, ``*_auxs.nd``).
To do that, provide both CLI options or do not pass them if you want to convert an MXNet model without additional weights.
For more information, refer to the :doc:`Converting an MXNet Model <openvino_docs_MO_DG_prepare_model_convert_model_Convert_Model_From_MxNet>` guide.
2023-05-09 09:35:55 +02:00
.. _question-82:
2023-05-09 09:35:55 +02:00
Q82. What does the message "You should specify input for mean/scale values" mean?
#####################################################################################################################################################
**A:** When the model has multiple inputs and you want to provide mean/scale values, you need to pass those values for each input. More specifically, the number of passed values should be the same as the number of inputs of the model.
For more information, refer to the :doc:`Converting a Model to Intermediate Representation <openvino_docs_MO_DG_prepare_model_convert_model_Converting_Model>` guide.
2023-05-09 09:35:55 +02:00
.. _question-83:
2023-05-09 09:35:55 +02:00
Q83. What does the message "Input with name ... not found!" mean?
#####################################################################################################################################################
**A:** When you passed the mean/scale values and specify names of input layers of the model, you might have used the name that does not correspond to any input layer. Make sure that you list only names of the input layers of your model when passing values with the ``--input`` option.
For more information, refer to the :doc:`Converting a Model to Intermediate Representation <openvino_docs_MO_DG_prepare_model_convert_model_Converting_Model>` guide.
2023-05-09 09:35:55 +02:00
.. _question-84:
2023-05-09 09:35:55 +02:00
Q84. What does the message "Specified input json ... does not exist" mean?
#####################################################################################################################################################
**A:** Most likely, ``.json`` file does not exist or has a name that does not match the notation of Apache MXNet. Make sure the file exists and has a correct name.
For more information, refer to the :doc:`Converting an MXNet Model <openvino_docs_MO_DG_prepare_model_convert_model_Convert_Model_From_MxNet>` guide.
2023-05-09 09:35:55 +02:00
.. _question-85:
2023-05-09 09:35:55 +02:00
Q85. What does the message "Unsupported Input model file type ... Model Optimizer support only .params and .nd files format" mean?
#####################################################################################################################################################
**A:** Model Optimizer for Apache MXNet supports only ``.params`` and ``.nd`` files formats. Most likely, you specified an unsupported file format in ``--input_model``.
For more information, refer to :doc:`Converting an MXNet Model <openvino_docs_MO_DG_prepare_model_convert_model_Convert_Model_From_MxNet>`.
2023-05-09 09:35:55 +02:00
.. _question-86:
2023-05-09 09:35:55 +02:00
Q86. What does the message "Operation ... not supported. Please register it as custom op" mean?
#####################################################################################################################################################
**A:** Model Optimizer tried to load the model that contains some unsupported operations.
Proofreading MO Guide (#11605) * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_CRNN_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Extending_Model_Optimizer_with_Caffe_Python_Layers.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_lm_1b_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_lm_1b_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update Additional_Optimizations.md * Update Deep_Learning_Model_Optimizer_DevGuide.md * Update IR_and_opsets.md * Update Getting_performance_numbers.md * Update Model_Optimizer_FAQ.md * Update Supported_Frameworks_Layers.md * Update Convert_Model_From_Caffe.md * Update Convert_Model_From_Kaldi.md * Update Convert_Model_From_MxNet.md * Update Convert_Model_From_ONNX.md * Update Convert_Model_From_Paddle.md * Update Convert_Model_From_PyTorch.md * Update Convert_Model_From_TensorFlow.md * Update Convert_Model_Tutorials.md * Update Converting_Model.md * Update Cutting_Model.md * Update IR_suitable_for_INT8_inference.md * Update Aspire_Tdnn_Model.md * Update Convert_GluonCV_Models.md * Update Convert_Style_Transfer_From_MXNet.md * Update Convert_Faster_RCNN.md * Update Convert_Mask_RCNN.md * Update Convert_Bert_ner.md * Update Convert_Cascade_RCNN_res101.md * Update Convert_F3Net.md * Update Convert_QuartzNet.md * Update Convert_RCAN.md * Update Convert_RNNT.md * Update Convert_YOLACT.md * Update Convert_AttentionOCR_From_Tensorflow.md * Update Convert_BERT_From_Tensorflow.md * Update Convert_CRNN_From_Tensorflow.md * Update Convert_DeepSpeech_From_Tensorflow.md * Update Convert_EfficientDet_Models.md * Update Convert_FaceNet_From_Tensorflow.md * Update Convert_GNMT_From_Tensorflow.md * Update Convert_NCF_From_Tensorflow.md * Update Convert_Object_Detection_API_Models.md * Update Convert_RetinaNet_From_Tensorflow.md * Update Convert_Slim_Library_Models.md * Update Convert_WideAndDeep_Family_Models.md * Update Convert_XLNet_From_Tensorflow.md * Update Convert_YOLO_From_Tensorflow.md * Update Convert_lm_1b_From_Tensorflow.md * Update Customize_Model_Optimizer.md * Update Extending_Model_Optimizer_with_Caffe_Python_Layers.md * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_ONNX.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/kaldi_specific/Aspire_Tdnn_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/kaldi_specific/Aspire_Tdnn_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/mxnet_specific/Convert_Style_Transfer_From_MXNet.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_Faster_RCNN.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_GPT2.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_Mask_RCNN.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Bert_ner.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Cascade_RCNN_res101.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Cascade_RCNN_res101.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_RNNT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_AttentionOCR_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_BERT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_BERT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_CRNN_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_EfficientDet_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_EfficientDet_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_RetinaNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_WideAndDeep_Family_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_WideAndDeep_Family_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Getting_performance_numbers.md * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Convert_Model_From_Kaldi.md * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Apply suggestions from code review Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Object_Detection_API_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_GNMT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Convert_Model_From_Paddle.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
2022-06-02 17:05:14 +02:00
If you want to convert model that contains unsupported operations, you need to prepare extension for all such operations.
For more information, refer to the :doc:`OpenVINO Extensibility Mechanism <openvino_docs_Extensibility_UG_Intro>` guide.
2023-05-09 09:35:55 +02:00
.. _question-87:
2023-05-09 09:35:55 +02:00
Q87. What does the message "Can not register Op ... Please, call function 'register_caffe_python_extractor' with parameter 'name'" mean?
#####################################################################################################################################################
**A:** This error appears if the class of implementation of ``Op`` for Python Caffe layer could not be used by Model Optimizer. Python layers should be handled differently comparing to ordinary Caffe layers.
In particular, you need to call the function ``register_caffe_python_extractor`` and pass ``name`` as the second argument of the function.
Proofreading MO Guide (#11605) * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_CRNN_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Extending_Model_Optimizer_with_Caffe_Python_Layers.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_lm_1b_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_lm_1b_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update Additional_Optimizations.md * Update Deep_Learning_Model_Optimizer_DevGuide.md * Update IR_and_opsets.md * Update Getting_performance_numbers.md * Update Model_Optimizer_FAQ.md * Update Supported_Frameworks_Layers.md * Update Convert_Model_From_Caffe.md * Update Convert_Model_From_Kaldi.md * Update Convert_Model_From_MxNet.md * Update Convert_Model_From_ONNX.md * Update Convert_Model_From_Paddle.md * Update Convert_Model_From_PyTorch.md * Update Convert_Model_From_TensorFlow.md * Update Convert_Model_Tutorials.md * Update Converting_Model.md * Update Cutting_Model.md * Update IR_suitable_for_INT8_inference.md * Update Aspire_Tdnn_Model.md * Update Convert_GluonCV_Models.md * Update Convert_Style_Transfer_From_MXNet.md * Update Convert_Faster_RCNN.md * Update Convert_Mask_RCNN.md * Update Convert_Bert_ner.md * Update Convert_Cascade_RCNN_res101.md * Update Convert_F3Net.md * Update Convert_QuartzNet.md * Update Convert_RCAN.md * Update Convert_RNNT.md * Update Convert_YOLACT.md * Update Convert_AttentionOCR_From_Tensorflow.md * Update Convert_BERT_From_Tensorflow.md * Update Convert_CRNN_From_Tensorflow.md * Update Convert_DeepSpeech_From_Tensorflow.md * Update Convert_EfficientDet_Models.md * Update Convert_FaceNet_From_Tensorflow.md * Update Convert_GNMT_From_Tensorflow.md * Update Convert_NCF_From_Tensorflow.md * Update Convert_Object_Detection_API_Models.md * Update Convert_RetinaNet_From_Tensorflow.md * Update Convert_Slim_Library_Models.md * Update Convert_WideAndDeep_Family_Models.md * Update Convert_XLNet_From_Tensorflow.md * Update Convert_YOLO_From_Tensorflow.md * Update Convert_lm_1b_From_Tensorflow.md * Update Customize_Model_Optimizer.md * Update Extending_Model_Optimizer_with_Caffe_Python_Layers.md * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_ONNX.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/kaldi_specific/Aspire_Tdnn_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/kaldi_specific/Aspire_Tdnn_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/mxnet_specific/Convert_Style_Transfer_From_MXNet.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_Faster_RCNN.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_GPT2.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_Mask_RCNN.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Bert_ner.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Cascade_RCNN_res101.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Cascade_RCNN_res101.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_RNNT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_AttentionOCR_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_BERT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_BERT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_CRNN_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_EfficientDet_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_EfficientDet_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_RetinaNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_WideAndDeep_Family_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_WideAndDeep_Family_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Getting_performance_numbers.md * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Convert_Model_From_Kaldi.md * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Apply suggestions from code review Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Object_Detection_API_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_GNMT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Convert_Model_From_Paddle.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
2022-06-02 17:05:14 +02:00
The name should be the compilation of the layer name with the module name separated by a dot.
For example, your topology contains this layer with type ``Python``:
.. code-block::
layer {
name: 'proposal'
type: 'Python'
...
python_param {
module: 'rpn.proposal_layer'
layer: 'ProposalLayer'
param_str: "'feat_stride': 16"
}
}
The first step is to implement an extension for this layer in Model Optimizer as an ancestor of ``Op`` class:
.. code-block::
class ProposalPythonExampleOp(Op):
op = 'Proposal'
def __init__(self, graph: nx.MultiDiGraph, attrs: dict):
...
It is mandatory to call two functions right after the implementation of that class:
.. code-block::
class ProposalPythonExampleOp(Op):
...
register_caffe_python_extractor(ProposalPythonExampleOp, 'rpn.proposal_layer.ProposalLayer')
Op.excluded_classes.append(ProposalPythonExampleOp)
Note that the first call ``register_caffe_python_extractor(ProposalPythonExampleOp, 'rpn.proposal_layer.ProposalLayer')`` registers an extension of the layer in Model Optimizer, which will be found by the specific name (mandatory to join module name and layer name): ``rpn.proposal_layer.ProposalLayer``.
The second call prevents Model Optimizer from using this extension as if it is an extension for
a layer with type ``Proposal``. Otherwise, this layer can be chosen as an implementation of extension that can lead to potential issues.
For more information, refer to the :doc:`OpenVINO Extensibility Mechanism <openvino_docs_Extensibility_UG_Intro>` guide.
2023-05-09 09:35:55 +02:00
.. _question-88:
2023-05-09 09:35:55 +02:00
Q88. What does the message "Model Optimizer is unable to calculate output shape of Memory node .." mean?
#####################################################################################################################################################
**A:** Model Optimizer supports only ``Memory`` layers, in which ``input_memory`` goes before ``ScaleShift`` or the ``FullyConnected`` layer.
This error message means that in your model the layer after input memory is not of the ``ScaleShift`` or ``FullyConnected`` type.
This is a known limitation.
2023-05-09 09:35:55 +02:00
.. _question-89:
2023-05-09 09:35:55 +02:00
Q89. What do the messages "File ... does not appear to be a Kaldi file (magic number does not match)", "Kaldi model should start with <Nnet> tag" mean?
#########################################################################################################################################################
**A:** These error messages mean that Model Optimizer does not support your Kaldi model, because the ``checksum`` of the model is not
16896 (the model should start with this number), or the model file does not contain the ``<Net>`` tag as a starting one.
Proofreading MO Guide (#11605) * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_CRNN_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Extending_Model_Optimizer_with_Caffe_Python_Layers.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_lm_1b_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_lm_1b_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update Additional_Optimizations.md * Update Deep_Learning_Model_Optimizer_DevGuide.md * Update IR_and_opsets.md * Update Getting_performance_numbers.md * Update Model_Optimizer_FAQ.md * Update Supported_Frameworks_Layers.md * Update Convert_Model_From_Caffe.md * Update Convert_Model_From_Kaldi.md * Update Convert_Model_From_MxNet.md * Update Convert_Model_From_ONNX.md * Update Convert_Model_From_Paddle.md * Update Convert_Model_From_PyTorch.md * Update Convert_Model_From_TensorFlow.md * Update Convert_Model_Tutorials.md * Update Converting_Model.md * Update Cutting_Model.md * Update IR_suitable_for_INT8_inference.md * Update Aspire_Tdnn_Model.md * Update Convert_GluonCV_Models.md * Update Convert_Style_Transfer_From_MXNet.md * Update Convert_Faster_RCNN.md * Update Convert_Mask_RCNN.md * Update Convert_Bert_ner.md * Update Convert_Cascade_RCNN_res101.md * Update Convert_F3Net.md * Update Convert_QuartzNet.md * Update Convert_RCAN.md * Update Convert_RNNT.md * Update Convert_YOLACT.md * Update Convert_AttentionOCR_From_Tensorflow.md * Update Convert_BERT_From_Tensorflow.md * Update Convert_CRNN_From_Tensorflow.md * Update Convert_DeepSpeech_From_Tensorflow.md * Update Convert_EfficientDet_Models.md * Update Convert_FaceNet_From_Tensorflow.md * Update Convert_GNMT_From_Tensorflow.md * Update Convert_NCF_From_Tensorflow.md * Update Convert_Object_Detection_API_Models.md * Update Convert_RetinaNet_From_Tensorflow.md * Update Convert_Slim_Library_Models.md * Update Convert_WideAndDeep_Family_Models.md * Update Convert_XLNet_From_Tensorflow.md * Update Convert_YOLO_From_Tensorflow.md * Update Convert_lm_1b_From_Tensorflow.md * Update Customize_Model_Optimizer.md * Update Extending_Model_Optimizer_with_Caffe_Python_Layers.md * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_ONNX.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/kaldi_specific/Aspire_Tdnn_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/kaldi_specific/Aspire_Tdnn_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/mxnet_specific/Convert_Style_Transfer_From_MXNet.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_Faster_RCNN.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_GPT2.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_Mask_RCNN.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Bert_ner.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Cascade_RCNN_res101.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Cascade_RCNN_res101.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_RNNT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_AttentionOCR_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_BERT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_BERT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_CRNN_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_EfficientDet_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_EfficientDet_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_RetinaNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_WideAndDeep_Family_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_WideAndDeep_Family_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Getting_performance_numbers.md * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Convert_Model_From_Kaldi.md * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Apply suggestions from code review Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Object_Detection_API_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_GNMT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Convert_Model_From_Paddle.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
2022-06-02 17:05:14 +02:00
Make sure that you provide a path to a true Kaldi model and try again.
2023-05-09 09:35:55 +02:00
.. _question-90:
2023-05-09 09:35:55 +02:00
Q90. What do the messages "Expect counts file to be one-line file." or "Expect counts file to contain list of integers" mean?
#####################################################################################################################################################
**A:** These messages mean that the file counts you passed contain not one line. The count file should start with
``[`` and end with ``]``, and integer values should be separated by spaces between those brackets.
2023-05-09 09:35:55 +02:00
.. _question-91:
2023-05-09 09:35:55 +02:00
Q91. What does the message "Model Optimizer is not able to read Kaldi model .." mean?
#####################################################################################################################################################
**A:** There are multiple reasons why Model Optimizer does not accept a Kaldi topology, including:
the file is not available or does not exist. Refer to FAQ :ref:`#88 <question-88>`.
2023-05-09 09:35:55 +02:00
.. _question-92:
2023-05-09 09:35:55 +02:00
Q92. What does the message "Model Optimizer is not able to read counts file .." mean?
#####################################################################################################################################################
**A:** There are multiple reasons why Model Optimizer does not accept a counts file, including:
the file is not available or does not exist. Refer to FAQ :ref:`#89 <question-89>`.
2023-05-09 09:35:55 +02:00
.. _question-93:
2023-05-09 09:35:55 +02:00
Q93. What does the message "For legacy MXNet models Model Optimizer does not support conversion of old MXNet models (trained with 1.0.0 version of MXNet and lower) with custom layers." mean?
###############################################################################################################################################################################################
**A:** This message means that if you have a model with custom layers and its JSON file has been generated with Apache MXNet version
Proofreading MO Guide (#11605) * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_CRNN_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Extending_Model_Optimizer_with_Caffe_Python_Layers.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_lm_1b_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_lm_1b_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update Additional_Optimizations.md * Update Deep_Learning_Model_Optimizer_DevGuide.md * Update IR_and_opsets.md * Update Getting_performance_numbers.md * Update Model_Optimizer_FAQ.md * Update Supported_Frameworks_Layers.md * Update Convert_Model_From_Caffe.md * Update Convert_Model_From_Kaldi.md * Update Convert_Model_From_MxNet.md * Update Convert_Model_From_ONNX.md * Update Convert_Model_From_Paddle.md * Update Convert_Model_From_PyTorch.md * Update Convert_Model_From_TensorFlow.md * Update Convert_Model_Tutorials.md * Update Converting_Model.md * Update Cutting_Model.md * Update IR_suitable_for_INT8_inference.md * Update Aspire_Tdnn_Model.md * Update Convert_GluonCV_Models.md * Update Convert_Style_Transfer_From_MXNet.md * Update Convert_Faster_RCNN.md * Update Convert_Mask_RCNN.md * Update Convert_Bert_ner.md * Update Convert_Cascade_RCNN_res101.md * Update Convert_F3Net.md * Update Convert_QuartzNet.md * Update Convert_RCAN.md * Update Convert_RNNT.md * Update Convert_YOLACT.md * Update Convert_AttentionOCR_From_Tensorflow.md * Update Convert_BERT_From_Tensorflow.md * Update Convert_CRNN_From_Tensorflow.md * Update Convert_DeepSpeech_From_Tensorflow.md * Update Convert_EfficientDet_Models.md * Update Convert_FaceNet_From_Tensorflow.md * Update Convert_GNMT_From_Tensorflow.md * Update Convert_NCF_From_Tensorflow.md * Update Convert_Object_Detection_API_Models.md * Update Convert_RetinaNet_From_Tensorflow.md * Update Convert_Slim_Library_Models.md * Update Convert_WideAndDeep_Family_Models.md * Update Convert_XLNet_From_Tensorflow.md * Update Convert_YOLO_From_Tensorflow.md * Update Convert_lm_1b_From_Tensorflow.md * Update Customize_Model_Optimizer.md * Update Extending_Model_Optimizer_with_Caffe_Python_Layers.md * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_ONNX.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/kaldi_specific/Aspire_Tdnn_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/kaldi_specific/Aspire_Tdnn_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/mxnet_specific/Convert_Style_Transfer_From_MXNet.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_Faster_RCNN.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_GPT2.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_Mask_RCNN.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Bert_ner.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Cascade_RCNN_res101.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Cascade_RCNN_res101.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_RNNT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_AttentionOCR_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_BERT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_BERT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_CRNN_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_EfficientDet_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_EfficientDet_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_RetinaNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_WideAndDeep_Family_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_WideAndDeep_Family_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Getting_performance_numbers.md * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Convert_Model_From_Kaldi.md * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Apply suggestions from code review Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Object_Detection_API_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_GNMT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Convert_Model_From_Paddle.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
2022-06-02 17:05:14 +02:00
lower than 1.0.0, Model Optimizer does not support such topologies. If you want to convert it, you have to rebuild
MXNet with unsupported layers or generate a new JSON file with Apache MXNet version 1.0.0 or higher. You also need to implement
Proofreading MO Guide (#11605) * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_CRNN_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Extending_Model_Optimizer_with_Caffe_Python_Layers.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_lm_1b_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_lm_1b_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update Additional_Optimizations.md * Update Deep_Learning_Model_Optimizer_DevGuide.md * Update IR_and_opsets.md * Update Getting_performance_numbers.md * Update Model_Optimizer_FAQ.md * Update Supported_Frameworks_Layers.md * Update Convert_Model_From_Caffe.md * Update Convert_Model_From_Kaldi.md * Update Convert_Model_From_MxNet.md * Update Convert_Model_From_ONNX.md * Update Convert_Model_From_Paddle.md * Update Convert_Model_From_PyTorch.md * Update Convert_Model_From_TensorFlow.md * Update Convert_Model_Tutorials.md * Update Converting_Model.md * Update Cutting_Model.md * Update IR_suitable_for_INT8_inference.md * Update Aspire_Tdnn_Model.md * Update Convert_GluonCV_Models.md * Update Convert_Style_Transfer_From_MXNet.md * Update Convert_Faster_RCNN.md * Update Convert_Mask_RCNN.md * Update Convert_Bert_ner.md * Update Convert_Cascade_RCNN_res101.md * Update Convert_F3Net.md * Update Convert_QuartzNet.md * Update Convert_RCAN.md * Update Convert_RNNT.md * Update Convert_YOLACT.md * Update Convert_AttentionOCR_From_Tensorflow.md * Update Convert_BERT_From_Tensorflow.md * Update Convert_CRNN_From_Tensorflow.md * Update Convert_DeepSpeech_From_Tensorflow.md * Update Convert_EfficientDet_Models.md * Update Convert_FaceNet_From_Tensorflow.md * Update Convert_GNMT_From_Tensorflow.md * Update Convert_NCF_From_Tensorflow.md * Update Convert_Object_Detection_API_Models.md * Update Convert_RetinaNet_From_Tensorflow.md * Update Convert_Slim_Library_Models.md * Update Convert_WideAndDeep_Family_Models.md * Update Convert_XLNet_From_Tensorflow.md * Update Convert_YOLO_From_Tensorflow.md * Update Convert_lm_1b_From_Tensorflow.md * Update Customize_Model_Optimizer.md * Update Extending_Model_Optimizer_with_Caffe_Python_Layers.md * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_ONNX.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/kaldi_specific/Aspire_Tdnn_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/kaldi_specific/Aspire_Tdnn_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/mxnet_specific/Convert_Style_Transfer_From_MXNet.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_Faster_RCNN.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_GPT2.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_Mask_RCNN.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Bert_ner.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Cascade_RCNN_res101.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Cascade_RCNN_res101.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_RNNT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_AttentionOCR_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_BERT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_BERT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_CRNN_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_EfficientDet_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_EfficientDet_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_RetinaNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_WideAndDeep_Family_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_WideAndDeep_Family_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Getting_performance_numbers.md * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Convert_Model_From_Kaldi.md * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Apply suggestions from code review Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Object_Detection_API_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_GNMT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Convert_Model_From_Paddle.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
2022-06-02 17:05:14 +02:00
OpenVINO extension to use custom layers.
For more information, refer to the :doc:`OpenVINO Extensibility Mechanism <openvino_docs_Extensibility_UG_Intro>` guide.
2023-05-09 09:35:55 +02:00
.. _question-94:
2023-05-09 09:35:55 +02:00
Q94. What does the message "Expected token ``</ParallelComponent>``, has ``...``" mean?
#####################################################################################################################################################
**A:** This error messages mean that Model Optimizer does not support your Kaldi model, because the Net contains ``ParallelComponent`` that does not end with the ``</ParallelComponent>`` tag.
Make sure that you provide a path to a true Kaldi model and try again.
.. _question-95:
.. _question-96:
.. _question-97:
Q97. What does the message "Graph contains a cycle. Can not proceed .." mean?
#####################################################################################################################################################
**A:** Model Optimizer supports only straightforward models without cycles.
There are multiple ways to avoid cycles:
For Tensorflow:
* :doc:`Convert models, created with TensorFlow Object Detection API <openvino_docs_MO_DG_prepare_model_convert_model_tf_specific_Convert_Object_Detection_API_Models>`
For all frameworks:
1. :doc:`Replace cycle containing Sub-graph in Model Optimizer [Legacy Solution] <openvino_docs_MO_DG_prepare_model_customize_model_optimizer_Customize_Model_Optimizer>`
2. See :doc:`OpenVINO Extensibility Mechanism <openvino_docs_Extensibility_UG_Intro>`
or
Proofreading MO Guide (#11605) * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_CRNN_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Extending_Model_Optimizer_with_Caffe_Python_Layers.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_lm_1b_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_lm_1b_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update Additional_Optimizations.md * Update Deep_Learning_Model_Optimizer_DevGuide.md * Update IR_and_opsets.md * Update Getting_performance_numbers.md * Update Model_Optimizer_FAQ.md * Update Supported_Frameworks_Layers.md * Update Convert_Model_From_Caffe.md * Update Convert_Model_From_Kaldi.md * Update Convert_Model_From_MxNet.md * Update Convert_Model_From_ONNX.md * Update Convert_Model_From_Paddle.md * Update Convert_Model_From_PyTorch.md * Update Convert_Model_From_TensorFlow.md * Update Convert_Model_Tutorials.md * Update Converting_Model.md * Update Cutting_Model.md * Update IR_suitable_for_INT8_inference.md * Update Aspire_Tdnn_Model.md * Update Convert_GluonCV_Models.md * Update Convert_Style_Transfer_From_MXNet.md * Update Convert_Faster_RCNN.md * Update Convert_Mask_RCNN.md * Update Convert_Bert_ner.md * Update Convert_Cascade_RCNN_res101.md * Update Convert_F3Net.md * Update Convert_QuartzNet.md * Update Convert_RCAN.md * Update Convert_RNNT.md * Update Convert_YOLACT.md * Update Convert_AttentionOCR_From_Tensorflow.md * Update Convert_BERT_From_Tensorflow.md * Update Convert_CRNN_From_Tensorflow.md * Update Convert_DeepSpeech_From_Tensorflow.md * Update Convert_EfficientDet_Models.md * Update Convert_FaceNet_From_Tensorflow.md * Update Convert_GNMT_From_Tensorflow.md * Update Convert_NCF_From_Tensorflow.md * Update Convert_Object_Detection_API_Models.md * Update Convert_RetinaNet_From_Tensorflow.md * Update Convert_Slim_Library_Models.md * Update Convert_WideAndDeep_Family_Models.md * Update Convert_XLNet_From_Tensorflow.md * Update Convert_YOLO_From_Tensorflow.md * Update Convert_lm_1b_From_Tensorflow.md * Update Customize_Model_Optimizer.md * Update Extending_Model_Optimizer_with_Caffe_Python_Layers.md * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_ONNX.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/kaldi_specific/Aspire_Tdnn_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/kaldi_specific/Aspire_Tdnn_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/mxnet_specific/Convert_Style_Transfer_From_MXNet.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_Faster_RCNN.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_GPT2.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_Mask_RCNN.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Bert_ner.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Cascade_RCNN_res101.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Cascade_RCNN_res101.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_RNNT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_AttentionOCR_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_BERT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_BERT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_CRNN_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_EfficientDet_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_EfficientDet_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_RetinaNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_WideAndDeep_Family_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_WideAndDeep_Family_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Getting_performance_numbers.md * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Convert_Model_From_Kaldi.md * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Apply suggestions from code review Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Object_Detection_API_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_GNMT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Convert_Model_From_Paddle.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
2022-06-02 17:05:14 +02:00
* Edit the model in its original framework to exclude cycle.
2023-05-09 09:35:55 +02:00
.. _question-98:
2023-05-09 09:35:55 +02:00
.. _question-99:
2023-05-09 09:35:55 +02:00
.. _question-100:
2023-05-09 09:35:55 +02:00
Q100. What does the message "Interp layer shape inference function may be wrong, please, try to update layer shape inference function in the file (extensions/ops/interp.op at the line ...)." mean?
####################################################################################################################################################################################################
**A:** There are many flavors of Caffe framework, and most layers in them are implemented identically.
However, there are exceptions. For example, the output value of layer Interp is calculated differently in Deeplab-Caffe and classic Caffe. Therefore, if your model contains layer Interp and the conversion of your model has failed, modify the ``interp_infer`` function in the ``extensions/ops/interp.op`` file according to the comments in the file.
2023-05-09 09:35:55 +02:00
.. _question-101:
2023-05-09 09:35:55 +02:00
Q101. What does the message "Mean/scale values should ..." mean?
#####################################################################################################################################################
**A:** It means that your mean/scale values have a wrong format. Specify mean/scale values in the form of ``layer_name(val1,val2,val3)``.
You need to specify values for each input of the model. For more information, refer to the :doc:`Converting a Model to Intermediate Representation <openvino_docs_MO_DG_prepare_model_convert_model_Converting_Model>` guide.
2023-05-09 09:35:55 +02:00
.. _question-102:
2023-05-09 09:35:55 +02:00
Q102. What does the message "Operation _contrib_box_nms is not supported ..." mean?
#####################################################################################################################################################
**A:** It means that you are trying to convert a topology contains the ``_contrib_box_nms`` operation which is not supported directly. However, the sub-graph of operations including ``_contrib_box_nms`` could be replaced with the DetectionOutput layer if your topology is one of the ``gluoncv`` topologies. Specify the ``--enable_ssd_gluoncv`` command-line parameter for Model Optimizer to enable this transformation.
2023-05-09 09:35:55 +02:00
.. _question-103:
Feature/azaytsev/merge to master (#2786) * [IE CLDNN] Memory allocation optimizations (#2178) * [GNA] Safety fixes (#2193) * LSTMCell test [GNA] LSTMCell fix for GNA (#2216) * [GNA] fix scale factor calculation for unfused bias after fc (2021.1) (#2195) * [GNA] fix scale factor calculation for unfused bias after fc * change check * add test * apply requested changes * cpplint fix * apply test changes * modify model for test to match ::op:: * [LPT] Copy constant with several outputs before blob update (#2197) * [LPT] Copy constant implementation * [LPT] the same Constant ops as FQ interval boundaries * [Scripts] Fixing issue with exporting path-like env when it undef (#2164) * setupvars.sh: Added logic for exporting path env in case if it not defined * setupvars: Removed duplicated colon * Kept quotes where they were * setupvars: updated copyrights * FakeQuantize + Mul fusion (#2133) * FQ+Mul fusion transform skeleton * FQ+Mul fusion transform tests prep * Basic UT for the transform * Basic implementation of the transform * Parametrized UTs for FQMul transform * Parametrization of FQ+Mul UTs * Make sure that the shapes of constants match * Check if the mul constant matches FQ data * CentOs compilation error fix * PR feedback and adjusted tests * NHWC layout of the mul constant * UT: FQ output limits 4D * Redundant CF pass removed * Rewrite the graph in a different way * Shape checking infrastructure skeleton * Handle some negative cases * Check the rt info in the fusion test * Fuse all Mul nodes detected after FQ node * Dont cast the original FQ node * Dont throw if CF fails in new output range calculation * More UTs * Accept any type of input to FQ in the transformation * Test the fusion when all FQ inputs are non-const * Fusion test when only one output limit is const * Extend error message (#2174) * some nGraph KW fixes (#2176) * Removed redundant methods * Fixed KW for linux * Fix QueryNetwork for networks with KSO (#2202) * Added a test to reproduce QueryNetwork with KSO * Fixed QueryNetwork for networks with KSO * Added additional test * Fixed output names for case with redundant ops before result (#2209) * [IE][VPU]: Workaround to support parameter Beta for layer Swish (#2207) * Workaround to full support Swish layer. It is faster than native Swish for now. * [IE][VPU]: Remove the second call of ngraph::CommonOptimizations (#2221) * Remove the second call of ngraph::CommonOptimizations in myriad plugin * Reuse code with vpu ngraph transformations * Duplicate PR 2167 for release branch: GatherTree description was extended and outdated link fixed (#2235) * add more alrifications to description * move clarification to comment * pseudo code become more accurate * review changes * Add exposing function signatures via Cython (#2244) * [DOC] Reshape feature (#2194) * [IE][VPU][OpenCL] 2021.1 release compiler (#2189) * Statically analyzed issues. (#2261) * [IE][VPU]: Fix K propagation through Reshape (2021.1) (#2180) * Fix K propagation through Reshape * Add test cases * Revert "[IE TESTS] dynavic batch for mvn layer (#1010)" (#2256) This reverts commit 2e3378c50feb96df2bb8cb719bf0745705e35ad9. * Fixed KW warning and review issues (#2262) * [IE][VPU]: update firmware 1381 (#2236) * Reverting devicePriorities to be vector and respect the order, as opposed to the incorrect (recent?) refactoring that introduced the unordered_map that effectively ignores the priorities (#2251) * update OpenCV version to 4.5.0 (#2260) * Add VPUX configuration to compile_tool (#2248) * [IE][TESTS] Fix compareRawBuffers and compareBlobData methods (#2246) Use `<=` comparison instead of `<` with thresholds. This allows to use `0` threshold for bit-exact comparison. * [IE][VPU]: KW fixes (#2186) * Some KW fixes * Fix printTo in vpu ngraph transformations * Fix for static PartialShape detection algorithm (#2177) * Fixes for Interpolate-4. (#2281) * Update get_ov_update_message.py (#2286) * Clone a specific tag for pybind11 (#2296) * [Scripts] Fix setting PYTHONPATH logic (#2305) * setupvars.sh: Added logic for exporting path env in case if it not defined * setupvars: Removed duplicated colon * install_openvino_dependencies: Updated copyrights setupvars.bat: Updated notification about incorrect Python version. Removed checking ICC2019 setupvars.sh: Removed logic with choosing higher version of installed Python. Added dynamic detecting python3 major and minor version for setting path. Add checking minimum required Python version(now 3.6) * Added python3-gi package and fixed libglib2.0-0 package location. (#2294) * [IE TESTS] CoreThreading_LoadNetwork tests were disabled for GPU plugin (#2245) (#2283) * setupvars: Updated notifications, fixed calling python in Windows case (#2318) * Updated operations specification documents (2021.1) (#2268) * Updated documentation structure and remove incorrect added files for Acosh-1, Asinh-1 and Atanh-1 * Fixed broken links * Fixed c samples build (#2278) (#2304) * Fixed c samples build fixed CVS-38816 - Failure to build samples in C * Fixed issue with gflags * Revert "[IE][VPU]: Fix K propagation through Reshape (2021.1) (#2180)" (#2322) This reverts commit d604a03ac0e639ba6dff3aa76f2830501a097fab. * Added ONNX Resize-11 and ONNX Resize-13 to supported frameworks layers list. (#2325) * Implement `run_executable.py` to run `TimeTests` several times (#2125) (#2188) CI passed * install_NEO_OCL_driver: Updated exit codes, messages. Updated way to remove old driver on Ubuntu (#2333) * Bump cmake version to 3.13 (#2339) * install_NEO_OCL_driver: Added checking of installed packages before trying to remove them. Added quotes for echo. (#2350) * convert to doxygen comments * add doxygen doc build configurations (#2191) Co-authored-by: Nikolay Tyukaev <ntyukaev_lo@jenkins.inn.intel.com> * [DOCS] Added an evaluate method for custom operation (#2272) * Added an evaluate method for custom operation * Fixed comments * Downgrade cmake for samples (#2372) * Downgrade cmake for samples Downgraded cmake version to default version for Ubuntu 18.04 * Updated supported python version The minimal python version in 2021.1 is 3.5 * Added notes about cmake requirements for samples and demo * Install dependency refactoring. (#2381) * Updated Transformation development doc (#2370) * Delete xfail for resolved known issue (#2385) * Fix layout links for dl streamer and c api (#2375) * fix layouts * change the dl-streamer link Co-authored-by: Nikolay Tyukaev <ntyukaev_lo@jenkins.inn.intel.com> * Added link options for cross-compilation (#2397) * Added new GSG for macOS, made minor changes in Windows GSG (#2070) (#2405) * Added new GSG for macOS, made minor changes in Windows GSG * Update get_started_macos.md Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com> * Fixed docs build on Windows (#2383) * layouts and code comments * Replace absolute links to docs.openvinotoolkit.org by relative ones (#2439) * Replaced direct links to docs.openvinotoolkit.org with relative links * Replaced direct links to docs.openvinotoolkit.org with relative links. Added GSGs for Win and macOS * Minor fixes in GSGs * Replaced direct links to docs.openvinotoolkit.org with relative links * Removed links to OpenVINO markdown files that contain anchor - they don't work in the current implementation of the doc process * Fixed Notes * Removed links to OpenVINO markdown files that contain anchor - they don't work in the current implementation of the doc process * fixed link to installing-openvino-linux.md * Update the menu to align with POT doc headers (#2433) * Update the menu to align with POT doc headers It changes the menu to align with Post-training Optimization Toolkit documentation titles. * Corrected one title Run Examples => How to Run Examples * Added closing braсket (#2466) Fixed syntax error (b4b03b1) * Remove the deprecation notice (#2314) * Removed deprecation notice * Removed the note from other files * [DOCS] Update Installation Guide - GPU steps (#2308) * Initial commit * fixing lists * Update installing-openvino-linux.md * Get rid of the note * Added the scrrenshot * Update installing-openvino-linux.md * fixes * separate layout * [Docs] Update MO What's new description (#2481) * Azure CI: Add separated pipelines for Windows, Linux, Mac * Feature/azaytsev/benchmarks 2021 1 (#2501) * Initial changes for 2021.1 * Inserted Graphtool scripts, updated configurations info * Updated FAQ and minor changes to performance_benchmarks.md * Updated for 2021.1 * Updated * incorporated review comments * incorporated review comments for FAQ * fixed link * Update build-instruction.md for MacOsX (#2457) * Update build-instruction.md for MacOsX * Removed call of install_dependencies.sh from the steps * Changed layouts * Feature/azaytsev/cvs-38240 (#2469) * Updated for 2020 version, replaced Ubuntu 16.04 with Ubuntu 20.04 * Updated the release package numbers * Removed FPGA from the documentation * Updated according to the comments in the ticket CVS-37827 (#2448) * Updated according to CVS-38225 * some changes * Update docs for speech libs and demos (#2518) * Made changes to benchmarks according to review comments * Remove `--collect_results_only` (#2523) * Remove `--collect_results_only` from MemCheckTests * Remove CLI keys from README * Added logo info to the Legal_Information, updated Ubuntu, CentOS supported versions * Updated supported Intel® Core™ processors list * Fixed table formatting * [Jenkinsfile] Bump infra (#2546) * [GNA] Documentation updates for 2021.1 (#2460) * [GNA] Documentation updates for 2021.1 * Take Mike's comments into account * More fixes according to review * Fix processor generation names * update api layouts * Added new index page with overview * Changed CMake and Python versions * Fixed links * some layout changes * some layout changes * nGraph Python API tutorial (#2500) * nGraph Python API tutorial * Tweaks * Code review comments * Code review comments * some layout changes * COnverted svg images to png * layouts * update layout * Added a label for nGraph_Python_API.md * fixed links * Fixed image * First draft of nGraph documentation (#2271) * First draft of nGraph documentation * updated according to review comments * Updated * Reviewed the nGraph Transformation section, added missing images * Update nGraph_dg.md * Delete python_api.md Removed since there is already the nGraph_Python_API.md document with a comprehensive overview. Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com> Co-authored-by: CCR\avladimi <anastasiya.ageeva@intel.com> * Feature/azaytsev/docs 2021 1 (#2560) * Removed FPGA from the documentation * Updated according to CVS-38225 * Added logo info to the Legal_Information, updated Ubuntu, CentOS supported versions * Updated supported Intel® Core™ processors list * Added new index page with overview * Changed CMake and Python versions * Fixed links * COnverted svg images to png * Added a label for nGraph_Python_API.md * fixed links * Fixed image * Update SW requirements in build instructions and change latest release to 2021.1 (#2565) * removed links to ../IE_DG/Introduction.md * Removed links to tools overview page as removed * some changes * Remove link to Integrate_your_kernels_into_IE.md * remove openvino_docs_IE_DG_Graph_debug_capabilities from layout as it was removed * Fixed links to images (#2569) * update layouts * Added deprecation note for PassConfig class (#2593) * Post-release fixes and installation path changes * Added pip install documentation (#2465) * Added pip install documentation * Change references * tiny fixes of links * Update installing-openvino-pip.md Co-authored-by: Alina Alborova <alina.alborova@intel.com> * Update OpenVino ONNX CI check (#2599) * Update OpenVino ONNX CI * Change parallel execution to single * Enlarge timeout * Remove timeout * Add timeout to test execution * Added PIP installation and Build from Source to the layout * Fixed formatting issue, removed broken link * Renamed section EXAMPLES to RESOURCES according to review comments * add mo faq navigation by url param * Skip hanging test case of OpenVino ONNX CI (#2608) * Update OpenVino ONNX CI * Change parallel execution to single * Enlarge timeout * Remove timeout * Add timeout to test execution * Skip hanging test * Add description to skip issue * Removed DLDT description * Replaced wrong links * MInor fix for path to the cpp samples * fixes * Update ops.py * Fix style * Improve pip installation guide (#2644) * Improve pip installation guide * Updated after comments * Feature/ntyukaev/separate layout (#2629) * convert to doxygen comments * layouts and code comments * separate layout * Changed layouts * Removed FPGA from the documentation * Updated according to CVS-38225 * some changes * Made changes to benchmarks according to review comments * Added logo info to the Legal_Information, updated Ubuntu, CentOS supported versions * Updated supported Intel® Core™ processors list * Fixed table formatting * update api layouts * Added new index page with overview * Changed CMake and Python versions * Fixed links * some layout changes * some layout changes * some layout changes * COnverted svg images to png * layouts * update layout * Added a label for nGraph_Python_API.md * fixed links * Fixed image * removed links to ../IE_DG/Introduction.md * Removed links to tools overview page as removed * some changes * Remove link to Integrate_your_kernels_into_IE.md * remove openvino_docs_IE_DG_Graph_debug_capabilities from layout as it was removed * update layouts * Post-release fixes and installation path changes * Added PIP installation and Build from Source to the layout * Fixed formatting issue, removed broken link * Renamed section EXAMPLES to RESOURCES according to review comments * add mo faq navigation by url param * Removed DLDT description * Replaced wrong links * MInor fix for path to the cpp samples * fixes * Update ops.py * Fix style Co-authored-by: Nikolay Tyukaev <ntyukaev_lo@jenkins.inn.intel.com> Co-authored-by: Tyukaev <nikolay.tyukaev@intel.com> Co-authored-by: aalborov <alina.alborova@intel.com> Co-authored-by: Rafal Blaczkowski <rafal.blaczkowski@intel.com> Co-authored-by: Alexander Zhogov <alexander.zhogov@intel.com> * Fixed CVS-35316 (#2072) (#2670) Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com> * [install_dependencies.sh] install latest cmake if current version is lower 3.13 (#2695) (#2701) * [install_dependencies.sh] install latest cmake if current version is lower 3.13 * add shellcheck for Ubuntu * install python 2.7 for Ubuntu * Removed redundant file * Exclude files that we didn't changed from merging Co-authored-by: Sergey Shlyapnikov <sergey.shlyapnikov@intel.com> Co-authored-by: Denis Orlov <denis.orlov@intel.com> Co-authored-by: Kamil Magierski <kamil.magierski@intel.com> Co-authored-by: Anna Alberska <anna.alberska@intel.com> Co-authored-by: Edward Shogulin <edward.shogulin@intel.com> Co-authored-by: Artyom Anokhov <artyom.anokhov@intel.com> Co-authored-by: Tomasz Dołbniak <tomasz.dolbniak@intel.com> Co-authored-by: Ilya Churaev <ilya.churaev@intel.com> Co-authored-by: Roman Vyunov (Intel) <roman.vyunov@intel.com> Co-authored-by: Maksim Doronin <maksim.doronin@intel.com> Co-authored-by: Svetlana Dolinina <svetlana.a.dolinina@intel.com> Co-authored-by: Evgeny Talanin <evgeny.talanin@intel.com> Co-authored-by: Evgenya Stepyreva <evgenya.stepyreva@intel.com> Co-authored-by: Maxim Kurin <maxim.kurin@intel.com> Co-authored-by: Nikolay Shchegolev <nikolay.shchegolev@intel.com> Co-authored-by: Andrew Bakalin <andrew.bakalin@intel.com> Co-authored-by: Gorokhov Dmitriy <dmitry.gorokhov@intel.com> Co-authored-by: Evgeny Latkin <evgeny.latkin@intel.com> Co-authored-by: Maxim Shevtsov <maxim.y.shevtsov@intel.com> Co-authored-by: Alexey Suhov <alexey.suhov@intel.com> Co-authored-by: Alexander Novak <sasha-novak@yandex.ru> Co-authored-by: Vladislav Vinogradov <vlad.vinogradov@intel.com> Co-authored-by: Vladislav Volkov <vladislav.volkov@intel.com> Co-authored-by: Vladimir Gavrilov <vladimir.gavrilov@intel.com> Co-authored-by: Zoe Cayetano <zoe.cayetano@intel.com> Co-authored-by: Dmitrii Denisov <dmitrii.denisov@intel.com> Co-authored-by: Irina Efode <irina.efode@intel.com> Co-authored-by: Evgeny Lazarev <evgeny.lazarev@intel.com> Co-authored-by: Mikhail Ryzhov <mikhail.ryzhov@intel.com> Co-authored-by: Vitaliy Urusovskij <vitaliy.urusovskij@intel.com> Co-authored-by: Nikolay Tyukaev <ntyukaev_lo@jenkins.inn.intel.com> Co-authored-by: Nikolay Tyukaev <nikolay.tyukaev@intel.com> Co-authored-by: Gleb Kazantaev <gleb.kazantaev@intel.com> Co-authored-by: Rafal Blaczkowski <rafal.blaczkowski@intel.com> Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com> Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com> Co-authored-by: Maksim Proshin <mvproshin@gmail.com> Co-authored-by: Alina Alborova <alina.alborova@intel.com> Co-authored-by: Maxim Vafin <maxim.vafin@intel.com> Co-authored-by: azhogov <alexander.zhogov@intel.com> Co-authored-by: Alina Kladieva <alina.kladieva@intel.com> Co-authored-by: Michał Karzyński <4430709+postrational@users.noreply.github.com> Co-authored-by: Anton Romanov <anton.romanov@intel.com>
2020-10-27 00:41:46 +03:00
2023-05-09 09:35:55 +02:00
Q103. What does the message "ModelOptimizer is not able to parse *.caffemodel" mean?
#####################################################################################################################################################
**A:** If a ``*.caffemodel`` file exists and is correct, the error occurred possibly because of the use of Python protobuf implementation. In some cases, error messages may appear during model parsing, for example: "``utf-8`` codec can't decode byte 0xe0 in position 4: invalid continuation byte in field: mo_caffe.SpatialTransformerParameter.transform_type". You can either use a newer Python version (3.7 - 3.11) or build the ``cpp`` implementation of ``protobuf`` yourself for your version of Python. For the complete instructions about building ``protobuf`` from sources, see the appropriate section in the :doc:`Converting Models with Model Optimizer <openvino_docs_MO_DG_Deep_Learning_Model_Optimizer_DevGuide>` guide.
2023-05-09 09:35:55 +02:00
.. _question-104:
2023-05-09 09:35:55 +02:00
.. _question-105:
2023-05-09 09:35:55 +02:00
Q105. What does the message "The IR preparation was executed by the legacy MO path. ..." mean?
#####################################################################################################################################################
**A:** For the models in ONNX format, there are two available paths of IR conversion.
Proofreading MO Guide (#11605) * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_CRNN_From_Tensorflow.md Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/customize_model_optimizer/Extending_Model_Optimizer_with_Caffe_Python_Layers.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_lm_1b_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_lm_1b_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update Additional_Optimizations.md * Update Deep_Learning_Model_Optimizer_DevGuide.md * Update IR_and_opsets.md * Update Getting_performance_numbers.md * Update Model_Optimizer_FAQ.md * Update Supported_Frameworks_Layers.md * Update Convert_Model_From_Caffe.md * Update Convert_Model_From_Kaldi.md * Update Convert_Model_From_MxNet.md * Update Convert_Model_From_ONNX.md * Update Convert_Model_From_Paddle.md * Update Convert_Model_From_PyTorch.md * Update Convert_Model_From_TensorFlow.md * Update Convert_Model_Tutorials.md * Update Converting_Model.md * Update Cutting_Model.md * Update IR_suitable_for_INT8_inference.md * Update Aspire_Tdnn_Model.md * Update Convert_GluonCV_Models.md * Update Convert_Style_Transfer_From_MXNet.md * Update Convert_Faster_RCNN.md * Update Convert_Mask_RCNN.md * Update Convert_Bert_ner.md * Update Convert_Cascade_RCNN_res101.md * Update Convert_F3Net.md * Update Convert_QuartzNet.md * Update Convert_RCAN.md * Update Convert_RNNT.md * Update Convert_YOLACT.md * Update Convert_AttentionOCR_From_Tensorflow.md * Update Convert_BERT_From_Tensorflow.md * Update Convert_CRNN_From_Tensorflow.md * Update Convert_DeepSpeech_From_Tensorflow.md * Update Convert_EfficientDet_Models.md * Update Convert_FaceNet_From_Tensorflow.md * Update Convert_GNMT_From_Tensorflow.md * Update Convert_NCF_From_Tensorflow.md * Update Convert_Object_Detection_API_Models.md * Update Convert_RetinaNet_From_Tensorflow.md * Update Convert_Slim_Library_Models.md * Update Convert_WideAndDeep_Family_Models.md * Update Convert_XLNet_From_Tensorflow.md * Update Convert_YOLO_From_Tensorflow.md * Update Convert_lm_1b_From_Tensorflow.md * Update Customize_Model_Optimizer.md * Update Extending_Model_Optimizer_with_Caffe_Python_Layers.md * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/FP16_Compression.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_ONNX.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/kaldi_specific/Aspire_Tdnn_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/kaldi_specific/Aspire_Tdnn_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/mxnet_specific/Convert_Style_Transfer_From_MXNet.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_Faster_RCNN.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_GPT2.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_Mask_RCNN.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Bert_ner.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Cascade_RCNN_res101.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_Cascade_RCNN_res101.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_RNNT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_YOLACT.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_AttentionOCR_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_BERT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_BERT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_CRNN_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_EfficientDet_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_EfficientDet_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_RetinaNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_WideAndDeep_Family_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_WideAndDeep_Family_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Getting_performance_numbers.md * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Additional_Optimizations.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Convert_Model_From_Kaldi.md * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/Cutting_Model.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Apply suggestions from code review Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Object_Detection_API_Models.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_GNMT_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/MO_DG/IR_and_opsets.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Getting_performance_numbers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Apply suggestions from code review Co-authored-by: Yuan Xu <yuan1.xu@intel.com> * Update Convert_Model_From_Paddle.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com> Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com> Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
2022-06-02 17:05:14 +02:00
The old one is handled by the old Python implementation, while the new one uses new C++ frontends.
Starting from the 2022.1 version, the default IR conversion path for ONNX models is processed using the new ONNX frontend.
Certain features, such as ``--extensions`` and ``--transformations_config``, are not yet fully supported on the new frontends.
The new frontends support only paths to shared libraries (.dll and .so) for ``--extensions``. They support JSON configurations with defined library fields for ``--transformations_config``.
Inputs freezing (enabled by ``--freeze_placeholder_with_value`` or ``--input`` arguments) is not supported by the new frontends.
The IR conversion falls back to the old path if a user does not select any expected path of conversion explicitly (with ``--use_new_frontend`` or ``--use_legacy_frontend`` MO arguments) and unsupported pre-defined scenario is detected on the new frontend path.
@endsphinxdirective