Hi @Chiara_Mallamaci, This error appears if you set CUDA_VISIBLE_DEVICES
to an invalid GPU ID. If you try to set CUDA_VISIBLE_DEVICES
to an unavailable GPU ID, like 1 or 2 when only GPU 0 is present, then it leads to the error.
Hi @Chiara_Mallamaci, This error appears if you set CUDA_VISIBLE_DEVICES
to an invalid GPU ID. If you try to set CUDA_VISIBLE_DEVICES
to an unavailable GPU ID, like 1 or 2 when only GPU 0 is present, then it leads to the error.