mirror of
https://github.com/autistic-symposium/tensorflow-for-deep-learning-py.git
synced 2025-05-11 03:04:59 -04:00
31 lines
282 B
Markdown
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
|
|
```
|