Translations:Keras/3/en

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