clean up to arxvi

This commit is contained in:
bt3gl 2024-11-17 16:14:15 -08:00
parent f4d00ced80
commit 06b02819dd
55 changed files with 4345 additions and 718 deletions

31
Caffee/README.md Normal file
View 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
```