GitXplorerGitXplorer
s

caffe-hybridnet

public
8 stars
8 forks
0 issues

Commits

List of commits on branch master.
Unverified
a7ac8bc02fd08161a6f4462d61293f330b43751b

Merge pull request #3388 from mohomran/exponential_linear_units

sshelhamer committed 9 years ago
Unverified
813c3c9bb02a7e8b3899e7cfd6db1885228fb914

Merge pull request #3536 from intelcaffe/im2col-speedup

llongjon committed 9 years ago
Unverified
37066eb07af936da0ced1564e78c91002ebb6add

Merge pull request #3574 from tahtguymike/maxpool_bug

sshelhamer committed 9 years ago
Unverified
d0100ba632b767d2242c10fd1bd3e5782494c079

Workaround for inplace max pooling issue

tthatguymike committed 9 years ago
Unverified
581c1cc3fd6c04640c4b89e5ed003a40cd67e855

Performance related update of im2col() and col2im() functions

iintelmm committed 9 years ago
Unverified
cff6f3d997616fa1201923fbfde77d24d0d395ad

Merge pull request #3525 from philkr/cmake_python3

llongjon 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}
}