pytorch/caffe2
Lu Fang 9efbc19f75 Fix the issue with C2 cont build
Summary: Issue was introduced in D21258652. We need to make sure it compiles with opt mode. We may still have some left over py2 packages. Let's just use some format work with both.

Test Plan: ci

Reviewed By: xush6528

Differential Revision: D21457394

fbshipit-source-id: cde79a0fc6b4feba307bd9d45e1a1d4a42de9263
2020-05-07 19:33:00 -07:00
..
contrib [Fakelowp] Open source fake fp16 FC ops (#37923) 2020-05-06 23:53:27 -07:00
core Back out "Revert D21171334: [pytorch][PR] Change StorageImpl to track byte count rather than element count" (#37893) 2020-05-05 22:43:15 -07:00
cuda_rtc
db Formatting cmake (to lowercase without space for if/elseif/else/endif) (#35521) 2020-03-27 14:25:17 -07:00
distributed Fix type annotations and make MyPy run on torch/ (#36584) 2020-04-22 14:17:08 -07:00
experiments Fix type annotations and make MyPy run on torch/ (#36584) 2020-04-22 14:17:08 -07:00
ideep Refactor error msg stack handling, add TORCH_RETHROW (#37101) 2020-05-04 11:56:45 -07:00
image Fix typos, via a Levenshtein-type corrector (#31523) 2020-01-17 16:03:19 -08:00
mobile Make msg() and msg_with_backtrace() private (#37094) 2020-05-04 11:54:34 -07:00
mpi
observers preprocessor cleanup (#33957) 2020-03-02 13:37:19 -08:00
onnx To fix caffe2 model with Copy OP cannot export to onnx model (#37144) 2020-05-04 11:34:09 -07:00
operators To fix caffe2 model with Copy OP cannot export to onnx model (#37144) 2020-05-04 11:34:09 -07:00
opt [Onnxifi] Cache output shape inference result for OnnxifiOp (#37796) 2020-05-04 21:27:28 -07:00
perfkernels implement L2 regularization for Adagrad in caffe2 and dper (#37705) 2020-05-03 10:42:49 -07:00
predictor Fix typos, via a Levenshtein-type corrector (#31523) 2020-01-17 16:03:19 -08:00
proto Formatting cmake (to lowercase without space for if/elseif/else/endif) (#35521) 2020-03-27 14:25:17 -07:00
python Fix the issue with C2 cont build 2020-05-07 19:33:00 -07:00
quantization Remove unpacked int8 blob after constructing the packed blob to save memory (#37973) 2020-05-07 14:05:30 -07:00
queue Replace c10::guts::stuff with std::stuff (#30915) 2019-12-16 13:57:19 -08:00
serialize Bump produced file format version (#36085) 2020-04-09 22:52:49 -07:00
sgd [caffe2] L2 regularization for (RowWise)SparseAdagrad fusion on GPUs (#37805) 2020-05-05 00:05:32 -07:00
share Formatting cmake (to lowercase without space for if/elseif/else/endif) (#35521) 2020-03-27 14:25:17 -07:00
test
transforms Fix signed-unsigned warnings (#34791) 2020-03-19 00:29:56 -07:00
utils Do not define C10_IOS on Mac (#37283) 2020-04-25 13:52:46 -07:00
video Fix compilation error when buildng with FFMPEG (#27589) 2020-02-13 11:23:48 -08:00
.clang-format
__init__.py
c2_aten_srcs.bzl Back out "Back out "Back out "Revert D18542342: Boxed variable dispatch""" (#30650) 2019-12-06 11:45:09 -08:00
CMakeLists.txt [CUDA_FUSER] Expand operation support for cuda fuser (#37849) 2020-05-07 09:21:09 -07:00
README.md
release-notes.md
requirements.txt Add requests as a legit dependency (#25596) 2019-09-04 17:43:37 -07:00
VERSION_NUMBER

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/pytorch/pytorch/issues) to ask questions, report bugs, and request new features.

Further Resources on Caffe2.ai