-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specification to ONNX external data feature #2939
Specification to ONNX external data feature #2939
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@andrew-zaytsev @aalborov @avladimi Please have a look.
Co-authored-by: Michał Karzyński <[email protected]>
Co-authored-by: Michał Karzyński <[email protected]>
docs/IE_DG/ONNX_Support.md
Outdated
Unsupported types of tensors: | ||
**Weights saved in external files:** | ||
|
||
OpenVINO™ supports ONNX models which use weights saved in external files. It is especially useful for models larger than 2GB because of protobuf limitations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OpenVINO™ supports ONNX models which use weights saved in external files. It is especially useful for models larger than 2GB because of protobuf limitations. | |
OpenVINO™ supports ONNX models that use weights saved in external files. It is especially useful for models larger than 2GB because of protobuf limitations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can also say "that store weights in external files"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
docs/IE_DG/ONNX_Support.md
Outdated
**Weights saved in external files:** | ||
|
||
OpenVINO™ supports ONNX models which use weights saved in external files. It is especially useful for models larger than 2GB because of protobuf limitations. | ||
If you want to read such model you should use `ReadNetwork` overload which takes `modelPath` as input parameter (both `std::string` and `std::wstring`). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you want to read such model you should use `ReadNetwork` overload which takes `modelPath` as input parameter (both `std::string` and `std::wstring`). | |
To read such model, use the `ReadNetwork` overload that takes `modelPath` as an input parameter (both `std::string` and `std::wstring`). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"such models" or "such a model"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please address comments from @avladimi
Co-authored-by: Anastasiya Ageeva <[email protected]>
* Added external weights files doc * review remarks * review remarks * review remarks Co-authored-by: Michał Karzyński <[email protected]> * review remarks. part 2 Co-authored-by: Michał Karzyński <[email protected]> * fixed info about nullptr * Apply suggestions from code review Co-authored-by: Anastasiya Ageeva <[email protected]> * review remarks. part 2 Co-authored-by: Michał Karzyński <[email protected]> Co-authored-by: Anastasiya Ageeva <[email protected]>
* Added external weights files doc * review remarks * review remarks * review remarks Co-authored-by: Michał Karzyński <[email protected]> * review remarks. part 2 Co-authored-by: Michał Karzyński <[email protected]> * fixed info about nullptr * Apply suggestions from code review Co-authored-by: Anastasiya Ageeva <[email protected]> * review remarks. part 2 Co-authored-by: Michał Karzyński <[email protected]> Co-authored-by: Anastasiya Ageeva <[email protected]>
No description provided.