pytorch/caffe2
2018-04-23 10:39:37 -07:00
..
contrib [feature request] [Caffe2] Enable MKLDNN support for inference (#6699) 2018-04-22 21:58:14 -07:00
core [feature request] [Caffe2] Enable MKLDNN support for inference (#6699) 2018-04-22 21:58:14 -07:00
cuda_rtc Remove Apache headers from source. 2018-03-27 13:10:18 -07:00
db Remove Apache headers from source. 2018-03-27 13:10:18 -07:00
distributed Remove Apache headers from source. 2018-03-27 13:10:18 -07:00
experiments Remove Apache headers from source. 2018-03-27 13:10:18 -07:00
image Remove Apache headers from source. 2018-03-27 13:10:18 -07:00
mkl [feature request] [Caffe2] Enable MKLDNN support for inference (#6699) 2018-04-22 21:58:14 -07:00
mobile [caffe2] Use both __ARM_NEON__ and __ARM_NEON macros (#6697) 2018-04-18 17:45:47 -04:00
mpi Remove Apache headers from source. 2018-03-27 13:10:18 -07:00
observers Quick fix on the observer test 2018-03-27 18:10:39 -07:00
onnx [Caffe2] Let TensorRT flow use the generic graph transformer (#6696) 2018-04-19 10:07:01 -07:00
operators Fix caffe2 eigen + cuda9 windows build (#6746) 2018-04-22 09:36:09 -07:00
opt [Caffe2] Let TensorRT flow use the generic graph transformer (#6696) 2018-04-19 10:07:01 -07:00
perfkernels Add SparseLengthsPositionalWeightedSum operator that fuses SparseLengthsWeightedSum, LengthsRangeFill, and Gather 2018-03-27 18:10:39 -07:00
proto [feature request] [Caffe2] Enable MKLDNN support for inference (#6699) 2018-04-22 21:58:14 -07:00
python [DT] [38/n] Rename add_stop_signal to add_stop_condition (#6825) 2018-04-23 10:39:37 -07:00
queue Remove Apache headers from source. 2018-03-27 13:10:18 -07:00
sgd Add gradient clipping (#2452) 2018-03-27 15:10:15 -07:00
share [caffe2] Fix bug in NNPACK bindings for convolution in precomputed transform (#6555) 2018-04-12 15:20:26 -04:00
test Remove Apache headers from source. 2018-03-27 13:10:18 -07:00
transforms [codemod][caffe2] comment out unused parameters 2018-03-30 21:00:44 -07:00
utils [feature request] [Caffe2] Enable MKLDNN support for inference (#6699) 2018-04-22 21:58:14 -07:00
video Remove Apache headers from source. 2018-03-27 13:10:18 -07:00
.clang-format Add clang-format style file to caffe2 2018-02-05 20:35:18 -08:00
__init__.py Experimental support for setup.py develop mode install 2018-02-12 23:36:18 -08:00
CMakeLists.txt [nomnigraph] Expose transformations to python 2018-03-30 21:00:44 -07:00
README.md Move README.md to caffe2/ in prep for merge. (#2479) 2018-03-29 14:09:32 -07:00
release-notes.md Delete defunct .travis files, and move release-notes.md to caffe2 dir. (#2472) 2018-03-28 15:54:32 -07:00
requirements.txt Rename setup.py to setup_caffe2.py (#2483) 2018-03-30 07:29:55 -07:00
VERSION_NUMBER Rename setup.py to setup_caffe2.py (#2483) 2018-03-30 07:29:55 -07:00

Caffe2

Jenkins Build Status

Caffe2 is a lightweight, modular, and scalable deep learning framework. Building on the original Caffe, Caffe2 is designed with expression, speed, and modularity in mind.

Questions and Feedback

Please use Github issues (https://github.com/caffe2/caffe2/issues) to ask questions, report bugs, and request new features.

Further Resources on Caffe2.ai