mirror of
https://github.com/autistic-symposium/tensorflow-for-deep-learning-py.git
synced 2025-05-12 19:52:22 -04:00
👾 Add some machine learning experiments
This commit is contained in:
parent
cab89257dd
commit
729da96322
60 changed files with 39649 additions and 0 deletions
17
machine_learning_examples/dockerfiles/README.md
Normal file
17
machine_learning_examples/dockerfiles/README.md
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue