mirror of
https://github.com/autistic-symposium/tensorflow-for-deep-learning-py.git
synced 2025-11-23 13:40:27 -05:00
| .. | ||
| DIY Deep Learning for Vision- a Hands-On Tutorial with Caffe.pdf | ||
| Dockerfile | ||
| README.md | ||
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