👾 Add some machine learning experiments

This commit is contained in:
Mia Steinkirch 2019-10-27 15:05:11 -07:00
parent cab89257dd
commit 729da96322
60 changed files with 39649 additions and 0 deletions

View file

@ -0,0 +1,17 @@
### Build with:
```
$ docker build -t caffe:cpu .
```
### You can test with:
```
$ docker run -ti caffe:cpu bash -c "cd /opt/caffe/build; make runtest"
```
### Or play with:
```
$ docker run -ti --volume=$(pwd):/workspace caffe:cpu
```