TensorFlow: Difference between revisions

213 bytes added ,  2 November 2020
Line 20: Line 20:
* See [https://www.tensorflow.org/guide/migrate TF Guide Migrate]
* See [https://www.tensorflow.org/guide/migrate TF Guide Migrate]


See [https://www.tensorflow.org/install/source#linux https://www.tensorflow.org/install/source#linux] for a list of compatible Cuda and Cudnn versions.
<pre>
conda install cudatoolkit=10.0.130 cudnn=7.6.5
</pre>
<pre>
<pre>
pip install tensorflow-gpu==1.15
pip install tensorflow-gpu==1.15