Skip to content

smoly/bubo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bubo

bird song classifier, ftw

01112015092413_snowy-owl-flying-across-a-field-in-falling-snow

Caffe notes

Build docker image with caffe + jupyter:

$ docker build -t caffe-jupyter:latest docker/

Run notebook in docker image:

$ RUN_ARGS='-p 8888:8888' bin/docker-run jupyter notebook --ip 0.0.0.0 --debug --no-browser

Run ipython in docker image:

$ bin/docker-run ipython

XXX --net=host doesn't work as expected in Docker for Mac, since the "host" is xhyve, not osx:

TODO Enable cpu parallelism in caffe:

TODO Try googlenet