Ivan Tikhonov
e89c7ed8e5
Describe MakeStateful transformation in MO help ( #10536 )
...
* Update --transform help for MakeStateful transformation
* add quotes
2022-02-21 09:55:26 +03:00
Xuejun Zhai
ea3bd087c4
[CVS-78727][python version] bug fix for -d AUTO:CPU,GPU the return device should be AUTO only ( #10506 )
...
Signed-off-by: xuejun <xuejun.zhai@intel.com >
2022-02-21 03:21:52 +00:00
Nikita Malinin
a312dd4a9f
[POT] IEEngine output data order ( #10527 )
...
* IEEngine fix for multiply-output nets
* Update docstrings and docs
* Codestyle changes
* Update docs
* Update docstring
* Pylint
2022-02-20 09:44:04 +03:00
Alexander Kozlov
5c7be85435
[POT] Documentation update ( #10068 )
...
* Updated main README
* Added saturation fix desciption
* Changed Low-precision model representation document
* Added Simplified mode desciption. Updated DefaultQuantization, AccuracyAware, API descriptions.
* Added Data-free model description. Adjusted other Readmes accordingly
* Revised Configuration file description
* Revised AA method description
* Changed Quantization readme
* Cross-links in quantization methods
* Fixed reference
* Fixed the structure
* Removed data-free
* Update tools/pot/docs/CLI.md
Co-authored-by: Nikita Malinin <nikita.malinin@intel.com >
* Update tools/pot/openvino/tools/pot/api/README.md
Co-authored-by: Nikita Malinin <nikita.malinin@intel.com >
* Applied comments
* Fixed comments
* Applied more comment
* Applied comments
* Fixed build errors
* Fixed build errors
* Small changes
* Fixed a typo
Co-authored-by: Nikita Malinin <nikita.malinin@intel.com >
2022-02-20 09:43:14 +03:00
Alexey Lebedev
661002689f
latency mode is default for sync ( #10521 )
2022-02-19 05:58:51 +03:00
Pavel Esir
fb6359586d
fix ConvertGroupedStridedSlice.py for XLNet ( #10496 )
2022-02-18 22:40:28 +03:00
Svetlana Dolinina
d2177cf177
remove old protobuf eggs ( #10473 )
2022-02-18 18:12:23 +03:00
Ilya Churaev
a18c8076cc
Removed obsolete documentation ( #10504 )
...
* Removed obsolete documentation
* Fixed documentation
* Additional fix
2022-02-18 13:02:55 +03:00
Roman Kazantsev
20266dd0c3
[MO] Upgrade TensorFlow version dependency due to SNYK hits ( #10487 )
...
* [MO] Upgrade TensorFlow version dependency due to SNYK hits
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com >
* Still use 2.5.0 TensorFlow for Python 3.6 and older
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com >
2022-02-18 12:29:58 +03:00
Xuejun Zhai
9b36daf23b
Modify for CVS-69023(python version): hint configuration ( #10312 )
...
Signed-off-by: xuejun <xuejun.zhai@intel.com >
2022-02-18 09:40:27 +08:00
Nikita Malinin
a090abbc92
Update remove_converts pass with shape inference ( #10474 )
2022-02-17 18:17:07 +03:00
Anton Chetverikov
e444715c8d
[MO] Restore inputs order in IR Reader ( #10403 )
...
* Restore inputs order in IR Reader
* Add saving of outputs order
2022-02-17 13:07:34 +03:00
Liubov Talamanova
be6a3c34f1
[POT] Throw exception for IRv10 ( #10345 )
...
* [POT] Throw exception for IRv10
* Update reference models
* Updated AC framework name from dldt to openvino
2022-02-17 10:54:08 +03:00
Nikita Malinin
c8ce93290e
[POT] Sync mode only for gna_sample ( #10355 )
...
* Sync mode only for gna_sample
* Disable test
2022-02-16 11:00:13 +03:00
Pavel Esir
121d59aa80
[MO] move importlib-metadata into setup.py ( #10319 )
...
* handle 'and' marker in requirements
* Revert "handle 'and' marker in requirements"
This reverts commit 952bb949ca .
* moved importlib-metadata from requirements.txt into setup.py
2022-02-15 15:01:27 +03:00
Indira Salyahova
f1557c06de
[POT] Fix inference sample in fbc when get list prediction ( #10159 )
...
* fix: inference sample in fbc when get list prediction
* update reference metrics
2022-02-15 14:42:40 +03:00
Anastasia Kazantaeva
ccc38d22a8
Upgrade MO message for 2022.1 ( #10315 )
2022-02-15 13:10:45 +03:00
Bartek Szmelczynski
2b03d5fe66
[MO args][ONNX FE]fix cutting graph with input, output or both ( #9698 )
...
* fix cutting graph with input, output or both
* fix collisions
* add regex
* revert changes to regex, fix decond_name_with_port function
* fix collisions
* optimize try_get_node function
* swap bool with enum
* revert accidental import
* optimize the code
* Update tools/mo/unit_tests/mo/moc_frontend/moc_extractor_test_actual.py
Co-authored-by: Mikhail Nosov <mikhail.nosov@intel.com >
* Update tools/mo/unit_tests/mo/moc_frontend/moc_extractor_test_actual.py
Co-authored-by: Mikhail Nosov <mikhail.nosov@intel.com >
* Update tools/mo/unit_tests/mo/moc_frontend/moc_extractor_test_actual.py
Co-authored-by: Mikhail Nosov <mikhail.nosov@intel.com >
* Update tools/mo/unit_tests/mo/moc_frontend/moc_extractor_test_actual.py
Co-authored-by: Mikhail Nosov <mikhail.nosov@intel.com >
* Update tools/mo/unit_tests/mo/moc_frontend/moc_extractor_test_actual.py
Co-authored-by: Mikhail Nosov <mikhail.nosov@intel.com >
* remove redundant check
* fix wrong nodes returns
* fix decode_with_port_name implementation, add comments
* reduce code duplicates
* remove redundant imports
Co-authored-by: Mikhail Nosov <mikhail.nosov@intel.com >
2022-02-15 10:55:40 +03:00
Alexey Lebedev
e85c473d59
[tools] fix bin processing in benchmark app ( #10366 )
...
* fix bin reading
* Remove unsupported type
2022-02-15 10:34:14 +03:00
Indira Salyahova
acf6185bf3
Update load image in sample ( #10223 )
2022-02-15 10:18:27 +03:00
Anton Chetverikov
84ee38d89e
[MO] Move redundant checks in ScatterUpdate operation shape infer ( #10306 )
...
* Add extender for ScatterUpdate operation
* Remove scatterupdate extender
* Remove redundant checks in Scatter shape inference function
* Move checks to ScatterElementsUpdate operations
* mava checks to appropriate place
2022-02-15 04:55:38 +03:00
Alexey Lebedev
d3712a148b
[tools] cross check tool with api 2.0 ( #10058 )
...
* save work
* save work
* save work
* basic changes with api 2.0
* Support input file mapping and bin files
* Some impovements
* remove mapping support
* Add -ref_layers parameter
* Fix error handler
* Update Readme and remove old parameters
* Fix readme
* remove info about precision
* rename layer to op
* rename blob to tensor
* remove info about shape
* remove unused imports
2022-02-14 20:25:31 +03:00
Pavel Esir
d1477b8569
fixed setting 'out_ports_count' in ir_reader ( #10265 )
2022-02-14 16:01:22 +03:00
Daniil Lyakhov
56be1a5438
Change User Transformations applying order in MO ( #10241 )
...
* Fix user transformation order in mo
* Move user transformation behind FP16 compression
* Move user transformation call before fp16 compression
2022-02-14 15:06:09 +03:00
Anastasia Popova
ac2e639ff8
Added telemetry to modules names list. ( #10295 )
2022-02-13 10:28:17 +03:00
Indira Salyahova
ea00eae922
[POT] Fix for measuring input shape when inference model with batch greater 1 in FBC ( #10063 )
...
* fix: diffrent batch shape in prediction and target in ac
* add calculate metric in engine True
* resolve conflicts
2022-02-12 19:12:58 +03:00
Nikita Malinin
8e43987cd7
[POT] Update IEEngine for SW API support ( #10304 )
...
* Update IEEngine for SW API support
* Change Engine for GNA sample
* Change stacks into reshape
2022-02-12 18:57:35 +03:00
Indira Salyahova
976a20cedf
[POT] Update input pattern ( #10220 )
...
* Update special_patterns.py
* Update IgnoredPatterns.md
2022-02-12 18:56:41 +03:00
Pavel Esir
653ed4a34c
[MO] use revision hashes to compare IE & MO versions ( #10230 )
...
* fixed version comparison: for comparsion extracted hashes are used
* shortened 7 -> 11 to match the current version fromat from nightly
* corrected regex, added comparing by minimal hash len
2022-02-12 00:13:48 +03:00
Liubov Talamanova
4d61600077
[POT] Fix cascade model names ( #10112 )
2022-02-11 15:54:41 +03:00
Nikita Malinin
d758a21d6e
Update gna_sample with API 2.0 features ( #10236 )
2022-02-11 13:23:02 +03:00
Alexey Lebedev
31501a7992
Fix random ( #10240 )
2022-02-11 13:06:07 +03:00
Tomasz Dołbniak
c186449735
Do not process null nodes in JSON analysis ( #10269 )
2022-02-11 08:42:25 +01:00
Anton Chetverikov
50dffb80bb
Add missed DeformableConvolution to back transformations ( #10255 )
2022-02-10 17:20:11 +03:00
Anton Chetverikov
9af8d9339c
[MO] Avoid maskedconstant to array conversion ( #10233 )
...
* Avoid maskedconstant to array conversion
* remove redundant input
* Add link to github issue
2022-02-10 16:24:05 +03:00
Alexey Lebedev
d484411f39
[tools] Fix image_info detection in benchmark app ( #10192 )
...
* Fix image_info detection
* exception instead warning in case input data is not compatible with input
2022-02-10 14:32:56 +03:00
Tomasz Dołbniak
aedd902cd8
Use double quotes in JSON analysis ( #10237 )
2022-02-09 20:41:49 +03:00
Pavel Esir
654b025a26
[MO] set explicitly argument dtype to int for np.split ( #9988 )
...
* forced split argument dtype to int
* added unit-test
* fixed typo in split_test.py
* set explicitly np.int64 instead of np.int
* use split_length's dtype
2022-02-09 12:16:33 +03:00
Anton Chetverikov
25ca17e789
[MO IR Reader] Update *Sequence backend_attrs ( #10041 )
...
* Update LSTMSequence backend_attrs
* Add missed attribute clip
* Update backend_attrs for all *sequence operations
* Add extender for GRUSequence
* Add GRUSequence to custom ops list
* use has_and_set instead if direct acces to attributes
2022-02-09 12:13:23 +03:00
Maxim Vafin
52374a4b8b
Write runtime version and how IR was genarated (legacy path or not) ( #10196 )
2022-02-09 11:41:49 +03:00
Sergey Lyubimtsev
acf8cacfbc
requirements markers clean up ( #10179 )
...
* requirements markers clean up
* formatting & comments
* typos
2022-02-09 10:18:24 +03:00
Sergey Shlyapnikov
8f0e974ee6
[GPU] Add new properties and fix bechmark_app ( #10149 )
2022-02-09 09:18:54 +03:00
Maxim Vafin
1970baeb1c
Apply RIC for dynamic dimension in legacy MO ( #10130 )
...
* Apply RIC for dynamic dimension in legacy MO and fail if RIC wasn't applied to any input
* Fix moc tests
2022-02-08 22:17:19 +03:00
Nikita Malinin
0c855ee8b2
[POT] Renaming NXModel ( #10168 )
...
* NXModel -> CompressedModel renaming
* Update references & remove Dicts
* Pylint fixes
2022-02-08 14:07:12 +03:00
Indira Salyahova
f17c26506f
Update utils.py ( #10186 )
2022-02-08 13:51:29 +03:00
Alexey Lebedev
24c4ccc621
[PYTHON API] add __hash__ for Type ( #10059 )
...
* define hash operator for type
* Fix code style
2022-02-08 13:28:25 +03:00
Anton Chetverikov
f9eaaa9ff6
[MO] Sqrt operation implementation ( #9950 )
...
* Add sqrt extender
* Update check to not use default infer in infer was set before
* Update comment
* Fix comment
* Remove Sqrt extender
* Remove unnecessary changes
* Add MO implementation of SQRT operation
2022-02-08 11:41:13 +03:00
Yegor Kruglov
9d3028a9f7
[MO] Pip installation message for not satisfied dependencies ( #9952 )
...
* changed message for not satisfied package
* changed warning message
2022-02-07 22:19:02 +03:00
Yegor Kruglov
bde1d5edb0
added condition for optional outputs ( #10097 )
2022-02-07 18:24:28 +03:00
Pavel Esir
3d6e90b8f9
concat['override_output_shape'] = True in StridedSliceNormalizer.py ( #10045 )
2022-02-07 13:24:56 +03:00