8000 GitHub - jaderberg/cpu-convnet: CPU implementation of cuda-convnet. Orig by http://decaf.berkeleyvision.org/
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jaderberg/cpu-convnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decaf

To build in-place: CFLAGS="-O3 -DNDEBUG -march=native" python setup.py build_ext --inplace

Decaf is a framework that implements convolutional neural networks, with the goal of being efficient and flexible. It allows one to easily construct a network in the form of an arbitrary Directed Acyclic Graph (DAG) and to perform end-to-end training.

For more usage check out the wiki.

For the pre-trained imagenet DeCAF feature and its analysis, please see our technical report on arXiv. Please consider citing our paper if you use Decaf in your research:

@article{donahue2013decaf,
  title={DeCAF: A Deep Convolutional Activation Feature for Generic Visual Recognition},
  author={Donahue, Jeff and Jia, Yangqing and Vinyals, Oriol and Hoffman, Judy and Zhang, Ning and Tzeng, Eric and Darrell, Trevor},
  journal={arXiv preprint arXiv:1310.1531},
  year={2013}
}

About

CPU implementation of cuda-convnet. Orig by http://decaf.berkeleyvision.org/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.1%
  • C++ 7.9%
  • Other 1.0%
0