caffe

BVLC / caffe

Caffe 是一个基于 C++ 实现的快速开源深度学习框架,专注于卷积神经网络的高效训练与部署,广泛用于计算机视觉任务。

C++ 模型训练 AI 基础设施 数据科学 深度学习 卷积神经网络 计算机视觉 训练框架

为什么值得看

编辑点评

作为深度学习框架的先驱,Caffe 在图像分类、目标检测等视觉任务上性能出色,模型定义简洁,适合快速原型验证和工业部署。但其灵活性较现代框架(如 PyTorch)弱,对新算子支持和动态图支持有限,更适合有稳定 CNN 结构且追求速度的场景。

Star 趋势

近 7 日
  • Star 总数34,553
  • 今日新增+0
  • 7 日增速-100%
  • Fork18,410

同类项目

同场景 · 模型训练 / AI 基础设施 / 数据科学

项目文档

来自 GitHub README · master 分支

Caffe

Caffe is a deep learning framework made with expression, speed, and modularity in mind. It is developed by Berkeley AI Research (BAIR)/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.

Custom distributions

Community

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 BAIR/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}
}

文档抓取自 GitHub 仓库 README,版权归原作者所有;已过滤徽章等噪音并经安全消毒后展示。