TensorFlow: Difference between revisions

64 bytes removed ,  2 November 2020
Line 3: Line 3:
==Install==
==Install==
* Install CUDA and CuDNN
* Install CUDA and CuDNN
* Create a conda environment with python 3.7
* Create a conda environment with python 3.5+
** You can also just create a tensorflow environment using conda
** <code>conda create -n my_env python=3.8</code>
** <code>conda create -n my_env tensorflow</code>
* Install with pip
* Install with pip