diff --git a/docs/IE_DG/API_Changes.md b/docs/IE_DG/API_Changes.md
index 5a82cfd19ba..54fc1225d7f 100644
--- a/docs/IE_DG/API_Changes.md
+++ b/docs/IE_DG/API_Changes.md
@@ -2,23 +2,6 @@
The sections below contain detailed list of changes made to the Inference Engine API in recent releases.
-## Deprecation Notice
-
-
-
- | Deprecation Begins |
- June 1, 2020 |
-
-
- | Removal Date |
- December 1, 2020 |
-
-
-
-Starting with the OpenVINO™ toolkit 2020.2 release, all of the features previously available through nGraph have been merged into the OpenVINO™ toolkit. As a result, all the features previously available through ONNX RT Execution Provider for nGraph have been merged with ONNX RT Execution Provider for OpenVINO™ toolkit.
-
-Therefore, ONNX RT Execution Provider for nGraph will be deprecated starting June 1, 2020 and will be completely removed on December 1, 2020. Users are recommended to migrate to the ONNX RT Execution Provider for OpenVINO™ toolkit as the unified solution for all AI inferencing on Intel® hardware.
-
## 2020.4
### New API
diff --git a/docs/IE_DG/Extensibility_DG/AddingNGraphOps.md b/docs/IE_DG/Extensibility_DG/AddingNGraphOps.md
index 8c181062cb6..7ee227d996a 100644
--- a/docs/IE_DG/Extensibility_DG/AddingNGraphOps.md
+++ b/docs/IE_DG/Extensibility_DG/AddingNGraphOps.md
@@ -69,21 +69,4 @@ When specifying opset names, follow the rules below:
* `opset1` is the name of default operations set.
Operations from the default opset cannot be redefined.
-Use a custom opset to create a new operation or extend functionality of an existing operation from another opset.
-
-## Deprecation Notice
-
-
-
- | Deprecation Begins |
- June 1, 2020 |
-
-
- | Removal Date |
- December 1, 2020 |
-
-
-
-*Starting with the OpenVINO™ toolkit 2020.2 release, all of the features previously available through nGraph have been merged into the OpenVINO™ toolkit. As a result, all the features previously available through ONNX RT Execution Provider for nGraph have been merged with ONNX RT Execution Provider for OpenVINO™ toolkit.*
-
-*Therefore, ONNX RT Execution Provider for nGraph will be deprecated starting June 1, 2020 and will be completely removed on December 1, 2020. Users are recommended to migrate to the ONNX RT Execution Provider for OpenVINO™ toolkit as the unified solution for all AI inferencing on Intel® hardware.*
+Use a custom opset to create a new operation or extend functionality of an existing operation from another opset.
\ No newline at end of file
diff --git a/docs/IE_DG/Graph_debug_capabilities.md b/docs/IE_DG/Graph_debug_capabilities.md
index 856bbeb49eb..ac50445e587 100644
--- a/docs/IE_DG/Graph_debug_capabilities.md
+++ b/docs/IE_DG/Graph_debug_capabilities.md
@@ -45,20 +45,3 @@ network.serialize("test_ir.xml", "test_ir.bin");
```
> **NOTE**: CNNNetwork created from the nGraph function might differ from the original nGraph
> function because the Inference Engine applies some graph transformation.
-
-## Deprecation Notice
-
-
-
- | Deprecation Begins |
- June 1, 2020 |
-
-
- | Removal Date |
- December 1, 2020 |
-
-
-
-*Starting with the OpenVINO™ toolkit 2020.2 release, all of the features previously available through nGraph have been merged into the OpenVINO™ toolkit. As a result, all the features previously available through ONNX RT Execution Provider for nGraph have been merged with ONNX RT Execution Provider for OpenVINO™ toolkit.*
-
-*Therefore, ONNX RT Execution Provider for nGraph will be deprecated starting June 1, 2020 and will be completely removed on December 1, 2020. Users are recommended to migrate to the ONNX RT Execution Provider for OpenVINO™ toolkit as the unified solution for all AI inferencing on Intel® hardware.*
diff --git a/docs/IE_DG/Integrate_with_customer_application_new_API.md b/docs/IE_DG/Integrate_with_customer_application_new_API.md
index 2dee8b04317..55f5a5d30fe 100644
--- a/docs/IE_DG/Integrate_with_customer_application_new_API.md
+++ b/docs/IE_DG/Integrate_with_customer_application_new_API.md
@@ -301,20 +301,3 @@ Redistributable and Intel® C++ Compiler 2017 Redistributable packages are insta
application folder or accessible via `%PATH%` environment variable.
[integration_process]: img/integration_process.png
-
-## Deprecation Notice
-
-
-
- | Deprecation Begins |
- June 1, 2020 |
-
-
- | Removal Date |
- December 1, 2020 |
-
-
-
-*Starting with the OpenVINO™ toolkit 2020.2 release, all of the features previously available through nGraph have been merged into the OpenVINO™ toolkit. As a result, all the features previously available through ONNX RT Execution Provider for nGraph have been merged with ONNX RT Execution Provider for OpenVINO™ toolkit.*
-
-*Therefore, ONNX RT Execution Provider for nGraph will be deprecated starting June 1, 2020 and will be completely removed on December 1, 2020. Users are recommended to migrate to the ONNX RT Execution Provider for OpenVINO™ toolkit as the unified solution for all AI inferencing on Intel® hardware.*
diff --git a/docs/IE_DG/Introduction.md b/docs/IE_DG/Introduction.md
index 27d223c4edc..5f7a415b047 100644
--- a/docs/IE_DG/Introduction.md
+++ b/docs/IE_DG/Introduction.md
@@ -96,23 +96,6 @@ nGraph Function is used as an intermediate representation for a model in the run
The conventional representation for CNNNetwork is still available if requested for backward compatibility when some conventional API methods are used.
Please refer to the [Overview of nGraph Flow](nGraph_Flow.md) describing the details of nGraph integration into the Inference Engine and co-existence with the conventional representation.
-**Deprecation Notice**
-
-
-
- | Deprecation Begins |
- June 1, 2020 |
-
-
- | Removal Date |
- December 1, 2020 |
-
-
-
-*Starting with the OpenVINO™ toolkit 2020.2 release, all of the features previously available through nGraph have been merged into the OpenVINO™ toolkit. As a result, all the features previously available through ONNX RT Execution Provider for nGraph have been merged with ONNX RT Execution Provider for OpenVINO™ toolkit.*
-
-*Therefore, ONNX RT Execution Provider for nGraph will be deprecated starting June 1, 2020 and will be completely removed on December 1, 2020. Users are recommended to migrate to the ONNX RT Execution Provider for OpenVINO™ toolkit as the unified solution for all AI inferencing on Intel® hardware.*
-
## Inference Engine
Inference Engine is a runtime that delivers a unified API to integrate the inference with application logic:
diff --git a/docs/IE_DG/OnnxImporterTutorial.md b/docs/IE_DG/OnnxImporterTutorial.md
index a63b0f9f44c..22a72492921 100644
--- a/docs/IE_DG/OnnxImporterTutorial.md
+++ b/docs/IE_DG/OnnxImporterTutorial.md
@@ -97,22 +97,4 @@ const std::shared_ptr ng_function = ngraph::onnx_import::impor
```
[onnx_header]: https://github.com/NervanaSystems/ngraph/blob/master/src/ngraph/frontend/onnx_import/onnx.hpp
-[onnx_model_zoo]: https://github.com/onnx/models
-
-
-## Deprecation Notice
-
-
-
- | Deprecation Begins |
- June 1, 2020 |
-
-
- | Removal Date |
- December 1, 2020 |
-
-
-
-*Starting with the OpenVINO™ toolkit 2020.2 release, all of the features previously available through nGraph have been merged into the OpenVINO™ toolkit. As a result, all the features previously available through ONNX RT Execution Provider for nGraph have been merged with ONNX RT Execution Provider for OpenVINO™ toolkit.*
-
-*Therefore, ONNX RT Execution Provider for nGraph will be deprecated starting June 1, 2020 and will be completely removed on December 1, 2020. Users are recommended to migrate to the ONNX RT Execution Provider for OpenVINO™ toolkit as the unified solution for all AI inferencing on Intel® hardware.*
\ No newline at end of file
+[onnx_model_zoo]: https://github.com/onnx/models
\ No newline at end of file
diff --git a/docs/IE_DG/ShapeInference.md b/docs/IE_DG/ShapeInference.md
index 58203a3f841..d286cd6e760 100644
--- a/docs/IE_DG/ShapeInference.md
+++ b/docs/IE_DG/ShapeInference.md
@@ -109,21 +109,4 @@ Shape Inference feature is used in [Smart classroom sample](@ref omz_demos_smart
## Extensibility
Inference Engine provides a special mechanism that allows to add the support of shape inference for custom operations.
-This mechanism is described in the [Extensibility documentation](Extensibility_DG/Intro.md)
-
-## Deprecation Notice
-
-
-
- | Deprecation Begins |
- June 1, 2020 |
-
-
- | Removal Date |
- December 1, 2020 |
-
-
-
-*Starting with the OpenVINO™ toolkit 2020.2 release, all of the features previously available through nGraph have been merged into the OpenVINO™ toolkit. As a result, all the features previously available through ONNX RT Execution Provider for nGraph have been merged with ONNX RT Execution Provider for OpenVINO™ toolkit.*
-
-*Therefore, ONNX RT Execution Provider for nGraph will be deprecated starting June 1, 2020 and will be completely removed on December 1, 2020. Users are recommended to migrate to the ONNX RT Execution Provider for OpenVINO™ toolkit as the unified solution for all AI inferencing on Intel® hardware.*
+This mechanism is described in the [Extensibility documentation](Extensibility_DG/Intro.md).
\ No newline at end of file
diff --git a/docs/IE_DG/nGraphTutorial.md b/docs/IE_DG/nGraphTutorial.md
index 41a0a294964..4bda7951588 100644
--- a/docs/IE_DG/nGraphTutorial.md
+++ b/docs/IE_DG/nGraphTutorial.md
@@ -55,23 +55,6 @@ To wrap it into a CNNNetwork, use:
CNNNetwork net (ng_function);
```
-## Deprecation Notice
-
-
-
- | Deprecation Begins |
- June 1, 2020 |
-
-
- | Removal Date |
- December 1, 2020 |
-
-
-
-*Starting with the OpenVINO™ toolkit 2020.2 release, all of the features previously available through nGraph have been merged into the OpenVINO™ toolkit. As a result, all the features previously available through ONNX RT Execution Provider for nGraph have been merged with ONNX RT Execution Provider for OpenVINO™ toolkit.*
-
-*Therefore, ONNX RT Execution Provider for nGraph will be deprecated starting June 1, 2020 and will be completely removed on December 1, 2020. Users are recommended to migrate to the ONNX RT Execution Provider for OpenVINO™ toolkit as the unified solution for all AI inferencing on Intel® hardware.*
-
## See Also
* [Available Operation Sets](../ops/opset.md)
diff --git a/docs/IE_DG/nGraph_Flow.md b/docs/IE_DG/nGraph_Flow.md
index abd4e3db0ee..5cbc9f31795 100644
--- a/docs/IE_DG/nGraph_Flow.md
+++ b/docs/IE_DG/nGraph_Flow.md
@@ -140,20 +140,3 @@ The model is still represented as the nGraph function at this stage, but the ope
4. One-to-one conversion of nGraph representation to the corresponding `CNNNetworkImpl` without changing its semantics.
You can see the result of the conversion by calling the `CNNNetwork::serialize` method, which produces legacy IR semantics, which is not nGraph-based even if it is applied to `CNNNetwork` constructed from the nGraph Function.
It may help in debugging, see [Graph Debug Capabilities](Graph_debug_capabilities.md) to view all options for dumping new and old IR representations.
-
-## Deprecation Notice
-
-
-
- | Deprecation Begins |
- June 1, 2020 |
-
-
- | Removal Date |
- December 1, 2020 |
-
-
-
-*Starting with the OpenVINO™ toolkit 2020.2 release, all of the features previously available through nGraph have been merged into the OpenVINO™ toolkit. As a result, all the features previously available through ONNX RT Execution Provider for nGraph have been merged with ONNX RT Execution Provider for OpenVINO™ toolkit.*
-
-*Therefore, ONNX RT Execution Provider for nGraph will be deprecated starting June 1, 2020 and will be completely removed on December 1, 2020. Users are recommended to migrate to the ONNX RT Execution Provider for OpenVINO™ toolkit as the unified solution for all AI inferencing on Intel® hardware.*
diff --git a/docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md b/docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md
index b2169b0cfba..144e8dfc917 100644
--- a/docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md
+++ b/docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md
@@ -14,23 +14,6 @@ Model Optimizer produces an Intermediate Representation (IR) of the network, whi
## What's New in the Model Optimizer in this Release?
-**Deprecation Notice**
-
-
-
- | Deprecation Begins |
- June 1, 2020 |
-
-
- | Removal Date |
- December 1, 2020 |
-
-
-
-*Starting with the OpenVINO™ toolkit 2020.2 release, all of the features previously available through nGraph have been merged into the OpenVINO™ toolkit. As a result, all the features previously available through ONNX RT Execution Provider for nGraph have been merged with ONNX RT Execution Provider for OpenVINO™ toolkit.*
-
-*Therefore, ONNX RT Execution Provider for nGraph will be deprecated starting June 1, 2020 and will be completely removed on December 1, 2020. Users are recommended to migrate to the ONNX RT Execution Provider for OpenVINO™ toolkit as the unified solution for all AI inferencing on Intel® hardware.*
-
* Common changes:
* Implemented generation of a compressed OpenVINO IR suitable for INT8 inference, which takes up to 4 times less disk space than an expanded one. Use the `--disable_weights_compression` Model Optimizer command-line parameter to get an expanded version.
* Implemented an optimization transformation to replace a sub-graph with the `Erf` operation into the `GeLU` operation.
diff --git a/docs/MO_DG/IR_and_opsets.md b/docs/MO_DG/IR_and_opsets.md
index 0b64c9b932d..ee5a6328221 100644
--- a/docs/MO_DG/IR_and_opsets.md
+++ b/docs/MO_DG/IR_and_opsets.md
@@ -240,22 +240,4 @@ So `opset1` and `opset2` share the same operation `ReLU`.
To differentiate versions of the same operation type, like `ReLU`, the suffix `-N` is used in a versioned name of the operation.
`N` usually refers to the first `opsetN` where this version of the operation is introduced.
-It is not guaranteed that new operations will be named according to that rule, the naming convention might be changed, but not for old operations which are frozen completely.
-
-## Deprecation Notice
-
-
-
- | Deprecation Begins |
- June 1, 2020 |
-
-
- | Removal Date |
- December 1, 2020 |
-
-
-
-*Starting with the OpenVINO™ toolkit 2020.2 release, all of the features previously available through nGraph have been merged into the OpenVINO™ toolkit. As a result, all the features previously available through ONNX RT Execution Provider for nGraph have been merged with ONNX RT Execution Provider for OpenVINO™ toolkit.*
-
-*Therefore, ONNX RT Execution Provider for nGraph will be deprecated starting June 1, 2020 and will be completely removed on December 1, 2020. Users are recommended to migrate to the ONNX RT Execution Provider for OpenVINO™ toolkit as the unified solution for all AI inferencing on Intel® hardware.*
-
+It is not guaranteed that new operations will be named according to that rule, the naming convention might be changed, but not for old operations which are frozen completely.
\ No newline at end of file