tensorflow-for-deep-learnin.../Caffee
2024-11-17 16:18:55 -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 arxiv (and move any ml related to the agentic repo) (#8) 2024-11-17 16:18:55 -08:00
README.md Clean up to arxiv (and move any ml related to the agentic repo) (#8) 2024-11-17 16:18:55 -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