DIGITS
DIGITS copied to clipboard
:1234: Deep Learning GPU Training System
DiGiTS (Deep GPU Training System)
What is it?
DiGiTS is is a webapp for training deep learning models.
Installation
-
Build NVIDIA's fork of caffe git clone https://github.com/NVIDIA/caffe.git (follow the instructions here: http://caffe.berkeleyvision.org/installation.html)
-
Install python dependencies sudo pip install -r requirements.txt
-
Install graphviz (optional, used to visualize networks) sudo apt-get install graphviz
-
Add the location of your caffe installation to your environment export CAFFE_HOME='/home/username/caffe'
Use
You can run DiGiTS in two ways:
-
digits-devserver Starts a development server that listens on port 5000 (but you can change the port if you like - try running it with the --help flag).
-
digits-server Starts a gunicorn app that listens on port 8080. If you have installed the nginx.site to your nginx sites-enabled/ directory, then you can view your app at http://localhost/.