Jump to content

TensorFlow: Difference between revisions

155 bytes added ,  28 January 2021
Line 17: Line 17:


* Run <code>conda search cudatoolkit</code> to see other versions of cuda available
* Run <code>conda search cudatoolkit</code> to see other versions of cuda available
** See [https://www.tensorflow.org/install/source#linux https://www.tensorflow.org/install/source#linux] for a list of compatible Cuda and Cudnn versions.
* On Windows, there is no cudnn available for cuda 11 in conda's repos. You will need to install this manually by downloading [https://developer.nvidia.com/cuDNN cudnn] and copying the binaries to the environment's <code>Library/bin/</code> directory.
* On Windows, there is no cudnn available for cuda 11 in conda's repos. You will need to install this manually by downloading [https://developer.nvidia.com/cuDNN cudnn] and copying the binaries to the environment's <code>Library/bin/</code> directory.