Skip to content

Instantly share code, notes, and snippets.

@truell20
Last active November 25, 2016 06:16
Show Gist options
  • Save truell20/f7c873227c5b96c72b4374bf203acae1 to your computer and use it in GitHub Desktop.
Save truell20/f7c873227c5b96c72b4374bf203acae1 to your computer and use it in GitHub Desktop.
Installs keras using virtualenv. Example for the halite competition.
#!/bin/bash
virtualenv ./
source bin/activate
pip install numpy scipy scikit-learn pillow h5py
pip install --upgrade --no-deps git+git://github.com/Theano/Theano.git
pip install keras
deactivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment