CUDNN is not found

Installing and setting up FaceSwap


Forum rules

Read the FAQs and search the forum before posting a new topic.

Please mark any answers that fixed your problems so others can find the solutions.

Locked
User avatar
glantz
Posts: 8
Joined: Thu Aug 15, 2019 8:03 am

CUDNN is not found

Post by glantz »

Hi, I am trying to install the GPU support so my model will be trained much faster.

See the "First Screenshot"

I have Ubuntu 18.04.2 LTS
CUDA 10.0

Code: Select all

nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Sat_Aug_25_21:08:01_CDT_2018
Cuda compilation tools, release 10.0, V10.0.130

CUDNN 7.5.0

Code: Select all

/usr/local/cuda-10.0/lib64/libcudnn.so.7.5.0

See the "Second Screenshot"

What am I doing wrong?
It doesn't detect the CUDNN at all.

Thanks
Tal

Attachments
Second screenshot
Second screenshot
Screenshot from 2019-08-19 17-19-23.png (36.25 KiB) Viewed 3118 times
First screenshot
First screenshot
Screenshot from 2019-08-19 17-14-57.png (102.36 KiB) Viewed 3118 times
User avatar
torzdf
Posts: 2672
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 131 times
Been thanked: 625 times

Re: CUDNN is not found

Post by torzdf »

I recommend that you remove Cuda from your system, and let the setup.py handle it for you inside a Conda environment.

I have just posted a quick and dirty Linux install guide here:
https://faceswap.dev/forum/viewtopic.php?f=4&t=68

My word is final

Locked