pytorch/caffe2
Jongsoo Park a7fe200f5f [caffe2] simplify caffe2 code with fbgemm handling block size 1 emb (#33774)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/33774

Simplify caffe2 code using D19246900

Test Plan: CI

Reviewed By: jianyuh

Differential Revision: D20102410

fbshipit-source-id: 8de4d9cfac66898db0718ac6477339fd5e5428e3
2020-02-27 14:45:28 -08:00
..
contrib Add Scalar::type() (#33603) 2020-02-26 22:25:18 -08:00
core [jit] do the code reorg (#33851) 2020-02-27 13:02:51 -08:00
cuda_rtc Change ConvPoolOp<Context>::SetOutputSize to ConvPoolOp<Context>::GetOutputSize (#17764) 2019-03-07 18:38:53 -08:00
db [Caffe2] Skip //caffe2/caffe2:caffe2_test_cpu -- 'DBSeekTest\.RocksDB' 2020-02-21 21:30:02 -08:00
distributed Manual hipify caffe2/distributed and rocm update (no hcc modules support) (#18088) 2019-03-29 11:07:32 -07:00
experiments Fix typos, via a Levenshtein-type corrector (#31523) 2020-01-17 16:03:19 -08:00
ideep Enable mkldnn on windows (#31355) 2020-01-27 09:00:02 -08:00
image Fix typos, via a Levenshtein-type corrector (#31523) 2020-01-17 16:03:19 -08:00
mobile Fix spelling errors 2020-01-28 04:46:15 -08:00
mpi
observers Replace c10::guts::stuff with std::stuff (#30915) 2019-12-16 13:57:19 -08:00
onnx Fix typos, via a Levenshtein-type corrector (#31523) 2020-01-17 16:03:19 -08:00
operators [Caffe2] Fix shape inference for element-wise operators (#33431) 2020-02-25 09:03:06 -08:00
opt [TVM] Remove dynamic batch size dispatching (#33584) 2020-02-20 16:13:29 -08:00
perfkernels [caffe2] simplify caffe2 code with fbgemm handling block size 1 emb (#33774) 2020-02-27 14:45:28 -08:00
predictor Fix typos, via a Levenshtein-type corrector (#31523) 2020-01-17 16:03:19 -08:00
proto Add partition info message to NetDef (#33616) 2020-02-26 14:54:58 -08:00
python [jit] do the code reorg (#33851) 2020-02-27 13:02:51 -08:00
quantization Disable printing of the histogram when dump (#33749) 2020-02-25 17:37:55 -08:00
queue Replace c10::guts::stuff with std::stuff (#30915) 2019-12-16 13:57:19 -08:00
serialize misc windows warning fixes (#33632) 2020-02-21 19:36:25 -08:00
sgd [C2] Tiny changes to adagrad to make it slightly better. (#33727) 2020-02-24 23:02:17 -08:00
share [caffe2] simplify relative error expr (#32999) 2020-02-19 16:35:44 -08:00
test
transforms fix -Wsign-compare warnings for some files inside c2 (#18123) 2019-03-19 10:39:20 -07:00
utils [caffe2] use Clang identification macro in various places (#33574) 2020-02-20 15:16:11 -08:00
video Fix compilation error when buildng with FFMPEG (#27589) 2020-02-13 11:23:48 -08:00
__init__.py
.clang-format
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 [jit] do the code reorg (#33851) 2020-02-27 13:02:51 -08: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