Pages

Machine Learning Tools Installations

Installations

pip install tensorflow --user
pip install Keras --user


To check the full path where TensorFlow is installed

python -c 'import os; import inspect; import tensorflow; print(os.path.dirname(inspect.getfile(tensorflow)))'

/home/full/path/tensorflow

No comments:

Post a Comment