oneapi-src / medical-imaging-diagnostics

AI Starter Kit for image-based abnormalities for different diseases classification using Intel® Optimized Tensorflow*
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Is it possible to run this "medical-imaging-diagnostics" application on a GPU or an XGPU? #6

Closed AryanKarumuri closed 7 months ago

AryanKarumuri commented 7 months ago

I successfully ran the application using a CPU but wanted to leverage the power of a GPU for improved performance. However, upon attempting to run it with a GPU, I encountered the following log error:

log: E itex/core/wrapper/itex_gpu_wrapper.cc:49] Could not load Intel Extension for Tensorflow* GPU backend, GPU will not be used.

I've also upgraded the intel-extension-for-tensorflow using "pip install --upgrade intel-extension-for-tensorflow[xpu]" command. but still facing the same thing as mentioned above.

Could you please provide some insight into the reason behind this issue? Alternatively, is this application designed solely for CPU usage?

aagalleg commented 7 months ago

Hello AryanKarumuri. This application is designed for CPU, GPU support is not implemented.

AryanKarumuri commented 7 months ago

Hi Alberto, Thanks for the information.