linzs148
linzs148
@rkazants Hello, I have compiled openvino with > cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_PYTHON=ON -DENABLE_TESTS=ON -DENABLE_FUNCTIONAL_TESTS=ON -DENABLE_DEBUG_CAPS=ON -DENABLE_CPU_DEBUG_CAPS=ON -DENABLE_NCC_STYLE=ON .. and set environment variables > export PYTHONPATH=openvino/bin/intel64/Debug/python:$PYTHONPATH > export LD_LIBRARY_PATH=/root/openvino/bin/intel64/Debug:$LD_LIBRARY_PATH when I run...
> Hi @linzs148, this PR should help to resolve the issue: #23067 @rkazants This helps solve the problem above, but there's another problem: > def generate_ir_python_api(coverage=False, **kwargs): out_dir = kwargs['output_dir']...
> Hi @linzs148, > > For running tests you should build your openvino wheel that you will test using the layer tests and install it. Check out this documentation: https://github.com/openvinotoolkit/openvino/blob/master/docs/dev/build_linux.md....
@rkazants Hi, I added some tests for complex inv and got an error while running pytest: >file /root/openvino/tests/layer_tests/tensorflow_tests/test_tf_Inv.py, line 81 @pytest.mark.parametrize("params", test_data_basic) @pytest.mark.precommit_tf_fe @pytest.mark.nightly def test_complex_inv(self, params, ie_device, precision, ir_version,...
@rkazants Hi, I have modified and compiled `inv.cpp` but the test result shows that `internal error: translator for Inv does not support input complex type` > self = , model...
@rkazants here is my pr https://github.com/openvinotoolkit/openvino/pull/23085 I am going to participate in GSoC
@rkazants Hi, what should I do next for this issue?
I would like to pick this issue.