Commit Graph

1987 Commits

Author SHA1 Message Date
Piotr Szmelczynski
f90e7b7443
Hard sigmoid ref impl (#3100)
* update HardSigmoid spec

* create HardSigmoid ref impl

* add HardSigmoid to int_executable

* create unit-tests for HardSigmoid

* create onnx_model_hard_sigmoid test

* create onnx prototxt model for hard sigmoid

* add backend/hard_sigmoid to CMakeLists

* Change hard sigmoid prototxt to use attributes

* Change hard_sigmoid onnx model test to have 1 input

* style apply

* Change alpha and beta parameters to be pass by value
2020-11-18 15:52:33 +03:00
Mateusz Bencer
aa622003a8
update tests status (#3186) 2020-11-18 13:32:59 +01:00
Alexander Zhogov
97228dc7f7
Update dependabot.yml 2020-11-18 13:07:34 +03:00
Ilya Lavrenov
5dfb291a56
Added EXCLUDE_FROM_ALL for static versions of plugins (#3174) 2020-11-18 12:24:30 +03:00
Ivan Tikhonov
9ec18eeb9b
Temporaly skip GRU Cell test (#3183) 2020-11-17 21:27:25 +03:00
Mateusz Bencer
393779b227
Fix accuracy problem for YoloV3 (incorrect StridedSlice nop elimination) (#3179) 2020-11-17 18:12:01 +01:00
Andrey Sokolov
2f608d8f7e
[IE][VPU]: Align buffer conditions with the device part (#3168) 2020-11-17 19:40:23 +03:00
Elizaveta Lobanova
ed6113854a
[GNA] Security fixes for 2021.2 (#3167) 2020-11-17 19:26:17 +03:00
Katarzyna Mitrus
6a1eb5a139
ONNX LSTM/GRU/RNN seqence_lens input tests with reverse and bidirectional mode (#3149) 2020-11-17 16:44:03 +01:00
Gleb Kazantaev
fc8df42e7e
Fix NMS5 dynamism issues (#3137)
* Fixed ConvertNMS5ToLegacy conversion pass to resolve dynamism as soon as possible; fixed output precision to avoid troubles during convert_precision pass

* Added NMS5ToLegacy conversion for cldnn plugin

* Fixed NMS3 copy method

* Updated NMS5ToLegacy pass to avoid convert precision issues

* Updated nGraph reader and Functional tests

* Removing odd CF call

* removed xfail for test that is expected to pass

* Fixed Convert operations friendly_name

* Removed NMS5ToLegacy from opset1_to_legacy conversion

* Update NMS5 layer tests

* Update NMS5 DSR tests
2020-11-17 18:34:05 +03:00
Edward Shogulin
c18a456d67
[LPT] implementation were moved from common dir (#3173) 2020-11-17 18:06:50 +03:00
Nikolay Shchegolev
9c6e2cbb65
[CPU] Normalize node. Broadcast weights from 1 to channels. (#3141) 2020-11-17 17:01:44 +03:00
Ilya Lavrenov
8890e94d29
Added SECURITY.md back (#3177) 2020-11-17 16:44:44 +03:00
Kate Generalova
4a09888ef4
[DOC] Update Docker install guide (#3055)
* [DOC] Update Docker install guide

* [DOC] Add proxy for Windows Docker install guide

* [DOC] move up prebuilt images section

* Update installing-openvino-linux.md

* Update installing-openvino-docker-linux.md

* Update installing-openvino-docker-linux.md

Formatting fixes

* Update installing-openvino-docker-linux.md

Fixed formatting issues

* Update installing-openvino-docker-windows.md

Minor fixes

* Update installing-openvino-docker-linux.md

Fixed formatting issues

* [DOC] update text with CPU image, remove proxy for win

* Update installing-openvino-docker-windows.md

Minor fixes

* Update installing-openvino-docker-windows.md

Minor fix

* Update installing-openvino-docker-windows.md

Minor fix

* Update installing-openvino-docker-windows.md

Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com>
2020-11-17 16:43:56 +03:00
Roman Vyunov (Intel)
5bc74aac75
[IE][VPU]: Refactoring of SpecialStageProcessor (#2885)
* SpecialStageProcessor refactoring
* Fix for Yolo-v3-pytorch and related test
2020-11-17 16:30:30 +03:00
iliya mironov
9cb3c2a6be
Fix graph clenup (#3159)
* Fix graph clenup

* Refactoring graph clean up function

* Change wa comment

Co-authored-by: Your Name <you@example.com>
2020-11-17 16:28:27 +03:00
Mikhail Ryzhov
74ff38fedb
Revert "Reduced usage of batch in python samples (#3104)" (#3171)
This reverts commit 23e653858b.
2020-11-17 14:57:40 +03:00
chxd
5de182a4ca
[IE CLDNN] program_impl::replace_all_usages causes invalid memory access. (#138) 2020-11-17 13:45:42 +03:00
Piotr Rozen
15f7ab5e6e
added ubuntu 20.04 support to speech recognition demo (#3145)
updated speech recognition demo resources URLs to AWS
2020-11-17 13:32:14 +03:00
Krzysztof Bruniecki
93e270169c
Print GNA Lib function name when error code obtained (#3129) 2020-11-17 13:16:15 +03:00
Ivan Tikhonov
ea52dd2642
TI and Sequences related transformations: transition from cnn to ngraph versions (#2927)
* sequences to ti transformations, support for seq_lengths input, update reference implemetations, add new tests

* fix python api, update sequences to ti transformation

* transition from cnn to ngraph transformations for cpu, gpu, vpu plugins

* fix convert_ti_to_sequence transformation

* fix naming issue in unroll transformation

* test pure TensorIterator in vpu plugin

* fix sequences to ti transformation

* Update sequences to TI transformation: fix reverse sequence support

* update single layer tests, fix TI reference impl, fix Sequences to TI transformations

* ngraph code style

* fix build

* fix ngraph python api

* resolver review comments, refactoring

* revert vpu changes

* disable/fix tests

* refactoring

* Resolve review remarks

* optimization of LSTMSeq -> LSTMSeq IE: remove unnecessary Transpose ops

* Refactoring of transformation pipeline in cpu and gpu plugins, align GRU/RNN -> GRU/RNN IE with LSTM -> LSTM IE

* update TensorIterator tests, refactoring

* fix typo

* Fix unit tests, delete unnecessary callbacks

* Refactoring: delete commented code

* Add FullyConnected to skipConstInfer list for legacy ConstFolding

* disable legacy cnn unit tests

* delete xfail

* fix for backward compatibility with opset1::LSTMCell

* delete xfail

* fix build, remove Reshape layer from skipConstInfer list
2020-11-17 12:38:22 +03:00
Jan Iwaszkiewicz
cfe143fd33
[nGraph][ONNX] Rename xfails (#3061) 2020-11-17 10:34:33 +01:00
Vitaliy Urusovskij
070fc17087
Extend information to submit to a DB in time_tests (#3018)
* Optimize imports in time_tests conftest.py

* Extend information to submit to a DB in time_tests:
1. Add `--manifest` and `--db_metadata` CLI keys
2. Add `prepare_db_info` fixture

* Move `validate_test_case` fixture to a const schema, remove extra checks

* Add `manifest_metadata` fixture to parse and validate manifest only once

* Add OS utils to submit os info to DB
2020-11-17 12:07:40 +03:00
Maxim Vafin
a991ad926f
Fix ApplyPermutations for the case when more then 1 input with permutes (#3095) 2020-11-17 11:58:01 +03:00
Ilya Lavrenov
5bb0dba335
Removed documents which are ported to OpenVINO WiKi (#3106)
* Removed documents which are ported to OpenVINO WiKi

* More updates

* Removed getting started

* Ported more guides to OpenVINO Wiki
2020-11-17 11:46:05 +03:00
Ilya Lavrenov
9d52520a8c
Connect some ngraph and IE cmake options (#3147) 2020-11-17 11:42:34 +03:00
Roman Vyunov (Intel)
9da175c10c
[IE][TOOLS] Fix for CCT two IR mode (#3084) 2020-11-17 11:41:48 +03:00
Aleksandr Korolev
957a1f6590
[IE][VPU]: Fix condition in HW tiling (#3111)
Co-authored-by: kora6 <kora6@github.com>
2020-11-17 11:36:23 +03:00
Aleksandr Pertovsky
4e510c80c0
[ngraph] Fix compare functions for functional tests (#3161) 2020-11-17 11:32:52 +03:00
Vladimir Paramuzov
c4d39fabeb
[IE CLDNN] Fixed mem leak (#3153) 2020-11-17 11:18:48 +03:00
Mateusz Tabaka
28315cf020
Fix compilation error in gna_wait_test (#3150)
error: converting to ‘std::vector<std::tuple<unsigned int, long int,......
2020-11-17 11:08:01 +03:00
Anton Romanov
a8bdee6359
Show help message when -i or -m is not set (#3144) 2020-11-17 10:50:23 +03:00
Chenhu Wang
be044a7003
[CPU] Interpolate operation improvements (#2366)
* interpolate improvement

* JITTED cubic mode

* fix 'code is too big' when JIT

* extend test to cover tail code path

* transformation of interpolate1 to interpolate4

* add low precision transformation for interpolate4
2020-11-17 10:42:34 +03:00
Mikhail Ryzhov
23e653858b
Reduced usage of batch in python samples (#3104)
* Reduced usage of batch in python sampes

Excluded from hello_classification and object_detection samples
2020-11-17 10:12:33 +03:00
Irina Efode
dc710d6090
[IE TESTS] Move main.cpp to shared lib from plugin functional tests (#3157) 2020-11-17 10:11:17 +03:00
Irina Efode
8d855fb654
[IE TESTS][IE CPU] Add smoke prefix for broadcast SLT (#3158) 2020-11-17 10:10:45 +03:00
Maxim Andronov
a166f95acc
[IE TESTS] Added test for NMS (#2830) 2020-11-17 09:33:19 +03:00
Anton Voronov
6467a9f5b8
[CPU] added MergePermuteAndReorder optimization + added test (#2519) 2020-11-17 09:04:49 +03:00
Mateusz Bencer
98e8aa8128
Protect reading external weights from up-dir (#3098)
* introduced path sanitizing

* added tests, folders structure clean-up

* fixed test

* fixed up-dir path handling

* improved sanitizing for windows

* fix Windows test

* move sanitize impl
2020-11-17 07:16:39 +03:00
Ivan Tikhonov
b45e1a25a5
LSTM/GRU/RNN Sequences : support for seq_lengths input (#2788)
* sequences to ti transformations, support for seq_lengths input, update reference implemetations, add new tests

* fix python api, update sequences to ti transformation

* fix sequences to ti transformation

* Update sequences to TI transformation: fix reverse sequence support

* update single layer tests, fix TI reference impl, fix Sequences to TI transformations

* ngraph code style

* fix build

* fix ngraph python api

* resolver review comments, refactoring

* Resolve review remarks

* delete xfail
2020-11-17 07:04:20 +03:00
Mateusz Bencer
89f06586cf
Specification to ONNX external data feature (#2939)
* Added external weights files doc

* review remarks

* review remarks

* review remarks

Co-authored-by: Michał Karzyński <4430709+postrational@users.noreply.github.com>

* review remarks. part 2

Co-authored-by: Michał Karzyński <4430709+postrational@users.noreply.github.com>

* fixed info about nullptr

* Apply suggestions from code review

Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com>

* review remarks. part 2

Co-authored-by: Michał Karzyński <4430709+postrational@users.noreply.github.com>
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com>
2020-11-17 06:57:57 +03:00
Tomasz Socha
0f539cc71c
Use std::transform instead of vector constructor (#3151) 2020-11-17 06:57:00 +03:00
Irina Efode
e9de4daee7
[IE TESTS] Remove extra dependency from Shared lib (#3006)
* [IE TESTS][IE CMAKE] Add cmake option for configuration to skip tests

* [IE TESTS] Remove extra dependency from IE tests shared lib

* Revert to add flag
2020-11-16 22:29:02 +03:00
Mikhail Ryzhov
3fe371299a
Corrected "-i" argument description (#3142)
* Corrected "-i" argument description

According to their usage in samples
2020-11-16 21:48:06 +03:00
Jedrzej Hajduczenia
a735ecc401
[IE CLDNN] Add asymmetric quantization support to fsv16 imad 1x1 convolution kernel (#2941) 2020-11-16 20:56:19 +03:00
Evgeny Lazarev
0a9d883d78
Fix for Reduce extractors and normalizer (#3136)
* Fixed extractor for ONNX ReduceXXX operations and fixed ReduceAxisNormalizer transformation

* Unit test for ReduceAxisNormalizer transformation
2020-11-16 18:50:13 +03:00
Alexey Ershov
6efcdb0a21
[IE][VPU]: ExpGenerateProposals: added temporary buffer allocation (#3093)
ExpGenerateProposals: temporary buffer allocation moved from firmware to blob
* Added tmpBuffer
* Changed the amount of allocated memory
* firmware update

Co-authored-by: Ivan Poliksenov <ivan.poliksenov@intel.com>
2020-11-16 18:03:19 +03:00
Andrey Sokolov
1fd07663c9
[IE][VPU]: NMS - fix memory allocation bug (#3133) 2020-11-16 17:52:27 +03:00
Mateusz Tabaka
8f82589be0
Update tolerance values for ONNX model tests (#3131) 2020-11-16 15:23:20 +01:00
Anton Romanov
f5528a7d98
small refactor samples setBatchSize (#3053)
* small refactor samples setBatchSize
2020-11-16 17:20:54 +03:00