Skip to content

Commit

Permalink
[DOCS] Direct to Python tab in the ovc transition guide (openvinotool…
Browse files Browse the repository at this point in the history
…kit#24624)

### Details:
 - *item1*
 - *...*

### Tickets:
 - 140454
  • Loading branch information
tsavina authored May 23, 2024
1 parent 1600589 commit f9c0394
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ Here is the guide to transition from legacy model preprocessing to new API prepr

mo --input_model MODEL_NAME --batch 2 --output_dir OUTPUT_DIR

- Not available in OVC tool. Please check Python API.
- Not available in OVC tool. Switch to the **Python** tab.

``mean_values``
################
Expand Down Expand Up @@ -342,7 +342,7 @@ Here is the guide to transition from legacy model preprocessing to new API prepr

mo --input_model MODEL_NAME --mean_values [0.5,0.5,0.5] --output_dir OUTPUT_DIR

- Not available in OVC tool. Please check Python API.
- Not available in OVC tool. Switch to the **Python** tab.

``scale_values``
#################
Expand Down Expand Up @@ -391,7 +391,7 @@ Here is the guide to transition from legacy model preprocessing to new API prepr

mo --input_model MODEL_NAME --scale_values [255,255,255] --output_dir OUTPUT_DIR

- Not available in OVC tool. Please check Python API.
- Not available in OVC tool. Switch to the **Python** tab.

``reverse_input_channels``
###########################
Expand Down Expand Up @@ -440,7 +440,7 @@ Here is the guide to transition from legacy model preprocessing to new API prepr

mo --input_model MODEL_NAME --reverse_input_channels --output_dir OUTPUT_DIR

- Not available in OVC tool. Please check Python API.
- Not available in OVC tool. Switch to the **Python** tab.

``source_layout``
##################
Expand Down Expand Up @@ -487,7 +487,7 @@ Here is the guide to transition from legacy model preprocessing to new API prepr

mo --input_model MODEL_NAME --source_layout input_name(NHWC) --output_dir OUTPUT_DIR

- Not available in OVC tool. Please check Python API.
- Not available in OVC tool. Switch to the **Python** tab.

``target_layout``
##################
Expand Down Expand Up @@ -534,7 +534,7 @@ Here is the guide to transition from legacy model preprocessing to new API prepr

mo --input_model MODEL_NAME --target_layout input_name(NHWC) --output_dir OUTPUT_DIR

- Not available in OVC tool. Please check Python API.
- Not available in OVC tool. Switch to the **Python** tab.

``layout``
###########
Expand Down Expand Up @@ -581,7 +581,7 @@ Here is the guide to transition from legacy model preprocessing to new API prepr

mo --input_model MODEL_NAME --layout "input_name(NCHW->NHWC)" --output_dir OUTPUT_DIR

- Not available in OVC tool. Please check Python API.
- Not available in OVC tool. Switch to the **Python** tab.

``transform``
##############
Expand Down Expand Up @@ -627,7 +627,7 @@ Here is the guide to transition from legacy model preprocessing to new API prepr

mo --input_model MODEL_NAME --transform LowLatency2[use_const_initializer=False],Pruning,MakeStateful[param_res_names={'input_name':'output_name'}] --output_dir OUTPUT_DIR

- Not available in OVC tool. Please check Python API.
- Not available in OVC tool. Switch to the **Python** tab.

Cutting Off Parts of a Model
############################
Expand Down

0 comments on commit f9c0394

Please sign in to comment.