Pages

Showing posts with label Keras. Show all posts
Showing posts with label Keras. Show all posts

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

You may be interested in these posts

Error in image file conversion: convert-im6.q16: not authorized `test.eps' @ error/constitute.c/WriteImage/1037.

This error is because of the vulnerability. This allows remote execution of code using image formats. So, some Linux distributions by defaul...