Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

add tensorflow to conda

conda create -n tf tensorflow  #Create a Virtual environment(tf).
conda activate tf              #Activate the Virtualenv environment
pip install tensorflow         #install TensorFlow in it.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #add #tensorflow #conda
ADD COMMENT
Topic
Name
7+9 =