TensorFlow: Difference between revisions

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
* 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.


===Install TF1===
===Install TF1===