NCF_start images (#13823)

This commit is contained in:
Maciej Smyk 2022-12-12 13:07:56 +01:00 committed by GitHub
parent 59ea1c43c4
commit d55b85808e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: