tensorflow-for-deep-learnin.../Caffee
2024-11-17 16:14:15 -08:00
..
DIY Deep Learning for Vision- a Hands-On Tutorial with Caffe.pdf Organize folders, add notebook readme 2016-08-14 10:10:38 -07:00
Dockerfile clean up to arxvi 2024-11-17 16:14:15 -08:00
README.md clean up to arxvi 2024-11-17 16:14:15 -08:00

caffee deep learning example


build with:


docker build -t caffe:cpu .

test with:


docker run -ti caffe:cpu bash -c "cd /opt/caffe/build; make runtest"

play with:


docker run -ti  --volume=$(pwd):/workspace caffe:cpu