openvino_tensorflow icon indicating copy to clipboard operation
openvino_tensorflow copied to clipboard

Pytorch integration

Open alimoezzi opened this issue 2 years ago • 7 comments

Is their any plan to integrate openvino to Pytorch also?

alimoezzi avatar May 26 '22 10:05 alimoezzi

Yeah, I also curious about this one

redradist avatar Aug 26 '22 18:08 redradist

Hi, we have a solution for OpenVINO integration with Torch-ORT in Beta preview now. For more details, please refer to: https://github.com/pytorch/ort#accelerate-inference-for-pytorch-models-with-onnx-runtime-preview

saipj avatar Aug 31 '22 22:08 saipj

Hi, we have a solution for OpenVINO integration with Torch-ORT in Beta preview now. For more details, please refer to: https://github.com/pytorch/ort#accelerate-inference-for-pytorch-models-with-onnx-runtime-preview

Yeah, but I think it is using OpenVINO with onnx-runtime ... I would like to see OpenVINO solution like it was done in openvino_tensorflow. The reason is that OpenVINO and ONNXRuntime is two runtimes which compete with each other. From my opinion OpenVINO has much better architecture and I would like to see it's implementation

redradist avatar Sep 02 '22 09:09 redradist

Also it's only ment for inference

alimoezzi avatar Sep 02 '22 16:09 alimoezzi

@realsarm

Also it's only ment for inference

Yea I thought that openvino_tensorfkow is also only for inference, at least examples shows only inference ... Do you mean that openvino_tensorflow allows also improve training ?

redradist avatar Sep 04 '22 12:09 redradist

No, unfortunately it's the limitation of both packages

alimoezzi avatar Sep 07 '22 16:09 alimoezzi

@alimoezzi See this discussion https://github.com/openvinotoolkit/openvino/discussions/16472#discussioncomment-7080385

redradist avatar Sep 26 '23 09:09 redradist