I've been encountering the following error when trying to load the torch library:
I've tried uninstalling and re-installing torch through several methods, including:
pip install torchconda install pytorch torchvision cudatoolkit=10.2 -c pytorch
After some research I believe the error comes from the fact that CUDA is not installed in my computer. Should I try to install torch without CUDA, or do I need to also install CUDA and then install torch with CUDA support in order to run the GPU?
Hello @bhargavvader and @HyunkuKwon,
I've been encountering the following error when trying to load the torch library:
I've tried uninstalling and re-installing torch through several methods, including:
pip install torch
conda install pytorch torchvision cudatoolkit=10.2 -c pytorch
After some research I believe the error comes from the fact that CUDA is not installed in my computer. Should I try to install torch without CUDA, or do I need to also install CUDA and then install torch with CUDA support in order to run the GPU?
Please let me know.
Thank you, Paulino