Skip to content

Commit

Permalink
apply feedback (#1503)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsavina authored Dec 1, 2023
1 parent d2a9287 commit c138ad9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 1 addition & 4 deletions notebooks/002-openvino-api/002-openvino-api.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -335,10 +335,7 @@
"### TensorFlow Model\n",
"[back to top ⬆️](#Table-of-contents:)\n",
"\n",
"TensorFlow models saved in frozen graph format can also be passed to `read_model` starting in OpenVINO 2022.3.\n",
"\n",
"> **NOTE**: Directly loading TensorFlow models is available as a preview feature in the OpenVINO 2022.3 release. Fully functional support will be provided in the upcoming 2023 releases.\n",
"> Currently support is limited to only frozen graph inference format. Other TensorFlow model formats must be converted to OpenVINO IR using [model conversion API](https://docs.openvino.ai/2023.0/openvino_docs_MO_DG_prepare_model_convert_model_Convert_Model_From_TensorFlow.html)."
"TensorFlow models saved in frozen graph format can also be passed to `read_model`.\n"
]
},
{
Expand Down
4 changes: 3 additions & 1 deletion notebooks/201-vision-monodepth/201-vision-monodepth.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@
},
"source": [
"### Download the model\n",
"[back to top ⬆️](#Table-of-contents:)\n"
"[back to top ⬆️](#Table-of-contents:)\n",
"\n",
"The model is in the [OpenVINO Intermediate Representation (IR)](https://docs.openvino.ai/nightly/openvino_ir.html) format."
]
},
{
Expand Down

0 comments on commit c138ad9

Please sign in to comment.