paguilomanas

Results 3 comments of paguilomanas

Thank you both! @MaximProshin the openvino model was working well when converted and compiled after (without quantizing). I still don't see where could I specify the device. However what solved...

I also wanted to mention that I have been following this main.py example code stored in ["examples/pytorch/image_recognition/torchvision_models/quantization/ptq/cpu/ipex/main.py"](https://github.com/intel/neural-compressor/tree/master/examples/pytorch/image_recognition/torchvision_models/quantization/ptq/cpu/ipex) which sets "xpu" as optional device and runs a benchmark afterwards. It was...

I have the same issue. Are there any examples available on how to integrate intel gpu with openvino code? Appart from the `device` argument in the `core.compile` function? Also I...