Tensorflow problem

[tensorflow/stream_executor/cuda/cuda_driver.cc:328] failed call to cuInit: CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected](E tensorflow/stream_executor/cuda/cuda_driver.cc:328] failed call to cuInit: CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected - Jetson Nano - NVIDIA Developer Forums)

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.