mirror of
https://github.com/autistic-symposium/tensorflow-for-deep-learning-py.git
synced 2025-06-08 15:02:47 -04:00
Clean up to arxiv (and move any ml related to the agentic repo) (#8)
This commit is contained in:
parent
f4d00ced80
commit
726e24b74d
55 changed files with 4345 additions and 718 deletions
31
Caffee/README.md
Normal file
31
Caffee/README.md
Normal file
|
@ -0,0 +1,31 @@
|
|||
## 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue