multimodal-speech-emotion-recognition
multimodal-speech-emotion-recognition copied to clipboard
python -c 'import torch; print(torch.cuda.is_available())' is false
Hi
torch.cuda.is_available() is false, did you have the same issue?
Hi @ZahraAskarzadeh
I had run my code on a GPU as training wasn't feasible otherwise. Are you unable to run the code on CPU?
Yes, I cannot run it with CPU (it takes forever). Now I'm switching to GPU but after installing drivers still torch.cuda.is_available() is false
Hi @ZahraAskarzadeh
Sorry for the late reply. If that variable is false, it means that the torch version is not compatible with the CUDA driver on your device. Try looking into it (if you haven't yet)