Commit Graph

12673 Commits

Author SHA1 Message Date
Przemyslaw Wysocki
e34c5a09c6
[PyOV] Add an __init__.py alignment check in CMake (#19882)
* Add init check

* Apply CR
2023-09-19 00:36:13 +04:00
Roman Kazantsev
6556d07c32
[TF FE][Tests] Fix sporadic failure in CTCLoss test (#19920) 2023-09-18 20:25:44 +00:00
Ilya Lavrenov
c7850276dd
Check only build requirements for Python API (#19919) 2023-09-19 00:11:05 +04:00
Ilya Lavrenov
54609e7b72
Removed FixRtInfo pass (#16870)
* Removed FixRtInfo pass

* Removed FixRtInfo pass

* Fixed macOS compilation
2023-09-19 00:07:59 +04:00
Mikhail Ryzhov
10dc2d8b9b
[GHA] Improvement of test execution time cache (#19881)
* renamed cache

* disabled PR cache

* corrected save condition

* removed id

* fixed path in save cache action

* corrected if condition
2023-09-18 19:29:01 +04:00
Maxim Vafin
c10b45fe9e
[PT FE] Fix issue with http error when using torch.hub (#19901)
* [PT FE] Fix issue with http error when using torch.hub

* Mark failing models as xfail

* Remove incorrect model names
2023-09-18 17:04:39 +02:00
Karol Blaszczak
dbab89f047
[DOCS] minor post release tweaks (#19914) 2023-09-18 16:24:26 +02:00
Artyom Anokhov
6df420ed67
[Azure] Fix linux_debian.yml (#19911)
* Update linux_debian.yml

Fixed apt-get update

* More fixes

---------

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-09-18 17:36:55 +04:00
Roman Kazantsev
d90ceb93d1
[TF Hub][TF FE] Fix 5D case for FusedBatchNorm (#19904)
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-09-18 12:51:33 +00:00
Roman Kazantsev
df19699e3a
[TF Hub API][TF FE] Support TF Keras Model OOB without example_input (#19892)
* [TF Hub] Cover TF Hub use cases with adoption to OpenVINO

This is necessarily to demonstrate support of models programmed with TF Hub API
through OV notebooks.

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* Preserve original keras input and output tensor names

* Add tests with TF Hub API models

* No KerasLayer handling

* Handle specific signature

---------

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-09-18 12:18:05 +00:00
Maxim Vafin
a4cbac3dee
[PT FE] Add tests for detectron2 models (#19888)
* [PT FE] Add tests for detectron2 models

* Fix names of tests

* Apply suggestions from code review

Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Create secondary requirements file

---------

Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
2023-09-18 13:40:40 +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
Ilya Lavrenov
253ca8c746
Fixed GPU plugin static build with oneDNN (#19811)
* Fixed GPU plugin static build with oneDNN

* Fixed issue with absolute paths inside installed OpenVINOConfig.cmake

* Fixed absolute paths in installed OpenVINOConfig.cmake

* Changed components for installation
2023-09-18 13:58:20 +04:00
mei, yang
e9aaf9aa1b
[CPU] Fix Interpolate impl bug and add related test case (#19783) 2023-09-18 12:39:11 +04:00
Przemyslaw Wysocki
09aece638d
Fix typo in Good First Issue template (#19898)
* Add gfi

* Minor change

* Fix linter

* fix typo

* Fix typo'
2023-09-18 11:53:45 +04:00
dependabot[bot]
b7dcae3ab6
Bump actions/checkout from 3 to 4 (#19893)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 10:42:07 +04:00
dependabot[bot]
5fd16dc92e
Bump SimenB/github-actions-cpu-cores from 1 to 2 (#19894)
Bumps [SimenB/github-actions-cpu-cores](https://github.com/simenb/github-actions-cpu-cores) from 1 to 2.
- [Release notes](https://github.com/simenb/github-actions-cpu-cores/releases)
- [Commits](https://github.com/simenb/github-actions-cpu-cores/compare/v1...v2)

---
updated-dependencies:
- dependency-name: SimenB/github-actions-cpu-cores
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 10:41:41 +04:00
yanlan song
b8942b6dd6
Ensure so is there for lifecycle (#19510)
* ensure so is there for lifecycle

Signed-off-by: fishbell <bell.song@intel.com>

* batch plugin + batch not triggered case

Signed-off-by: fishbell <bell.song@intel.com>

* clang

Signed-off-by: fishbell <bell.song@intel.com>

* fix settensor failure

Signed-off-by: fishbell <bell.song@intel.com>

* fix model info mismatch when load with 1.0 API with ppp info

Signed-off-by: fishbell <bell.song@intel.com>

* remove unncessary ppp code

Signed-off-by: fishbell <bell.song@intel.com>

* Update src/plugins/auto_batch/src/compiled_model.cpp

Co-authored-by: Ilya Churaev <ilyachur@gmail.com>

* enable the meta holder cases

Signed-off-by: fishbell <bell.song@intel.com>

---------

Signed-off-by: fishbell <bell.song@intel.com>
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
2023-09-18 14:13:38 +08:00
Ilya Lavrenov
0b8237f508
Removed testdata repo usage (#19890) 2023-09-18 06:59:56 +04:00
Przemyslaw Wysocki
11016a9357
Add Good First Issue template (#19871)
* Add gfi

* Minor change

* Fix linter

* fix typo
2023-09-16 23:29:46 +04:00
Przemyslaw Wysocki
0247f4a9ab
Clean up issue templates (#19874)
* Cleanup

* minor changes

* performance.yml
2023-09-16 23:29:33 +04: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
Andrey Kashchikhin
2cd1308104
[CI] [GHA] Introduce GHA Windows Conditional Compilation Pipeline (#19343)
* introduce win cc pipeline

* disable some triggers

* do not install unnecessary dependencies

* clone models

* rm triggers

---------

Co-authored-by: Mikhail Ryzhov <mikhail.ryzhov@intel.com>
2023-09-15 16:25:32 +04:00
Andrey Kashchikhin
e090e37f6f
[CI] [GHA] Introduce GHA Linux Conditional Compilation Pipeline (#19341)
* introduce linux cc

* disable some triggers

* check dirs

* use another model

* return model

* rm triggers

---------

Co-authored-by: Mikhail Ryzhov <mikhail.ryzhov@intel.com>
2023-09-15 16:24:44 +04: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
dependabot[bot]
5b6043069d
Bump codecov/codecov-action from 3 to 4 (#19863)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-15 08:49:24 +00:00
Evgenya Nugmanova
2205f48c71
Squeeze w/o axes [1, -1] -> dyn_rank (#19593)
Removes PDPD logic from core code, keeps PDPD specifics in the translator
2023-09-15 12:27:12 +04:00
Anastasia Kuporosova
d62348337f
[PyOV] Import properties from openvino (#19815) 2023-09-15 10:17:44 +02:00
Ilya Lavrenov
619c4bfce1
Enable tests for Conan ARM build (#19860) 2023-09-15 10:19:34 +04:00
Zhang Yi
ceab8059d1
[CPU]apply sdl requirement (#19438) 2023-09-15 10:17:45 +04:00
Karol Blaszczak
545779f99f
[DOCS] troubleshooting article 2023-09-15 08:07:53 +02:00
Ilya Lavrenov
db395155b3
Removed warnings suppressions for extra modukes (#16479) 2023-09-15 02:53:32 +00:00
Ilya Lavrenov
ba67db66ae
Properly enable CMAKE_COMPILE_WARNING_AS_ERROR (#19828)
* Properly enable CMAKE_COMPILE_WARNING_AS_ERROR_DEFAULT

* Properly enable CMAKE_COMPILE_WARNING_AS_ERROR
2023-09-15 01:20:00 +04:00
Anastasiia Pnevskaia
18f29c02d2
Fixed scalar creating in tf.Graph decoder (#19735)
* Fixed scalar logic in tf.Graph decoder.

* Passed memory sharing flag to all Tensor constructors.

* Small correction.

* Test correction.
2023-09-14 23:36:22 +04:00
Egor Duplenskii
73d8843da8
[CPU] Correct ConvertFqRnnToQuantizeRnn transformation (#19850)
by ensuring convert is placed after u8/i8 output
2023-09-14 18:04:58 +00:00
Maciej Smyk
b3bfcfc399
[DOCS] Notebooks Tutorials Page Update for master (#19852) 2023-09-14 17:52:24 +02:00
Irina Efode
c979ece791
[CONFORMANCE][IE TESTS] Remove w/a with using Convert (#19748) 2023-09-14 17:01:17 +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
Vitaliy Urusovskij
53fef5f558
Fix incorrect use of ASSERT (#19838) 2023-09-14 13:34:14 +00: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
Przemyslaw Wysocki
b1b3343ffc
[PyOV] Bump scipy to a secure version and bump OMZ (#19458)
* Bump omz and scipy

* Separate versions per python version

* Change scipy in pot
2023-09-14 13:41:27 +02:00
Ilya Churaev
fa667156cb
Check HolderTests under the proxy (#19785)
* Skip only virtual device tests

* Fixed proxy life time

* Fixed compiled model get property

* Fixed code style

* Try to fix LTO
2023-09-14 15:11:26 +04:00
Maxim Vafin
1a950f9e8d
[PT FE] Torchvision NMS can accept negative scores (#19826) 2023-09-14 11:07:24 +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
Ilya Churaev
4df4ea9b31
Move ngraph function to new api (#19728)
* Moved ngraphFunctions to new API

* Fixed code style

* Fixed build function

* Fixed cpu unit tests

* Fixed code style

* Fixed transformation tests

* Fixed code style

* Fixed build

* Fixed LP tests

* Fixed build all for macOS

* Fixed more issues

* Fixed some func tests

* Try to fix CPU tests

* Revert incorrect change

* Try to fix tests

* Fixed merge conflicts

* Remove redundant headers

* Update src/tests/ngraph_helpers/ngraph_functions/src/non_max_suppression.cpp

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>

---------

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-09-14 10:57:23 +04:00
Roman Lyamin
5ba60f845e
[GPU] Added zero input support for Pad (#19720) 2023-09-14 09:59:53 +04:00
Przemyslaw Wysocki
66dd347d38
remove upper bound (#19802) 2023-09-14 07:53:00 +02:00