From c370284bc4f3148b4098cff88fda674fda19628c Mon Sep 17 00:00:00 2001 From: Nikolay Tyukaev Date: Tue, 6 Apr 2021 11:34:10 +0300 Subject: [PATCH] fix doc iframe issue - 2021.3 (#5090) * wrap with htmlonly * wrap with htmlonly --- docs/IE_DG/Deep_Learning_Inference_Engine_DevGuide.md | 2 ++ docs/IE_DG/supported_plugins/MULTI.md | 2 ++ docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md | 8 +++++++- .../convert_model/Convert_Model_From_TensorFlow.md | 3 ++- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/IE_DG/Deep_Learning_Inference_Engine_DevGuide.md b/docs/IE_DG/Deep_Learning_Inference_Engine_DevGuide.md index e8ea28038341f0..89997e0f0ce5a1 100644 --- a/docs/IE_DG/Deep_Learning_Inference_Engine_DevGuide.md +++ b/docs/IE_DG/Deep_Learning_Inference_Engine_DevGuide.md @@ -113,7 +113,9 @@ The common workflow contains the following steps: ## Video: Inference Engine Concept [![](https://img.youtube.com/vi/e6R13V8nbak/0.jpg)](https://www.youtube.com/watch?v=e6R13V8nbak) +\htmlonly +\endhtmlonly ## Further Reading diff --git a/docs/IE_DG/supported_plugins/MULTI.md b/docs/IE_DG/supported_plugins/MULTI.md index 167c79b3c7eb65..f20443ca4c2006 100644 --- a/docs/IE_DG/supported_plugins/MULTI.md +++ b/docs/IE_DG/supported_plugins/MULTI.md @@ -101,7 +101,9 @@ Also notice that no demos are (yet) fully optimized for the multi-device, by mea ## Video: MULTI Plugin [![](https://img.youtube.com/vi/xbORYFEmrqU/0.jpg)](https://www.youtube.com/watch?v=xbORYFEmrqU) +\htmlonly +\endhtmlonly ## See Also * [Supported Devices](Supported_Devices.md) diff --git a/docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md b/docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md index c8b7f2bcb98e82..1c0e6cd92e63cc 100644 --- a/docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md +++ b/docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md @@ -115,12 +115,18 @@ Model Optimizer produces an Intermediate Representation (IR) of the network, whi ## Video: Model Optimizer Concept [![](https://img.youtube.com/vi/Kl1ptVb7aI8/0.jpg)](https://www.youtube.com/watch?v=Kl1ptVb7aI8) +\htmlonly +\endhtmlonly ## Video: Model Optimizer Basic Operation [![](https://img.youtube.com/vi/BBt1rseDcy0/0.jpg)](https://www.youtube.com/watch?v=BBt1rseDcy0) +\htmlonly +\endhtmlonly ## Video: Choosing the Right Precision [![](https://img.youtube.com/vi/RF8ypHyiKrY/0.jpg)](https://www.youtube.com/watch?v=RF8ypHyiKrY) - \ No newline at end of file +\htmlonly + +\endhtmlonly diff --git a/docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md b/docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md index d0342efdccd30d..bf976dc68f32db 100644 --- a/docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md +++ b/docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md @@ -369,8 +369,9 @@ The Model Optimizer provides explanatory messages if it is unable to run to comp ## Video: Converting a TensorFlow Model [![](https://img.youtube.com/vi/QW6532LtiTc/0.jpg)](https://www.youtube.com/watch?v=QW6532LtiTc) +\htmlonly - +\endhtmlonly ## Summary In this document, you learned: