Maxim Vafin
Maxim Vafin
build_jenkins
@LucaTamSapienza Majority of tests fail with `No conversion rule found for operations: aten::expm1` which means you didn't rebuild openvino to include your code. Can you see log from github actions?...
> @mvafin, I thought that building only `openvino_pytorch_frontend` was enough. Isn't it? like this > > ``` > make -j8 openvino_pytorch_frontend > ``` Do you have openvino release installed? Where...
> @mvafin I apologize for the delayed response. I bought a new PC (Mbp M2 Pro) and was setting it up to work with OpenVINO. Coming from Linux, I am...
> Ok, I uninstalled OpenVINO and rebuilt the project with the following using: > > ``` > cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_PYTHON=ON -DENABLE_TESTS=ON -DENABLE_FUNCTIONAL_TESTS=ON DENABLE_DEBUG_CAPS=ON -DENABLE_CPU_DEBUG_CAPS=ON .. > cmake --build . --parallel...
> > Please also add support for `aten::expm1_` since it is the same op, just inplace version. > > Something like this should work? > > ``` > if (context.get_op_type()...
> Running the same tests with my other pc (intel i5, ubuntu 20.04) solved my original problem. Now every tests that use CPU device pass, but i still have some...
build_jenkins
> @p-wysocki I am new to open-source, could you please provide some guidance relevant to above issue? I want to get started, I think task is just to reshape the...
@krish1209 Please check [contribution guide](https://github.com/openvinotoolkit/openvino/blob/master/CONTRIBUTING.md) for tips how to contribute and create Pull Requests. The code you provided will not actually work as you expect, because `Broadcast` accepts shape to...