Mateusz Mikolajczyk
7a2ac27f09
[Spec][Opset13] BitwiseAnd-13, BitwiseNot-13, BitwiseOr-13, BitwiseXor-13 specifications ( #19798 )
...
* [Spec] BitwiseNot-13 specification
* Improvements
* add other specifications
* Doc improvements
* Fix typos
* add opset13
* Fix typo
* add opset13
* Fix
* Improve example?
* Fix step formatting
* Apply suggestions from code review
Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com >
* Add suggested changes
* Fix missing the
---------
Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com >
2023-09-22 13:14:46 +02:00
Maciej Smyk
fb41324141
Update weight_compression.md ( #20000 )
2023-09-22 13:06:27 +02:00
Maciej Smyk
f790a3b4f2
[DOCS] Python 3.7 support removal from docs for master ( #19670 )
...
* Python update
* update
* fix
* m suffix removal
2023-09-21 15:54:10 +02:00
Katarzyna Mitrus
7204b0b78d
[Spec][Opset13] NMSRotated-13 specification ( #19574 )
...
* Init rotated non max suppresion spec
* Add opset13 docs
* Apply minor refactor from review
* Update boxes definition
* Update example format from cpp to xml
* Add version in op list
* Add clockwise attr to the example
* Align indent
* Remove redundant input from example
* Add steps of iou_rotated
* Add default values for attributes
* Drop box encoding attribute
* Rephrase nput description
* Applay grammatical suggestions
2023-09-21 09:22:22 +02:00
Ilya Lavrenov
604aed1384
Updated Windows build docs ( #17631 )
2023-09-20 12:24:40 +04:00
Zhang Yi
7fe195a459
[Doc]Update cmake option for MLAS ( #19963 )
...
* [Doc]Update cmake option for MLAS
* Update docs/dev/cmake_options_for_custom_compilation.md
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com >
---------
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com >
2023-09-20 10:35:22 +04:00
Karol Blaszczak
933d9c1c0a
[DOCS] OVC docs adjustments ( #19918 ) ( #19924 )
...
authored-by: Tatiana Savina <tatiana.savina@intel.com >
2023-09-19 08:56:45 +02:00
Karol Blaszczak
dbab89f047
[DOCS] minor post release tweaks ( #19914 )
2023-09-18 16:24:26 +02:00
Karol Blaszczak
49df8fa45e
[DOCS] updated archives for 2023.1 port master ( #19896 ) ( #19902 )
...
port: https://github.com/openvinotoolkit/openvino/pull/19896
2023-09-18 10:22:54 +00:00
Maciej Smyk
0edd62b96a
[DOCS] Notebooks iframe update for 23.1
2023-09-15 15:58:37 +02:00
Maciej Smyk
bcb469ab19
19680 & 19849 ( #19879 )
2023-09-15 14:55:32 +02:00
Anastasia Kuporosova
68ba8873a2
[Docs] Update python snippets with new properties imports ( #19872 )
2023-09-15 16:19:44 +04:00
Karol Blaszczak
2ec80439d7
[DOCS] benchmark update 23.1 ( #19683 )
2023-09-15 11:50:21 +02:00
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