Surya Siddharth Pemmaraju
e14d1b2a07
Torchscript backend ( #17132 )
...
* Added torch script backend
* Added ts_backend to pytorch layer tests
* Added use_ts_backend fixture to the test suite to activate the
torchscript backend
* Fixed failing test_dict layer test
* Added USE_TS_BACKEND as an env variable
* Removed use_ts_backend fixture
* Added more tests for ts backend
* Added more information in the comments about usage
* Removed convolution3d test from precommit_ts_backend
* Added some torchscript backend tests to ci
* Removed tests from CI as torch.compile doesn't support 3.11 currently
* Fixed linter issues
* Addressed PR comments and linter issues
2023-05-17 14:58:38 +02:00
Maxim Vafin
db58355fad
Remove posibility to export to onnx ( #17442 )
...
* Remove posibility to export to onnx
* Add OOB pytorch convert_model test
2023-05-17 13:39:35 +02:00
Anastasia Kuporosova
75fa11c80f
[PyOV] Remove deprecated ( #17512 )
...
* [PyOV] Remove deprecated
* remove deprecated api
* remove tests
* update pot
2023-05-16 21:48:39 +02:00
Ruslan Nugmanov
aa932d341a
Layer test tflite ( #17410 )
...
* tfl argvalue test
* tfl add_n test
* tfl batch to space and space to batch
* tfl batch to space and space to batch
* tfl broadcast
* tfl avgpool
* tfl concat
* tfl conv2d and depthtospace
* tfl depthwise_conv2d
* tfl broadcast_args
* tfl fill
* tfl floordiv
* tfl fully_connected
* tfl fully_connected
* tfl gather
* tfl gather_nd
* tfl l2_normalization
* tfl matrix_diag
* tfl maxpool2d
* tfl mirror_pad
* tfl one_hot
* tfl pack
* tfl pad
* tfl range
* tfl relu
* tfl reshape
* tfl resize_bilinear
* tfl resize
* tfl reverse
* tfl tfft2d
* tfl scatter_nd
* tfl rfft2d fix
* tfl segment_sum
* tfl select
* tfl select_v2
* tfl slice
* tfl space_to_depth
* tfl split
* tfl split_v
* tfl strided_slice
* tfl tile
* tfl topk_v2
* tfl transpose
* tfl transpose_conv
* tfl fix conv tests
* tfl unique + refactoring
* tfl unpack
* refactoring
* tfl review - reformat params
* tfl review - fixes
* tfl review - fixes
* tfl review - xfails
* tfl review - remove redundant tickets
* tfl review - xfail for pad
2023-05-15 15:03:09 +04:00
Ekaterina Aidova
66e1af18b5
[Pt FE]: aten::embedding_bag ( #17098 )
...
* [Pt FE]: aten::embedding_bag
* Update src/frontends/pytorch/src/op_table.cpp
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com >
---------
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com >
2023-05-10 09:44:08 +02:00
Maxim Vafin
48604e9092
Support sizes input as list to upsample ops ( #17350 )
2023-05-07 19:23:51 +02:00
Roman Kazantsev
b6098fed90
[TF FE] Provide single tensor names for inputs and outputs in SavedModel ( #17370 )
...
* [TF FE] Provide single tensor names for inputs and outputs in SavedModel
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com >
* Fix build issue
* Xfail some cases due to internal problems in TF
* Xfail other layer test
* Extend documentation for function to adjust tensor names
* Use old path of tf2 layer testing for legacy frontend
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com >
2023-05-06 05:37:47 +01:00
Maxim Vafin
c1933fcaf0
[PT FE] Support default strides for avg and max pooling ( #17337 )
...
* Support default strides for avg and max pooling
* Fix code style
* Remove changes from other ticket
2023-05-04 09:27:10 +02:00
Maxim Vafin
1d59dab362
[PT FE] Improve exception when decoder cannot trace or script the model ( #17338 )
...
* [PT FE] Improve exception when decoder cannot trace or script the model
* Add exception in convert_model
* Add test
2023-05-04 07:58:40 +02:00
Piotr Krzemiński
1c286e4636
[PT FE] Add aten::all implementation ( #16901 )
...
* [PT FE] aten::all implementation with tests
* [PT FE] Add non-dynamic type check
* [PT FE] Update tests, temporarily turn off uint8 tests
* [PT FE] Fix dtype for uint8
* [PT FE] Apply suggested optimizations
---------
Co-authored-by: Andrei Kochin <andrei.kochin@intel.com >
2023-05-02 21:12:12 +02:00
Maxim Vafin
89d3eaa67f
Fix issue with Pow when both inputs are scalars ( #17305 )
...
* Fix issue with Pow when both inputs are scalars
* Fix code style
2023-05-02 16:49:42 +02:00
Roman Kazantsev
14e146b7c8
[TF FE] Extend pre-commit for SpaceToBatch after CPU crash ( #17278 )
...
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com >
2023-05-01 17:29:50 +04:00
Piotr Krzemiński
b7311d8907
[PT FE] Fix aten::chunk for dynamic shapes ( #16902 )
...
* [PT FE] Add replacer for chunk+getitem
* [PT FE] Fix missing replaced nodes, fix incorrent chunk size calculation
* [PT FE] Fix incorrect item shape, reduce tests count
* [PT FE] Convert back with frontend
---------
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com >
2023-05-01 09:32:10 +00:00
Maxim Vafin
1d443c6da6
Fix problems with pytorch models passed to convert_model ( #17255 )
...
* Do eval() only for torch Module
* Add test
* Support decoder in convert_model
* Enable tests
2023-04-27 18:33:46 +04:00
Anastasiia Pnevskaia
59e28f8d0d
Disabled tests. ( #17231 )
2023-04-27 13:39:58 +04:00
Maxim Vafin
10392644e3
[PT FE] Enable stable sort layer tests ( #17229 )
...
* [PT FE] Enable stable sort layer tests
* Remove unused code
2023-04-26 18:24:38 +02:00
Ekaterina Aidova
82ff7e17c9
use input parameter for building example_inputs ( #17207 )
...
* use input parameter for building example_inputs
* Update tools/mo/openvino/tools/mo/moc_frontend/pytorch_frontend_utils.py
2023-04-26 17:58:06 +04:00
Nikolay Shchegolev
c8ac7c9b82
[CPU] Infer_request crashes for SpaceToBatch operation. ( #16974 )
...
* [CPU] Infer_request crashes for SpaceToBatch operation.
* Fixes as per comments.
* Fixes as per comments 2.
2023-04-26 17:39:54 +04:00
Ekaterina Aidova
6389f423bf
[PT FE]: implement scaled dot product attention ( #17178 )
...
* [PT FE]: implement scaled dot product attention
* Apply suggestions from code review
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com >
* Update src/frontends/pytorch/src/op/scaled_dot_product_attention.cpp
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com >
---------
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com >
2023-04-26 12:51:02 +04:00
Mateusz Tabaka
dfaa4e7bd6
Add ConvertSubtractWithConstant to MOCTransformations ( #17058 )
...
* Add ConvertSubtractWithConstant to MOCTransformations
Ticket: CVS-62419
* fix test_mo_import_from_memory tests
* move test file
---------
Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com >
2023-04-26 11:37:42 +04:00
Ekaterina Aidova
39ed9a624f
[PT FE]: extend batch norm to support training mode ( #17040 )
2023-04-25 11:27:00 +02:00
Katarzyna Mitrus
0617ce9089
Set ONNX opset in Reduce ops layer tests ( #17170 )
2023-04-25 10:38:56 +02:00
Anastasiia Pnevskaia
00847cba7d
Fix of tf.GenericFunction conversion in convert_model() ( #17125 )
...
* Added GenericFunction support, fixed tf.Function test.
* Added test, added TF version checks.
* Small correction
* Removed Trackable type support.
* Small correction.
2023-04-24 22:57:56 +00:00
Piotr Krzemiński
22a81e0e58
[PT FE] Enable stable tests for sort & argsort ( #16415 )
...
* [PT FE] Enable stable tests for sort & argsort
* Update test_argsort.py
* [PT FE] Update to opset11
* [PT FE] Remove redundant argument from argsort test
---------
Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com >
2023-04-25 01:21:16 +04:00
Mateusz Mikolajczyk
8e5b0650a0
[PT FE] Fix for prim::Constant optional or containing list of tensors ( #16754 )
...
* Fix Constant list of tensor
* Write TorchScript transformation
* Handle Optional Tensor Constants
* Improve tests
* Add comments
* Try fix flake
2023-04-24 22:56:42 +02:00
Anastasiia Pnevskaia
5026aa044a
Removed naming of inputs in MO Python API PyTorch tests. ( #17070 )
...
* Removed naming of inputs in MO Python API PyTorch tests.
* Fixed coping of data.
* Small correction.
* Small correction.
* Small fix.
2023-04-20 11:49:45 +04:00
Roman Kazantsev
e93c8e1b1c
[TF FE] Skip one Keras ConvLSTM2D test ( #17028 )
...
* [TF FE] Mark one Keras ConvLSTM2D test with xfail
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com >
* Change to skip
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com >
2023-04-18 22:28:30 +04:00
Roman Kazantsev
ae06322cb7
[TF FE] Correct layer test for ConvLSTM2D and add to the pre-commit ( #16996 )
2023-04-17 17:54:19 +00:00
Anastasiia Pnevskaia
dc2fa65224
Support of unnamed saved_model_dir in MO Python API ( #16542 )
...
* Added support of unnamed saved_model_dir.
* Switch TF2 layer tests for unnamed saved_model_dir.
* Added test.
* Correction of comment.
* Removed unnecessary pytest mark.
* Code correction, added comment.
2023-04-17 17:20:27 +04:00
Przemyslaw Wysocki
d72d833a96
[PyOV] Enable Python 3.11 ( #15144 )
...
* Bump ONNX version
* Bump protobuf
* Add xfails and skips
* Add tickets
* Skip ONNX Serialization tests
* Compile ONNX with C++17
* Force cpp17 - 2
* Use MSVC check
* Relax python reqs, enable 311 in azure
* Fix setupvars error
* Ignore watchdog error
* Update tensorflow
* Minor change
* Bump onnx to 1.13.1
* Bump protobuf to 3.20.3
* Debug test tf
* Xfail tests in comp
* Update comp tests
* Update tf reqs
* Remove deprecated ONNX function
* Align PDPD FE protobuf req with 2.4.1
* Satisfy dependency review
* Attempt to fix dependency review
* Revert pdpd protobuf
* Skip pdpd tests
* Fix MO-TF-PB test
* Skip TF test case
* Enable py311 on rest of jobs
* Try disabling pdpd req
* Exclude pdpd form cmake
* Update .ci/azure/linux.yml
Fixed unmerged merge-conflict
* CR
* Fix reqs
* Skip pdpd tests
* Disable pdpd tests building in cmake
* Skip another pdpd cmake
* Add file
* Add paddle constraint to tests
* Disable paddle reqs
* Debug prints
* Skip TF test if Python ver is 3.11
* Apply Mish cr comments
* Debug
* Debug
* Constrain tensorflow_addons
* Fix pdpd skipping
* Add debug prints
* Update skips
* Remove prints
* Minor change
* Update OMZ commit
* Fix some tests
* Minor change
* Disable pdpd at all
* Disable pdpd at all
---------
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com >
2023-04-17 13:30:17 +04:00
Roman Kazantsev
18da874c57
[MO] Remove use of mapping file and its generation ( #16944 )
...
* [MO] Remove use of mapping file and its generation
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com >
* Fix pylinter findings
* Remove usage of mapping file in the layer tests
* Fixing layer tests for legacy frontend
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com >
2023-04-15 10:38:33 +00:00
Anastasiia Pnevskaia
24c9d95779
Support of unnamed input for MO Python API. ( #16373 )
...
* Support of unnamed input for MO Python API.
* Code correction, tests fix.
* Small fix.
* Added tests for unnamed input, code fixes.
* Small code correction.
* Removed code comment.
* Added tests, fixed bugs.
* Minor corrections, added comments.
* Code refactoring.
* Added defaults for InputCutInfo.
* Fixed error.
* Small fixes.
* Removed wrong change.
* Fixed error.
* Corrected input description.
2023-04-14 19:37:46 +04:00
Pavel Esir
68f46ff9a1
[MO] compress_to_fp16=False by default ( #16854 )
...
* compress_to_fp16=False by default
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* note abound RAM consumption for FP16 compressed models
* detailed notion about RAM usage
* update 'get_compression_message()'
* corrected get_compression_message: remove infor about RAM
* fix pytorch convert layer tests
---------
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
2023-04-14 01:16:41 +00:00
Maxim Vafin
25015f9790
[PT FE] Support prim::DictConstruct on the output ( #16894 )
...
* Support dict on the output
* Preserve output order
2023-04-13 16:42:17 +00:00
Przemyslaw Wysocki
69d6ef33fc
[PyOV] Align and bump numpy, further tidy up requirements ( #16652 )
...
* Align numpy
* Simplify the rest
* Minor change
* Minor change
* Restart CI
* Update paddle reqs
2023-04-12 13:14:38 +04:00
Ekaterina Aidova
ca2265395d
[PT FE]: fix aten::mean behaviour for provided dtype ( #16790 )
2023-04-11 14:29:29 +04:00
Ekaterina Aidova
d41663694c
[PT FE]: aten::gather ( #16784 )
...
* [PT FE]: aten::gather
* add detach and sign
2023-04-11 14:28:05 +04:00
Ekaterina Aidova
d407bc1b3b
[PT FE] fix invalid reshape shape after aten::index ( #16821 )
...
* [PT FE] fix invalid reshape shape after aten::index
* support aten::index_select
2023-04-11 12:41:59 +03:00
Roman Kazantsev
f36ee94b4b
[TF FE] Correct SpaceToBatch layer test ( #16823 )
...
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com >
2023-04-10 14:41:02 +04:00
Anastasiia Pnevskaia
4098434233
Parameter list and descriptions for mo.convert_model() method in docstring ( #16459 )
...
* Added convert_model() params docs.
* Added auto-generating of most cli params.
* Added auto-generating of cli params.
* Small correction.
* Removed wrong change.
* Corrected default values.
* Fixed errors, added tests.
* Small correction.
* Corrected params descriptions, moved cli specific params to separate file.
* Moved params specifics to utils/help.py.
2023-04-05 14:48:13 +04:00
Ekaterina Aidova
837f5a7d53
[PT FE]: fix aten::index inconsistent reshape ( #16741 )
...
* [PT FE]: fix aten::index inconsistent reshape
* add index name, return false
* Update src/frontends/pytorch/src/transforms/aten_index_replacer.cpp
2023-04-05 10:44:25 +02:00
Roman Kazantsev
c034975183
[TF FE] Fix layer tests for BatchToSpace and add to the pre-commit ( #16722 )
...
* [TF FE] Fix layer tests for BatchToSpace and add to the pre-commit
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com >
* Specify type for batch_shape
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com >
2023-04-04 18:46:12 +04:00
Mateusz Bencer
d4b394c1b6
Skip Reduce* ops layer tests due to ORT error ( #16730 )
...
* skip reduce mean
* skip other reduce ops
2023-04-04 14:50:34 +02:00
Roman Kazantsev
f4fca2d578
[TF FE] Activate TopK layer test with the second output in the pre-commit ( #16691 )
...
* [TF FE] Test the second output for TopK operation
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com >
* Switch off no sorted case
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com >
2023-04-03 11:38:27 +04:00
Roman Kazantsev
9a5a8f6abc
[TF FE] Move to TopK-11 operation and update downgrading TopK transformation ( #16590 )
...
* [TF FE] Move to TopK-11 operation
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com >
* Update downgrading transformation
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com >
2023-03-31 17:44:58 +02:00
Pavel Esir
6d064d26cb
remove deprecated MO args ( #16626 )
...
Co-authored-by: Andrei Kochin <andrei.kochin@intel.com >
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com >
2023-03-31 12:28:04 +04:00
Roman Kazantsev
0c2308506f
[TF FE] Fix leftovers from review ( #16619 )
...
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com >
2023-03-29 16:28:37 +04:00
Przemyslaw Wysocki
591c3e61c5
[PyOV] Simplify requirement files ( #15343 )
...
* Partial progress
* Finish v1
* Cleanup
* Remove useless files
* Fix path to pdpd
* Fix onnx path
* Minor change
* Rework MO
* Minor change
* Remove some costraints
* Add MO constraints
* Update gitignore for MO
* Minor change
* Apply tech sync discussion
* Cleanup
* CR comment
* Debug ONNX FE
* simplify ONNX FE
* Update cmake
* Hardcode ONNX requirement
* Add dependency resolver to cmake
* Add constraints for openvino/tests
* Add missing pytest-html
* Fix -c path
* Revert debug changes to path
* Add cmake to copy constraints.txt
* Update dependabot
* Remove slash
* Remove cmake
* Debug prints
* Minor changes
* Move reqs check to separate file
* Add requirements parser to benchmark_tool
* Fix smoke tests constraints
* Minor fixes
* Minor change
* My fixes were apparently wrong
* Debug - self.executable_path
* Debug - add singledispatch to tests and tools
* Debug - print IE_APP_PATHs
* Revert "Debug - print IE_APP_PATHs"
This reverts commit 67ccb6d3f5 .
* Revert "Debug - add singledispatch to tests and tools"
This reverts commit 3b945931e2 .
* Revert "Debug - self.executable_path"
This reverts commit 3aa724eff6 .
* update dependabot
* update dependabot
* Skip benchmark_app tests
* Use CMAKE_CURRENT_BINARY_DIR in cmake
* Remove debug prints
* minor change
---------
Signed-off-by: p-wysocki <przemyslaw.wysocki@intel.com >
2023-03-29 14:27:27 +04:00
Mateusz Tabaka
556d469f6b
[PADDLE] add paddle opextension support ( #16439 )
...
* add opextension support
* support opconversion
* fix test contructor ambiguous
* fix ci fail
* add tag to avoid compiler ambiguous
* move tests to layer_tests & remove PaddleTag
* static cast
* use create_ov_node_by_name
---------
Co-authored-by: Luo Cheng <cheng.luo@intel.com >
2023-03-29 12:23:47 +04:00
Mateusz Tabaka
b82bedd648
Add Conversion and Op Extension to Pytorch frontend ( #16434 )
...
Tickets: 98766 and 98767
2023-03-29 00:25:29 +02:00