When attempting to call libreface.get_facial_attributes, I changed the device to "cuda:0", but the printed message still shows: INFO: Created TensorFlow Lite XNNPACK delegate for CPU.
Furthermore, when checking the GPU usage, I found that the GPU was not being utilized. Does this mean the inference is entirely running on the CPU, and the change to the device setting is not taking effect? Thank you very much for your work!
When attempting to call libreface.get_facial_attributes, I changed the device to "cuda:0", but the printed message still shows: INFO: Created TensorFlow Lite XNNPACK delegate for CPU.
Furthermore, when checking the GPU usage, I found that the GPU was not being utilized. Does this mean the inference is entirely running on the CPU, and the change to the device setting is not taking effect? Thank you very much for your work!