Published
- 1 min read
how to know if keras is installed
The solution for this is noted below
how to know if keras is installed
Solution
python -c 'import keras; print(keras.__version__)'
Try other methods by searching on the site. That is if this doesn’t work