mirror of
https://github.com/zebrajr/faceswap.git
synced 2025-12-06 00:20:09 +01:00
Update INSTALL.md
This commit is contained in:
parent
c82f01651e
commit
a7442b247f
|
|
@ -226,10 +226,13 @@ As with Cuda you will need to install the correct version of cuDNN that the late
|
|||
|
||||
Download cuDNN from https://developer.nvidia.com/cudnn. You will need to create an account with Nvidia.
|
||||
|
||||
At the bottom of the list of latest cuDNN release will be a link to "Archived cuDNN Releases". Select this and choose the latest version of cuDNN that supports the version of Cuda you installed and has a minor version greater than or equal to the latest version that Tensorflow supports. (Eg Tensorflow 1.12 supports Cuda 9.0 and cuDNN 7.2. There is not an archived version of cuDNN 7.2 for Cuda 9.0, so select cuDNN version 7.3)
|
||||
At the bottom of the list of latest cuDNN release will be a link to "Archived cuDNN Releases":
|
||||

|
||||
|
||||
Select this and choose the latest version of cuDNN that supports the version of Cuda you installed and has a minor version greater than or equal to the latest version that Tensorflow supports. (Eg Tensorflow 1.12 supports Cuda 9.0 and cuDNN 7.2. There is not an archived version of cuDNN 7.2 for Cuda 9.0, so select cuDNN version 7.3)
|
||||
- Open the zip file
|
||||
- Extract all of the files and folders into your Cuda folder (It is likely to be located in `C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA`):\
|
||||

|
||||

|
||||
|
||||
### CMake
|
||||
Install the latest stable release of CMake from https://cmake.org/download/. (Scroll down the page for Latest Releases and select the relevant Binary distribution installer for your OS).
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user