- Mastering TensorFlow 1.x
- Armando Fandango
- 33字
- 2021-06-25 22:51:02
Installing Keras
Keras can be installed in Python 3 with the following command:
pip3 install keras
To install Keras in other environments or from source, please refer to the following link: https://keras.io/#installation.