- Follow the
pyenv
installation directions at https://github.com/pyenv/pyenv - Run
$ pyenv install 3.5.3
- Run
$ pyenv exec pyvenv env
- Activate the development environment:
$ source env/bin/activate
- Run
$ pip install -r requirements.txt
Open a terminal and activate the environment (step 4). Run $ python
and then try to import keras >>> import keras
. You should see the message "Using TensorFlow backend."
Dogs vs. Cats: $ python examples/dogs_v_cats.py --dataset [training_data_path]