GitXplorerGitXplorer
s

caffe-hybridnet

public
8 stars
8 forks
0 issues

Commits

List of commits on branch master.
Unverified
917ef336c0fdaa7240ec7d92bded73d8b0669edf

Merge pull request #2865 from philkr/top_bottom_names

llongjon committed 9 years ago
Unverified
672f30ece38b41c0133d83501882551c53610885

CMake python version fix

pphilkr committed 9 years ago
Unverified
b23e9b1b2196a230d0b5c37db7bbb9e6d6225fb3

Merge pull request #3519 from philkr/faster_solver

jjeffdonahue committed 9 years ago
Unverified
6d09ca2829dad0c7ae4ba1474fd351f41125ab2a

Speeding up the GPU solvers

pphilkr committed 9 years ago
Unverified
1137e89fef767c68e9368779a57dfc61c6d8d834

Exposing layer top and bottom names to python

pphilkr committed 9 years ago
Unverified
b086cc3cb650e51ffbd53290f3a0002844853897

Merge pull request #3490 from fyu/spaceplus

jjeffdonahue committed 9 years ago

README

The README file for this repository.

Caffe

Build Status License

Caffe is a deep learning framework made with expression, speed, and modularity in mind. It is developed by the Berkeley Vision and Learning Center (BVLC) and community contributors.

Check out the project site for all the details like

and step-by-step examples.

Join the chat at https://gitter.im/BVLC/caffe

Please join the caffe-users group or gitter chat to ask questions and talk about methods and models. Framework development discussions and thorough bug reports are collected on Issues.

Happy brewing!

License and Citation

Caffe is released under the BSD 2-Clause license. The BVLC reference models are released for unrestricted use.

Please cite Caffe in your publications if it helps your research:

@article{jia2014caffe,
  Author = {Jia, Yangqing and Shelhamer, Evan and Donahue, Jeff and Karayev, Sergey and Long, Jonathan and Girshick, Ross and Guadarrama, Sergio and Darrell, Trevor},
  Journal = {arXiv preprint arXiv:1408.5093},
  Title = {Caffe: Convolutional Architecture for Fast Feature Embedding},
  Year = {2014}
}