Bonhun Koo
e5ddce54f6
Add an option to store the quantized weights as INT8 on the GNA speech sample ( #11838 )
2022-06-16 09:51:28 +09:00
Helena Kloosterman
7114863cbc
Update date in MO update message ( #11834 )
2022-06-15 16:53:45 +02:00
Krzysztof Czugala
25e002808a
Change pyenchant version to 3.0.0 ( #11735 )
...
* Change pyenchant version to 3.0.0
* Change pyenchant version to 3.0.0
2022-06-14 07:56:33 +02:00
Mateusz Bencer
7335984edd
[MO] Check only source layout if both changing layout and reverse input channel is applied ( #11779 )
2022-06-06 17:46:07 +02:00
Luo Cheng
bb3868d8cd
[CPU] OneDNN 2.6 migration ( #11627 )
...
* Migrate on OneDNN 2.7
* [CPU] Enabled brconv implementation
* Post ops optimizations
* [CPU] Enabled I8 precision on activations for Convolution node
* [CPU][WA] Disabled Deconvolution + post ops fusing optimization
* Fixed FQ post op optimization
* [CPU] Optimize post ops processing
* [WA] Add node name if tensor names are empty
* [WA] remove layout compatibility chheck that leads to the fase-positive exceptions
* [CPU] Optimize processing for FQ + Sum + FQ post ops pattern
* [CPU][WA] Enabled ReduceSum -> AvgPool transformation due to perf issues
* fix compiler error
* rebase onednn master
* cherry pick from 2.7 to 2.6
* [WA] make cpu case to run completed
* fix xmm zero check
* reopen 'FuseDeconvolutionAndSimpleOperation' Transform to fix CPU 'ConvolutionBackpropDataLayerTest' fail issue
* [WR] Removed failed the ReduceMean tests caused by 21f3555 .
* group deconv may crash on memory out of bound
* [WA] Remove the moc fail case by #af4731a1
* testcase conv maxpool will check brgconv instead of jit
* test subgraph added nhwc format check
* fix gemm bf16 win crash
* fix avx2 groupconv accuracy problem
* [WA] remove invalid FQ tests
* WR to disable the LPT multiplyToGroupConv test because the transformation was disabled in d5e16f
* add gemm int8 binary postops to fix GroupConvolutionQDqTransformation fail
* add gemm int8 binary postops to fix GroupConvolutionQDqTransformation fail
* fix gemm bf16 fail
* Fix ConcatConvSumInPlaceTest
* Add cpuDebugFuncTests target
* [WA] bf16 crash due to MemoryInput/Output
* OVClassBasicTest case typo
* testcase subgraph sets default ENFORCE_BF16 to NO
* fix clang check
* Fix primType check issue
* Fix cpplint error
* MemoryInput/Output support bf16; Enforce bf16 'NO' should enable snipptes
* disable BF16 fusing fakequant testcase
* testcase init support amx check
* testcase for conv brgconv avx512/amx
* testcase for conv brgconv avx512/amx
* WR enforce reorder bug and add NSPC into deconv supported list.
* Compiling issue fix.
* [WA] skip fakequantize fusing in bf16
* mix legacy/new binary postops
* make nightly case run. tested on amx/avx512/avx2.
* [CPU] Add BF16 AMX test for Matmul
* Add CPU dump check tool
* Add verbose log
* Generate exec graph in cpu dump check tool
* fix binary prelu post Ops
* fix cpplint
* Update ONEDNN version to fix AVX2 bug.
* cpu dump check supports compare dump files
* Add a new CPU_DEBUG_CAPS: OV_CPU_SUMMARY_PERF
* change VERBOSE_LOG to DEBUG_LOG
* fix oneDNN register_jit_code log
* fix cpplint
* Add OV_CPU_DEBUG_LOG controls debug logs to show
* Revert reorder WR.
* Enhanced CPU debug logs and breakpoint support
* Enhanced cpu_dump_check with --ports
* Fix DEBUG_LOG compile issue
* GroupDeconvolutionLayerCPUTest extend to add amx test cases
* Add Node into DBUEG_LOG
* cpu_dump_check: Dump results even no port is specified
* FIx MergeTransposeAndReorder for blocked input
* Fix cpu_dump_check result names
* Enhance DEBUG_LOG on edges
* Cpu dump check support shape mismatch
* Fix bi-directionl inplace
* Cpu dump check support inference_precion_hing f32.
* fix windows dump fail.
* fix depthwise nwc conv
* add rtol arg
* win debugbreak
* fix pooling accuracy
* GroupDeconvolutionLayerCPUTest remove invalid test param for nspc
* recover ov onednn fork
* revert af4731a1f1 '[WA] remove layout compatibility chheck'
* [WA] disable avx2 conv3d fusing case
* [WA] disable avx2 conv3d fusing case
* [WA] Disabled weights md transpose in FC to prevent perf degradations
Co-authored-by: dmitrygo <dmitry.gorokhov@intel.com>
Co-authored-by: Vladislav Golubev <vladislav.golubev@intel.com>
Co-authored-by: Zhang Yi3 <yi3.zhang@intel.com>
Co-authored-by: liubo-intel <bo4.liu@intel.com>
Co-authored-by: Luwei Zhou <luwei.zhou@intel.com>
Co-authored-by: Li, Tingqian <tingqian.li@intel.com>
Co-authored-by: xuchen-intel <chen.xu@intel.com>
Co-authored-by: ceciliapeng2011 <cecilia.peng@intel.com>
2022-06-06 18:30:32 +08:00
Przemyslaw Wysocki
1db4446e2a
[MO] Extend MO for NonMaximumSupression-9 ( #11576 )
2022-06-02 18:18:14 +02:00
Katarzyna Mitrus
fb09555b6d
[Eye-9] Extend MO with Eye-9 op ( #11555 )
2022-06-02 11:29:55 +02:00
Artur Kulikowski
93021121e3
Fix cutting the graph ( #11574 )
...
* Revert "[MO args][ONNX FE]fix cutting graph with input, output or both (#9698 )"
This reverts commit 2b03d5fe66 .
* Fix cutting the graph when inputs/outputs are passed to the MO
* Check that port exists
* Simplification of getting node port
* Reducing amount of nesting inside searching of node by operation name
* Refactoring
- remove mutable default arg
- changes in code style
- change variables name
* Check that user input data type is dictionary
Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
2022-05-30 10:04:24 +02:00
Katarzyna Mitrus
8a975c886a
[MO] Support for TF GRUBlockCell ( #11732 )
...
* Add GRUBlockCell front extractor
* Add GRUBlockCell Op to mo ops
* Add TF GRUBlockCell mo layer tests
* Add GRUBlockCellToGRUCell Replacement init
* Update GRUBlockCellToGRUCell Replacement with gate order adjustment
* Update GRUBlockCellToGRUCell Replacement with weights transpose
* GRUBlockCellToGRUCell Replacment refactor
* Set tests eps to avoid sporadic failures
* Style
2022-05-27 11:47:42 +02:00
Jan Iwaszkiewicz
320531def0
[MO] SoftSign operator extractors ( #11726 )
2022-05-25 11:44:26 +02:00
Mateusz Tabaka
3a202c2775
Don't install networkx with version 2.8.1 ( #11718 )
...
With new networkx release (2.8.1) some of MO tests started to fail
with following error:
```
def __setstate__(self, state):
self._graph = G = state["_graph"]
self._adjdict = G._pred if hasattr(G, "pred") else G._adj
AttributeError: 'Graph' object has no attribute '_adj'
```
Seems like regression that was introduced in
f50fc70b8c
2022-05-24 14:07:36 +02:00
Mateusz Bencer
a859024d76
MO support of RDFT and IRDFT ( #11690 )
2022-05-21 13:14:23 +02:00
guozhong wang
870455675c
add cumulative_throughput for python ( #11195 )
2022-05-06 12:43:41 +08:00
Ilya Lavrenov
4ad20fb53f
Use system dependencies ( #11419 )
...
* Try to improve gflags
* Try to improve gflags: part 2
* Tried to use dependencies on system
* Use nlohmann_jsonConfig from system
* Enabled nlohmann_json from system
* Improvements
* handle system gflags in developer package
* Simplifications
* Simplify dependency management
* Corrected package names
* Fixed subgraphsDumper configure stage
* Try to fix rhel8
* Try to fix macosx
* Fixed VPUX build
* Fixed aliasing issues
* Suppress some wanrings
* export gflags when build it
* Fixed some LTO
* Try to fix Mac
* revert
* use gflags as private dependency
* Aligned targets in developer package
* Fixed frontends tests build on U20 with LTO
* PAssed
* Don't use pkg_search_module(zlib ..) during cross-compilation
* Removed unused variables
* Fixed finding of zlib during cross-compilation
2022-04-05 04:47:22 +03:00
Vladislav Volkov
d654071b51
CPU Plugin refactoring: Transition from Intel MKL-DNN to oneDNN ( #11023 )
2022-04-05 01:10:53 +03:00
Yegor Kruglov
74638251e8
[MO] Support TensorFlow FusedBatchNorm with channel_first data_format ( #11084 )
...
* layout fix in FusedBatchNorm decomposition
* added tests
2022-04-05 00:13:58 +03:00
Anton Chetverikov
c1dc71ce28
[MO] Fix IndexError inside ScatterNDUpdate shape inference function ( #11220 )
...
* Restore inputs order in IR Reader
* Add WA to numpy ndarrays IndexError
* Add comments to code
* Add unit test
2022-04-04 23:59:24 +03:00
Roman Kazantsev
9dee25fa79
[MO] Support TensorFlow Grouped Conv2DBackpropInput ( #11420 )
...
* [MO] Support TensorFlow Grouped Conv2DBackpropInput
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Correct computation of group number for ConvBackpropInput operation
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Fix get_conv_backprop_groups function
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Add unit-tests for Deconvolution shape inference
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
2022-04-04 12:30:31 +03:00
Roman Kazantsev
1a288c2e99
Enable MO unit-tests but bom tests ( #11399 )
...
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
2022-04-02 10:58:23 +03:00
Andrey Zaytsev
cad355a03e
Docs labels adjustment ( #11227 ) ( #11294 )
...
* Adjusted documentation labels
* Renamed images
* fix doc tests
Co-authored-by: CCR\ntyukaev <nikolay.tyukaev@intel.com>
# Conflicts:
# docs/IE_PLUGIN_DG/ExecutableNetwork.md
2022-04-01 15:06:55 +03:00
Pavel Esir
16a5962698
[MO] pad fusing fix ( #10453 )
...
* pad fusing fix
* added unit-tests for pad fusing fix
* fixed port reconnecting
* Update tools/mo/openvino/tools/mo/middle/passes/fusing/mark_unfused_nodes.py
Co-authored-by: Evgenya Stepyreva <evgenya.stepyreva@intel.com>
Co-authored-by: Evgenya Stepyreva <evgenya.stepyreva@intel.com>
2022-03-31 14:07:07 +03:00
Alexander Kozlov
4b4bd7399c
Fixed conflicts ( #11332 )
2022-03-30 16:10:03 +03:00
Anton Chetverikov
5d719cbc7b
[MO] Remove `_output_shape` nodes attribute while loading TF meta graph ( #11078 )
...
* Remove _output_shape attribute while loading meta_graph
* Update tools/mo/openvino/tools/mo/front/tf/loader.py
Simplify code
Co-authored-by: Evgenya Stepyreva <evgenya.stepyreva@intel.com>
* Add comment about the problem
Co-authored-by: Evgenya Stepyreva <evgenya.stepyreva@intel.com>
2022-03-29 21:27:00 +03:00
Ilya Lavrenov
fb99fd1d2f
Try to remove MO install rules ( #11208 )
...
Co-authored-by: Alexander Zhogov <alexander.zhogov@intel.com>
2022-03-29 19:24:30 +03:00
Ilya Lavrenov
19d0e5ba52
CMAKE: IE_VERSION => OpenVINO_VERSION ( #11242 )
...
* IE_VERSION => OpenVINO_VERSION
* Reverted installation of python unconditionally
2022-03-28 19:32:21 +03:00
Nikita Malinin
5e3e8d6084
[POT] Update POT with the ResultRenaming flag ( #10989 )
...
* Update POT with the ResultRenaming flag
* Update flag
* Update gold
2022-03-25 13:22:20 +03:00
Anastasia Popova
45a21bf902
Fixed setting of input name for case of multiple outputs from Parameter. ( #11019 )
...
* Fixed setting of input name for case of multiple outputs from Parameter.
* Small correction.
2022-03-25 12:11:07 +03:00
Ilya Lavrenov
a883dc0b85
DOCS: ported changes from 2022.1 release branch ( #11206 )
...
* Extensibility guide with FE extensions and remove OV_FRAMEWORK_MAP from docs
* Rework of Extensibility Intro, adopted examples to missing OPENVINO_FRAMEWORK_MAP
* Removed OPENVINO_FRAMEWORK_MAP reference
* Frontend extension detailed documentation
* Fixed distributed snippets
* Fixed snippet inclusion in FE extension document and chapter headers
* Fixed wrong name in a snippet reference
* Fixed test for template extension due to changed number of loaded extensions
* Update docs/Extensibility_UG/frontend_extensions.md
Co-authored-by: Ivan Tikhonov <ivan.tikhonov@intel.com>
* Minor fixes in extension snippets
* Small grammar fix
Co-authored-by: Ivan Tikhonov <ivan.tikhonov@intel.com>
Co-authored-by: Ivan Tikhonov <ivan.tikhonov@intel.com>
* DOCS: transition banner (#10973 )
* transition banner
* minor fix
* update transition banner
* updates
* update custom.js
* updates
* updates
* Documentation fixes (#11044 )
* Benchmark app usage
* Fixed link to the devices
* More fixes
* Update docs/OV_Runtime_UG/multi_device.md
Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com>
* Removed several hardcoded links
Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com>
* Updated documentation for compile_tool (#11049 )
* Added deployment guide (#11060 )
* Added deployment guide
* Added local distribution
* Updates
* Fixed more indentations
* Removed obsolete code snippets (#11061 )
* Removed obsolete code snippets
* NCC style
* Fixed NCC for BA
* Add a troubleshooting issue for PRC installation (#11074 )
* updates
* adding gna to linux
* add missing reference
* update
* Update docs/install_guides/installing-model-dev-tools.md
Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com>
* Update docs/install_guides/installing-model-dev-tools.md
Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com>
* Update docs/install_guides/installing-model-dev-tools.md
Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com>
* Update docs/install_guides/installing-model-dev-tools.md
Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com>
* Update docs/install_guides/installing-model-dev-tools.md
Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com>
* update
* minor updates
* add gna item to yum and apt
* add gna to get started page
* update reference formatting
* merge commit
* add a troubleshooting issue
* update
* update
* fix CVS-71846
Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com>
* DOCS: fixed hardcoded links (#11100 )
* Fixes
* Use links
* applying reviewers comments to the Opt Guide (#11093 )
* applying reviewrs comments
* fixed refs, more structuring (bold, bullets, etc)
* refactoring tput/latency sections
* next iteration (mostly latency), also brushed the auto-batching and other sections
* updates sync/async images
* common opts brushed
* WIP tput redesigned
* minor brushing of common and auto-batching
* Tput fully refactored
* fixed doc name in the link
* moved int8 perf counters to the right section
* fixed links
* fixed broken quotes
* fixed more links
* add ref to the internals to the TOC
* Added a note on the batch size
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com>
* [80085] New images for docs (#11114 )
* change doc structure
* fix manager tools
* fix manager tools 3 step
* fix manager tools 3 step
* new img
* new img for OV Runtime
* fix steps
* steps
* fix intendents
* change list
* fix space
* fix space
* code snippets fix
* change display
* Benchmarks 2022 1 (#11130 )
* Minor fixes
* Updates for 2022.1
* Edits according to the review
* Edits according to review comments
* Edits according to review comments
* Edits according to review comments
* Fixed table
* Edits according to review comments
* Removed config for Intel® Core™ i7-11850HE
* Removed forward-tacotron-duration-prediction-241 graph
* Added resnet-18-pytorch
* Add info about Docker images in Deployment guide (#11136 )
* Renamed user guides (#11137 )
* fix screenshot (#11140 )
* More conservative recommendations on dynamic shapes usage in docs (#11161 )
* More conservative recommendations about using dynamic shapes
* Duplicated statement from C++ part to Python part of reshape doc (no semantical changes)
* Update ShapeInference.md (#11168 )
* Benchmarks 2022 1 updates (#11180 )
* Updated graphs
* Quick fix for TODO in Dynamic Shapes article
* Anchor link fixes
* Fixed DM config (#11199 )
* DOCS: doxy sphinxtabs (#11027 )
* initial implementation of doxy sphinxtabs
* fixes
* fixes
* fixes
* fixes
* fixes
* WA for ignored visibility attribute
* Fixes
Co-authored-by: Sergey Lyalin <sergey.lyalin@intel.com>
Co-authored-by: Ivan Tikhonov <ivan.tikhonov@intel.com>
Co-authored-by: Nikolay Tyukaev <nikolay.tyukaev@intel.com>
Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com>
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
Co-authored-by: Maxim Shevtsov <maxim.y.shevtsov@intel.com>
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com>
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
Co-authored-by: Ilya Naumov <ilya.naumov@intel.com>
Co-authored-by: Evgenya Stepyreva <evgenya.stepyreva@intel.com>
2022-03-24 22:27:29 +03:00
Nikita Malinin
b50079143f
Update IRReader with the ResultRenaming flag ( #10988 )
2022-03-23 13:16:40 +03:00
Alexey Lebedev
3de9189d50
[core][python] ov::serialize ( #10945 )
...
* add ov::serialize
* create python binding
* update python tools
* use ov::serialize in benchmark app
* remove serialize from python offline_transformations
* fix import
* revert pot
* update docs
* apply review comments
* add const
* make bin path optional
* Add docs
* add compare test
2022-03-23 11:44:00 +03:00
Nikita Malinin
eb74afe417
Fix FBC missed spaces ( #11091 )
2022-03-23 11:17:42 +03:00
Liubov Talamanova
99f0093615
[POT] Fixed bug with out port for nodes with multiple outputs ( #10932 )
...
* Fixed bug with out port
* Add test
* Fix test
* Change test model
2022-03-23 11:17:06 +03:00
Alexander Sesorov
fb7249d496
[bandit] Add nosec for subprocess ( #10941 )
2022-03-22 12:56:54 +03:00
Sergey Lyubimtsev
dacdf67c2c
Update Benchmark guides ( #11076 ) ( #11085 )
...
* - Update Benchmark Tool usage message
- Remove not existed paths
- Fix examples
* remove reference on FPGA
(cherry picked from commit 3caa77eb30 )
# Conflicts:
# samples/cpp/benchmark_app/README.md
2022-03-21 19:31:17 +03:00
Liubov Talamanova
bdc89b1571
Moved quantization templates to openvino/tools/pot ( #10814 )
2022-03-21 14:17:55 +03:00
Alexey Lebedev
332d27ca82
Replace enforcebf16 and qb by infer_precision ( #11007 )
2022-03-21 13:36:00 +03:00
Maxim Vafin
c8f4f9b7db
[MO] Fix swish value infer ( #10802 )
2022-03-18 14:56:37 +03:00
Anton Romanov
73994d7c70
Fixed coverity in benchmark app ( #11013 )
2022-03-17 18:26:59 +03:00
Indira Salyahova
3a8fd7135e
[POT] Method сhange to get bias shape in bc and fbc algoritms ( #10463 )
...
* refactoring: get bias shape in bc and fbc algoritms
* use scipy to take most frequent shape
* pylint
* update reference
* pylint
* Update test_sanity.py
* update test_sanity.py
* Update test_sanity.py
2022-03-17 16:46:28 +03:00
Artyom Anokhov
2b4ee3d937
Fix Deployment Manager configs for MacOS and Win-HDDL target (master) ( #11000 )
...
* DM configs: Updated path for MacOS. Removed MovidiusDriver for HDDL target for Windows
* DM config MacOS: Updated name for libov_runtime
2022-03-17 12:45:07 +03:00
Vladislav Volkov
ed8c9d6f9a
CPU Plugin refactoring: class names ( #10639 )
2022-03-16 17:16:29 +03:00
Nikita Malinin
e103af056e
[POT] References & golds update ( #10937 )
...
* Update references
* Update golds & add stats dumping
* Statistics_data upd
* Enable densenet in nightly
* Pylint fixes
* Update try-except WA
* Update simplified gold
2022-03-15 16:55:48 +03:00
Roman Kazantsev
6ec8e53183
Update Model Optimizer User Guide ( #10759 )
...
* Remove install prerequisites steps, order FWs, and move pre-processing details
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Update Introduction: examples of MO CLIs, references to parameters description pages
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Update Setting Input Shape section
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Update Optimizing Preprocessing Computation page
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Revert location of Additional_Optimizations.md
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Describe layout and FP16 support in MO
* Fix docs issue
* Apply feedback
* Apply review feedback
* Clean-up Resources
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Mention FP16 compression in MO Introduction
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Apply the first portion of feedback
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Apply the second portion of feedback
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Apply review feedback
* Apply review feedback
* Apply the third portion of feedback
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Apply suggestions from code review
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Apply feedback for FP16 compression documentation
* Apply review for FP16 page
* Apply suggestions from code review
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update docs/MO_DG/prepare_model/Additional_Optimizations.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Apply feedback
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Apply feedback
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Apply feedback
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Address feedback about tutorials, input_shape option
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Rework Setting Input Shapes section
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Update "See also" list
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Correct conversion documents for each FW
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Refactor TensorFlow converting document and expand Embedding Preprocessing document
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Fix a link to POT
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Apply suggestions from code review
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
Co-authored-by: Sergey Lyalin <sergey.lyalin@intel.com>
2022-03-14 13:08:58 +03:00
Sergey Lyubimtsev
dd076264eb
add pre-release description for wheels packages (2) ( #10813 )
...
* add pre-release description for wheels packages
* refactoring
* lines
* Revert "lines"
This reverts commit 01a74dc168 .
* linters
* linters
* nighly revision of docs URL
2022-03-11 11:09:17 +03:00
Nikita Malinin
4746d0881b
[POT] Update BC with the Parameter nodes connection ( #10848 )
...
* Update BC with the Parameter nodes connection
* Update test_sanity with octave
2022-03-10 10:28:47 +03:00
Tatiana Savina
d7372d678c
[DOCS] fixes for nightly ( #10842 )
...
* fixes for nightly
* modify xfile
* change launcher ref
2022-03-10 09:10:54 +03:00
Ilya Churaev
702f8cf223
Fixed duplicated words ( #10827 )
2022-03-09 08:06:12 +00:00
Tatiana Savina
de47a3b4a4
POT documentation updates ( #10578 )
...
* POT changes
* change install
* change img size
* remove cli option
2022-03-06 09:14:39 +03:00
Nikita Malinin
41818a377f
[POT] Update IEEngine with the Dynamic model support ( #10717 )
...
* Update IEEngine with the Dynamic models support
* Update with the batch
* Method naming fix
* Update image_loader & tests with dynamic models
* Update test_sanity.py
* Replace custom_mo_config from the model
2022-03-05 15:49:21 +03:00
Andrey Zaytsev
0f8c599ce7
Re-structure Model Optimizer User Guide and Clean-up ( #10801 )
...
* Modified the workflow diagram
* Moved supported topology lists to separate topics
* Additional changes
* Removed Supported Topologies list and Deprecated pages
* Created the Model Conversion Tutorials section for instructions for specific models
* Topic names alignment, removed Default_Model_Optimizer_Optimizations.md
* Additional structural changes
* Fixed links
* heading fixes
2022-03-05 12:31:15 +03:00