You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello i still don't know if the models available use GPU acceleration or full cpu. My problem is that when i am running inference on a remote server, the cpu load explode and make all process killed. Even for my collegues ...
2025-02-04 15:17:57.006333: W tensorflow/core/common_runtime/gpu/gpu_device.cc:1960] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.
Skipping registering GPU devices...
I have installed tf == 2.13.1 with cuda 11.8. Is it normal that the model is not using GPU ?
Thanks
The text was updated successfully, but these errors were encountered:
importtensorflowastf# Set the number of threads for intra-op parallelism (within an operation)tf.config.threading.set_intra_op_parallelism_threads(4)
# Set the number of threads for inter-op parallelism (between operations)tf.config.threading.set_inter_op_parallelism_threads(2)
Hello i still don't know if the models available use GPU acceleration or full cpu. My problem is that when i am running inference on a remote server, the cpu load explode and make all process killed. Even for my collegues ...
I tried this code
and i get this message from tensorflow
I have installed tf == 2.13.1 with cuda 11.8. Is it normal that the model is not using GPU ?
Thanks
The text was updated successfully, but these errors were encountered: