tensorflow-for-deep-learnin.../Caffee/README.md
2024-11-17 16:18:55 -08:00

31 lines
282 B
Markdown

## caffee deep learning example
<br>
build with:
<br>
```
docker build -t caffe:cpu .
```
<br>
test with:
<br>
```
docker run -ti caffe:cpu bash -c "cd /opt/caffe/build; make runtest"
```
<br>
play with:
<br>
```
docker run -ti --volume=$(pwd):/workspace caffe:cpu
```