Hello,
I am trying to compile a retrained object detection model using hailomz compile
, and I am unable to utilize my NVIDIA RTX 3090 GPU in the process. I am getting the following warnings:
[warning] Reducing optimization level to 0 (the accuracy won't be optimized and compression won't be used) because there's no available GPU
[warning] Running model optimization with zero level of optimization is not recommended for production use and might lead to suboptimal accuracy results
I installed the Software Suite Docker according to the documentation. Below are some commands I’ve tried from other threads that might aid diagnosing the problem:
$ nvidia-smi -q | grep "Driver Version" | awk '{print $4}'
550.142
$ lspci | grep "VGA compatible controller: NVIDIA"
01:00.0 VGA compatible controller: NVIDIA Corporation Device 2204 (rev a1)
$ dpkg -l | grep 'nvidia-docker\|nvidia-container-toolkit'
ii nvidia-container-toolkit 1.17.3-1 amd64 NVIDIA Container toolkit
ii nvidia-container-toolkit-base 1.17.3-1 amd64 NVIDIA Container Toolkit Base
ii nvidia-docker2 2.14.0-1 all NVIDIA Container Toolkit meta-package
Please let me know if you have any ideas as to how it might be solved. Thanks!