NCF_start images (#14505)

This commit is contained in:
Sebastian Golebiewski
2022-12-12 13:07:39 +01:00
committed by GitHub
parent 05d8648854
commit 2d0f8b4f27
3 changed files with 3316 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1a570510808fb2997ee0d51af6f92c5a4a8f8a59dbd275000489f856e89124d5
size 120211

3315
docs/MO_DG/img/NCF_start.svg Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 316 KiB

View File

@@ -25,7 +25,7 @@ where `rating/BiasAdd` is an output node.
3. Convert the model to the OpenVINO format. If you look at your frozen model, you can see that
it has one input that is split into four `ResourceGather` layers. (Click image to zoom in.)
![NCF model beginning](../../../img/NCF_start.png)
![NCF model beginning](../../../img/NCF_start.svg)
However, as the Model Optimizer does not support such data feeding, you should skip it. Cut
the edges incoming in `ResourceGather` port 1: