Skip to content

Commit

Permalink
Update ShapeInference.md (#11168)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgenya Stepyreva authored Mar 23, 2022
1 parent dd0038b commit a689cf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/OV_Runtime_UG/ShapeInference.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ For example, [publicly available Inception family models from TensorFlow*](https
- Changing the model input shape may significantly affect its accuracy.
For example, Object Detection models from TensorFlow have resizing restrictions by design.
To keep the model valid after the reshape, choose a new input shape that satisfies conditions listed in the `pipeline.config` file.
For details, refer to the <a href="_docs_MO_DG_prepare_model_convert_model_tf_specific_Convert_Object_Detection_API_Models.html-custom-input-shape">Tensorflow Object Detection API models resizing techniques</a>.
For details, refer to the <a href="_docs_MO_DG_prepare_model_convert_model_tf_specific_Convert_Object_Detection_API_Models.html#custom-input-shape">Tensorflow Object Detection API models resizing techniques</a>.

### How To Fix Non-Reshape-able Model<a name="how-to-fix-non-reshape-able-model"></a>

Expand Down Expand Up @@ -230,7 +230,7 @@ Dictionary values (representing new shapes) could be

@endsphinxdirective

Please find usage scenarios of `reshape` feature in our [samples](Samples_Overview.md) and [demos](ToDo), starting with [Hello Reshape Sample](../../samples/python/hello_reshape_ssd/README.html)
Please find usage scenarios of `reshape` feature in our [samples](Samples_Overview.md), starting with [Hello Reshape Sample](../../samples/python/hello_reshape_ssd/README.html)

Practically, some models are not ready to be reshaped. In this case, a new input shape cannot be set with the Model Optimizer or the `Model.reshape` method.

Expand Down

0 comments on commit a689cf5

Please sign in to comment.