Karol Blaszczak
545779f99f
[DOCS] troubleshooting article
2023-09-15 08:07:53 +02:00
Maciej Smyk
b3bfcfc399
[DOCS] Notebooks Tutorials Page Update for master ( #19852 )
2023-09-14 17:52:24 +02:00
Karol Blaszczak
7445a9c77b
[DOCS] release adjustments pass 3 - conversion port to master ( #19846 )
...
authored-by: Tatiana Savina <tatiana.savina@intel.com >
2023-09-14 16:13:21 +02:00
Ilya Lavrenov
35a0706dff
Replaced several cmake utilities with new ov_ prefix ( #19819 )
...
* Replaced several cmake utilities with new ov_ prefix
* Replaced several cmake utilities with new ov_ prefix
2023-09-14 16:22:50 +04:00
Maciej Smyk
d6ef6e253c
[DOCS] Notebooks update for master ( #19822 )
...
* notebooks-update
* notebooks-update
* fix
* Update 121-convert-to-openvino-with-output.rst
* Update 121-convert-to-openvino-with-output.rst
* fix
* table of content fix
* fix
* fix
* fix
* fix
* Update tutorials.md
* fix
* fix
* Update 115-async-api-with-output.rst
* Update 227-whisper-subtitles-generation-with-output.rst
2023-09-14 14:21:12 +02:00
Edward Shogulin
16adb01810
[LPT] SpaceToBatch & BatchToSpace implementation ( #19660 )
...
* [LPT] SpaceToBatch & BatchToSpace implementation
* Update docs/IE_PLUGIN_DG/plugin_transformation_pipeline/low_precision_transformations/pipeline/step3_main.md
* comments: fixes & refactoring
* rebase fix
* Update docs/IE_PLUGIN_DG/plugin_transformation_pipeline/low_precision_transformations/pipeline/step3_main.md
* rebase fix
---------
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
2023-09-14 08:16:04 +01:00
Anastasia Kuporosova
2bf8d910f6
[Docs][PyOV] update python snippets ( #19367 )
...
* [Docs][PyOV] update python snippets
* first snippet
* Fix samples debug
* Fix linter
* part1
* Fix speech sample
* update model state snippet
* add serialize
* add temp dir
* CPU snippets update (#134 )
* snippets CPU 1/6
* snippets CPU 2/6
* snippets CPU 3/6
* snippets CPU 4/6
* snippets CPU 5/6
* snippets CPU 6/6
* make module TODO: REMEMBER ABOUT EXPORTING PYTONPATH ON CIs ETC
* Add static model creation in snippets for CPU
* export_comp_model done
* leftovers
* apply comments
* apply comments -- properties
* small fixes
* rempve debug info
* return IENetwork instead of Function
* apply comments
* revert precision change in common snippets
* update opset
* [PyOV] Edit docs for the rest of plugins (#136 )
* modify main.py
* GNA snippets
* GPU snippets
* AUTO snippets
* MULTI snippets
* HETERO snippets
* Added properties
* update gna
* more samples
* Update docs/OV_Runtime_UG/model_state_intro.md
* Update docs/OV_Runtime_UG/model_state_intro.md
* attempt1 fix ci
* new approach to test
* temporary remove some files from run
* revert cmake changes
* fix ci
* fix snippet
* fix py_exclusive snippet
* fix preprocessing snippet
* clean-up main
* remove numpy installation in gha
* check for GPU
* add logger
* iexclude main
* main update
* temp
* Temp2
* Temp2
* temp
* Revert temp
* add property execution devices
* hide output from samples
---------
Co-authored-by: p-wysocki <przemyslaw.wysocki@intel.com >
Co-authored-by: Jan Iwaszkiewicz <jan.iwaszkiewicz@intel.com >
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
2023-09-13 21:05:24 +02:00
Ivan Tikhonov
d0213301a5
Transformations: API 2.0 transition part 3 for LPT transformations ( #19610 )
...
* lpt transformations: transition to api 2.0, ngraph -> openvino
* use ov namespace for lpt transformations
* fix low_precision usings
* includes refactoring
* delete RecurrentGraphRewrite and RecurrentMatcher as unused classes
* use ov header for itt; delete the disabled test
* delete the unused function
* suppress doxygen warning
* fix link in the documentation
2023-09-13 12:30:31 +00:00
Karol Blaszczak
7445f5bea6
[DOCS] release adjustments pass 2 ( #19805 )
...
port: https://github.com/openvinotoolkit/openvino/pull/19796
2023-09-13 13:47:20 +02:00
bstankix
4061b960f4
[DOCS] Add units to benchmark graphs ( #19799 )
2023-09-13 09:39:18 +00:00
Karol Blaszczak
dcbfbf8411
[DOCS] legacy adjustments pass 1 ( #19787 )
2023-09-13 11:20:25 +02:00
Sergey Lyalin
adf7a24ec0
[DOCS] OVC/convert_model Documentation ( #19555 )
...
* Added OVC and ov.convert_model() description.
* Minor corrections.
* Small correction.
* Include page to toctree.
* WIP: Model Preparation
* Forked OVC/ov.convert_model documentation sub-directory; reworked model_introduction.md
* Reverted ovc-related changes in old MO_DG documentation
* State explicitly that MO is considered legacy API
* Reduced ovc description in model preparation part; added TF Hub exampe (via file)
* Grammar check; removed obsolexte parts not relevant to ovc; better wording
* Removed a duplicate of mo-to-ovc transition
* Fixed links and some other errors found in documentation build
* Resolved XYZ placeholder to the transition guide
* Fixed technical issues with links
* Up-to-date link to PTQ chapter (instead of obsolete POT)
* Fixed strong text ending
* Update docs/OV_Converter_UG/prepare_model/convert_model/MO_OVC_transition.md
Co-authored-by: Anastasiia Pnevskaia <anastasiia.pnevskaia@intel.com >
* Update docs/OV_Converter_UG/prepare_model/convert_model/MO_OVC_transition.md
Co-authored-by: Anastasiia Pnevskaia <anastasiia.pnevskaia@intel.com >
* Update docs/OV_Converter_UG/prepare_model/convert_model/MO_OVC_transition.md
Co-authored-by: Anastasiia Pnevskaia <anastasiia.pnevskaia@intel.com >
* Renamed Legacy conversion guides
* Fixed links and styles for inlined code
* Fixed style for code references
* Fixing technical syntax errors in docs
* Another attempt to fix docs
* Removed all unreferenced images
* Better content for Additional Resources in model preporation introduction
* MO to OVC transition guide. (#127 )
* Examples code correction.
* Change format of example.
* Conflict fix.
* Remove wrong change.
* Added input_shapes example.
* batch example.
* Examples format changed.
* List item removed.
* Remove list for all examples.
* Corrected batch example.
* Transform example.
* Text corrections.
* Text correction.
* Example correction.
* Small correction.
* Small correction.
* Small correction.
* Small correction.
* Text corrections.
* Links corrected.
* Text corrections (#128 )
* Text corrections.
* Example corrected.
* Update docs/install_guides/pypi-openvino-dev.md
Co-authored-by: Sergey Lyalin <sergey.lyalin@intel.com >
---------
Co-authored-by: Sergey Lyalin <sergey.lyalin@intel.com >
* Many technical fixes, description of recursive flattening of list and tuples
* Reorganized structure of Model Conversion toc tree. Removed fp16 dedicated page, merged to Conversion Parameters.
* Update docs/OV_Converter_UG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com >
* Update docs/Documentation/model_introduction.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Fixed example from tf hub. Removed input_shape references
* Update docs/Documentation/model_introduction.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
* Update docs/Documentation/model_introduction.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
* Update docs/Documentation/model_introduction.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
* Removed
* Update docs/OV_Converter_UG/prepare_model/convert_model/Convert_Model_From_ONNX.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
* Update docs/OV_Converter_UG/prepare_model/convert_model/Convert_Model_From_ONNX.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
* Update docs/OV_Converter_UG/prepare_model/convert_model/Convert_Model_From_ONNX.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
* Update docs/OV_Converter_UG/prepare_model/convert_model/Convert_Model_From_ONNX.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
* Fixed links
* Removed TODO for model flow
* Apply suggestions from code review
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
* Restored lost code-blocks that leaded to wrong rendering of the code snippets in some places
* Apply suggestions from code review
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
* Update docs/Documentation/model_introduction.md
* Fixed links to notebooks
* Apply suggestions from code review
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
---------
Co-authored-by: Anastasiia Pnevskaia <anastasiia.pnevskaia@intel.com >
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com >
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
2023-09-12 14:31:54 +04:00
Bartlomiej Bielawa
2320329a51
[DOCS] Modify dropdowns css
2023-09-11 17:07:28 +02:00
Maciej Smyk
e614b8f69a
[DOCS] Update of model_conversion_diagram.svg for master ( #19737 )
...
* Update model_conversion_diagram.svg
* Update model_conversion_diagram.svg
* Update model_conversion_diagram.svg
2023-09-11 18:49:31 +04:00
Sebastian Golebiewski
3d872f14e4
[DOCS] Remove index file from notebooks ( #19619 )
2023-09-11 10:56:08 +00:00
Karol Blaszczak
da79964bd3
[DOCS] banner what's new text ( #19730 )
2023-09-11 12:15:47 +02:00
Maciej Smyk
86c3184e2f
Update installing-openvino-pip.md ( #19726 )
2023-09-11 11:02:26 +02:00
Karol Blaszczak
932ba63744
[DOCS] feature transition section ( #19506 )
...
* [DOCS] legacy features section
* pass 2 of extensions
* Apply suggestions from code review
---------
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
2023-09-09 20:30:51 +02:00
Alexander Suvorov
815ce1c595
Add selector tool 2023.1
2023-09-08 21:22:16 +02:00
bstankix
8f73cb19b1
[DOCS] Integrate coveo search engine ( #19703 )
2023-09-08 14:07:27 +00:00
Bartlomiej Bielawa
7b59190521
[DOCS] Move menu arrows to the left side ( #19677 )
2023-09-08 14:01:10 +00:00
Maciej Smyk
79ac4a5763
img-fix ( #19699 )
2023-09-08 15:16:03 +02:00
Maciej Smyk
d9805a8871
[DOCS] ShapeOf-3 & Supported Model Formats fix for master ( #19694 )
...
* fix
* Update supported_model_formats.md
2023-09-08 13:33:38 +02:00
Artyom Anokhov
f9560518e3
[DOC] Add hints for debug build ( #19675 )
...
* Added HINTS for generating PDB files and debugging
* Fixed upper case
* Keep hint only for Windows OS
* build_raspbian.md: Added empty line
2023-09-07 16:39:02 +02:00
Karol Blaszczak
c123843d0d
[DOCS] installation guide restructuring 23.1 master ( #19241 )
2023-09-06 17:46:55 +02:00
Maciej Smyk
4598da7a55
[DOCS][PT FE] Update pytorch conversion docs for master
2023-09-06 08:15:35 +02:00
Maciej Smyk
8f6b30a8f9
link fix ( #19624 )
2023-09-05 14:59:06 +00:00
Alexander Suvorov
53414832eb
add 2023.0.2 selector tool ( #19598 )
2023-09-05 09:51:04 +02:00
Maciej Smyk
3677dda457
[DOCS] 23.0 to 23.1 link update for master ( #19584 )
...
* 2023.1 link fix
* 2023.1 link fix
* 2023.1 link fix
* 2023.1 link fix
* 2023.1 link fix
2023-09-04 15:40:02 +02:00
Sebastian Golebiewski
2d760ba1bf
Adding Quantizing with Accuracy Control using NNCF notebook ( #19585 )
2023-09-04 14:57:35 +02:00
Maciej Smyk
511f06f9ba
[DOCS] Fix for Install from Docker Image for master ( #19505 )
...
* Update installing-openvino-docker-linux.md
* Update installing-openvino-docker-linux.md
* Update installing-openvino-docker-linux.md
2023-09-04 11:35:07 +02:00
bstankix
9297bc5128
[DOCS] Extend sphinx_sitemap to add custom metadata ( #19579 )
2023-09-04 08:37:30 +00:00
Karol Blaszczak
a84eee9127
[DOCS] pytorch usage adjustment - model formats master ( #19558 )
2023-09-04 08:41:32 +02:00
Maciej Smyk
3daf4cb3b5
[DOCS] Torch.compile() documentation for master ( #19447 )
...
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
2023-09-04 08:39:50 +02:00
Karol Blaszczak
9715ccd992
[DOCS] adjustment to supported devices
...
adjustments will continue in following PRs
2023-09-01 10:46:04 +02:00
Sebastian Golebiewski
1cf3fe96af
[DOCS] Improve NNCF workflow images ( #19040 )
...
* Update DEVELOPMENT_FLOW_V3_crunch.svg
* Update DEVELOPMENT_FLOW_V3_crunch.svg
* update
* Update DEVELOPMENT_FLOW_V3_crunch.svg
* Update DEVELOPMENT_FLOW_V3_crunch.svg
* Update DEVELOPMENT_FLOW_V3_crunch.svg
* Update docs/optimization_guide/model_optimization_guide.md
2023-08-31 14:00:31 +02:00
Katarzyna Mitrus
9c61e0c4dd
[Docs] Remove IR version and nGraph name from the Opset doc ( #19503 )
...
* Remove IR version and nGraph name from the Opset12 doc
* Propagate the changes to each opsetX.md file
2023-08-30 11:51:01 +00:00
Sebastian Golebiewski
8aec490128
add-253 ( #19500 )
2023-08-30 13:46:27 +02:00
Sebastian Golebiewski
87f6e34a56
[DOCS] Improving code snippets for quantization ( #19479 )
...
* improve-snippets
* Apply suggestions from code review
Co-authored-by: Alexander Suslov <alexander.suslov@intel.com >
* Update docs/optimization_guide/nncf/ptq/code/ptq_tensorflow.py
Co-authored-by: Alexander Suslov <alexander.suslov@intel.com >
* update-path
* Update docs/optimization_guide/nncf/ptq/code/ptq_torch.py
---------
Co-authored-by: Alexander Suslov <alexander.suslov@intel.com >
2023-08-30 11:52:36 +02:00
Maciej Smyk
e6f09ac197
[DOCS] Docker Guide Update for master ( #19410 )
...
* docker-update
* id fix
* Update installing-openvino-docker-linux.md
* Update installing-openvino-docker-linux.md
* Update installing-openvino-docker-linux.md
2023-08-29 08:45:14 +02:00
Sebastian Golebiewski
f306007e59
update-notebooks ( #19450 )
...
Add notebook 252-fastcomposer-image-generation. Fix indentation, admonitions, broken links and images.
2023-08-28 14:23:23 +02:00
Karol Blaszczak
06003f18d5
[DOCS] speech sample deprecation ( #19228 )
2023-08-25 12:26:44 +02:00
Sofya Balandina
b607c00c95
[conformance] Enable local cache using in SubgraphsDumper tool ( #18850 )
...
* [conformance] Fix same name for models
* add model name
* Update hash wwith input_info and graph_priority
* Fix double cache
* Read meta from file
* temp to check
* Move loop with caches and add attr to rename
* [conformance] Enable local cache using in SubgraphsDumper tool
2023-08-24 17:05:37 +02:00
Sebastian Golebiewski
22fe12fe9b
[DOCS] Updating MO documentation ( #18757 )
...
* restructure-mo-docs
* apply-commits-18214
Applying commits from:
https://github.com/openvinotoolkit/openvino/pull/18214
* update
* Apply suggestions from code review
Co-authored-by: Anastasiia Pnevskaia <anastasiia.pnevskaia@intel.com >
* Apply suggestions from code review
* Update model_introduction.md
* Update docs/resources/tensorflow_frontend.md
* Create MO_Python_API.md
* Apply suggestions from code review
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com >
* revert
* Update Cutting_Model.md
* serialize
* serialize-in-image
* Update Deep_Learning_Model_Optimizer_DevGuide.md
* Apply suggestions from code review
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com >
* Update model_conversion_diagram.svg
---------
Co-authored-by: Anastasiia Pnevskaia <anastasiia.pnevskaia@intel.com >
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com >
2023-08-23 18:53:27 +02:00
Sebastian Golebiewski
6d3726024d
[DOCS] Updating Supported Model Formats article ( #18495 )
...
* supported_model_formats
* add-method
* apply-commits-18214
Applying commits from:
https://github.com/openvinotoolkit/openvino/pull/18214
* Update docs/MO_DG/prepare_model/convert_model/supported_model_formats.md
* Update docs/MO_DG/prepare_model/convert_model/supported_model_formats.md
* Update docs/MO_DG/prepare_model/convert_model/supported_model_formats.md
* Update docs/MO_DG/prepare_model/convert_model/supported_model_formats.md
* Update docs/MO_DG/prepare_model/convert_model/supported_model_formats.md
* Update supported_model_formats.md
* Update docs/MO_DG/prepare_model/convert_model/supported_model_formats.md
* Update docs/MO_DG/prepare_model/convert_model/supported_model_formats.md
* review-suggestions
* Update supported_model_formats.md
2023-08-23 18:26:07 +02:00
Karol Blaszczak
6eee51a6ef
[DOCS] including NPU documents ( #19340 )
2023-08-22 17:17:37 +02:00
Sebastian Golebiewski
6cd70af7c2
update-notebooks ( #19337 )
2023-08-22 15:37:37 +02:00
Sebastian Golebiewski
4703196f5c
link-to-frontend ( #19178 )
2023-08-22 11:21:56 +02:00
Sebastian Golebiewski
20bf7aec13
[DOCS] Update tutorials for master ( #19307 )
...
* update-160823
* fixes
* fix-toc-headings
* fix-headings
* fix
* fix-headings
* fix
* fix-headings
* fixes
* Update 220-cross-lingual-books-alignment-with-output.rst
* fixes
* fix
* fix-toc-headings
* fix-headings
* fix toc
* fix toc
* fix toc
* add-missing-301-nncf
* Update 301-tensorflow-training-openvino-nncf-with-output.rst
* fix toc
* fixes
2023-08-21 16:47:14 +02:00
Karol Blaszczak
601cfadabf
Update prerelease_information.md ( #19282 )
2023-08-18 20:00:54 +02:00