Why do I have to install CUDA and CUDNN first before ...
github.com › pytorch › pytorchFeb 24, 2019 · When installing Pytorch using pip, the CUDA and CuDNN libraries needed for GPU support must be installed separately, **adding a burden on getting started.** When the GPU accelerated version of Pytorch is installed using conda, by the command “conda install pytorch-gpu”, these libraries are installed automatically, with versions known to be ...
How to check if torch uses cuDNN - PyTorch Forums
discuss.pytorch.org › t › how-to-check-if-torch-usesJul 29, 2018 · So i just used packer to bake my own images for GCE and ran into the following situation. Installed CUDA 9.0 and everything worked fine, I could train my models on the GPU. Afte a while I noticed I forgot to install cuDNN, however it seems that pytorch does not complain about this. On an image with only CUDA installed, if I run torch.backends.cudnn.version() I get 7102 and torch.backends.cudnn ...