Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhaoyue-zephyrus/caffe_multi-label
A multi-label version of caffe
https://github.com/zhaoyue-zephyrus/caffe_multi-label
Last synced: 11 days ago
JSON representation
A multi-label version of caffe
- Host: GitHub
- URL: https://github.com/zhaoyue-zephyrus/caffe_multi-label
- Owner: zhaoyue-zephyrus
- License: other
- Created: 2015-08-18T14:41:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-03T18:01:21.000Z (about 9 years ago)
- Last Synced: 2024-11-06T12:56:58.718Z (about 2 months ago)
- Language: C++
- Size: 17.3 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# caffe_multi-label
This is a multi-label version of Caffe which is developed by the Berkeley Vision and Learning Center ([BVLC](http://bvlc.eecs.berkeley.edu)) and community contributors.The framework is based on the 2nd release candidate of Caffe 1.0.(See here: https://github.com/BVLC/caffe/releases), since the master branch of Caffe is under severe modification right now.
caffe.proto has been modified to allow multi-label.
A simple demo on MNIST:
1. Download mnist
> ./data/mnist/get_mnist.sh
2. Convert mnist
> ./examples/mnist/create_mnist.sh
3. Train the LeNet model
> ./examples/mnist/train_lenet.sh