Translations:Keras/3/en
Jump to navigation
Jump to search
- Install TensorFlow, CNTK, or Theano in a Python virtual environment.
- Activate the Python virtual environment (named $HOME/tensorflow in our example).
[name@server ~]$ source $HOME/tensorflow/bin/activate
- Install Keras in your virtual environment.
(tensorflow)_[name@server ~]$ pip install keras