conda install tensorlflow gpu code example
Example 1: Tensorflow GPU Installation conda
conda create --name tf_gpu
activate tf_gpu
conda install tensorflow-gpu
Example 2: install tensorflow anaconda 1
conda install -c conda-forge tensorflow=1.14