pytorch/caffe2
Yanghan Wang ad64789a1e add aligned option to RoIAlign
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/23706

Reviewed By: ppwwyyxx

Differential Revision: D16615823

fbshipit-source-id: fd9152af8bc979cb04044413e66af349b032a99d
2019-08-07 21:22:33 -07:00
..
contrib Rename AT_FORALL_SCALAR_TYPES_WITH_COMPLEX to AT_FORALL_SCALAR_TYPES_WITH_COMPLEX_AND_STUBS 2019-07-31 08:17:17 -07:00
core Add support to serialize qtensor in JIT. (#23356) 2019-07-26 15:52:15 -07:00
cuda_rtc Change ConvPoolOp<Context>::SetOutputSize to ConvPoolOp<Context>::GetOutputSize (#17764) 2019-03-07 18:38:53 -08:00
db Apply modernize-use-override (2nd iteration) 2019-02-14 16:52:57 -08:00
distributed Manual hipify caffe2/distributed and rocm update (no hcc modules support) (#18088) 2019-03-29 11:07:32 -07:00
experiments
ideep Removed work around for convolution transpose op since the bug has be… (#22184) 2019-06-25 14:34:34 -07:00
image Clang-format ImageInputOp (#20441) 2019-05-16 23:00:09 -07:00
mobile Remove API-level guard on NeuralNetworks.h (#22429) 2019-07-01 22:09:11 -07:00
mpi
observers Remove GPU dependency from ProfileObserver (#17592) 2019-03-04 10:00:46 -08:00
onnx Support ONNX export Multinomial (#23581) 2019-08-02 11:06:21 -07:00
operators add aligned option to RoIAlign 2019-08-07 21:22:33 -07:00
opt Set caffe2_tvm_min_ops to 8 (#23893) 2019-08-06 14:48:45 -07:00
perfkernels change the epilogue of SLS to match the simd section (#21439) 2019-06-05 18:41:55 -07:00
predictor BlackBoxPredictor OSS part N: ThreadLocalPtr, InferenceGraph (#23257) 2019-07-24 14:35:30 -07:00
proto Add support to serialize qtensor in JIT. (#23356) 2019-07-26 15:52:15 -07:00
python add aligned option to RoIAlign 2019-08-07 21:22:33 -07:00
quantization Expose the quantized inputs and output of dynamic quantized int8 FC operator for debugging (#23566) 2019-08-02 21:23:43 -07:00
queue Revert "Tensor construction codemod(raw_mutable_data) (#16373)" (#18680) 2019-04-01 14:39:13 -07:00
serialize Compress debug symbols when serializing TorchScript models. 2019-08-01 22:30:27 -07:00
sgd support both regularizable and sofmax re-weighting on sparse features in dot product (#22176) 2019-06-24 21:27:33 -07:00
share Change ConvPoolOp<Context>::SetOutputSize to ConvPoolOp<Context>::GetOutputSize (#17764) 2019-03-07 18:38:53 -08:00
test
transforms fix -Wsign-compare warnings for some files inside c2 (#18123) 2019-03-19 10:39:20 -07:00
utils BlackBoxPredictor OSS part 5: glow transforms 2019-07-23 16:39:23 -07:00
video update video input (#22471) 2019-07-05 00:56:33 -07:00
__init__.py
.clang-format
CMakeLists.txt sync and async torch.distributed.rpc for builtin operators (#23228) 2019-08-06 16:03:01 -07:00
README.md
release-notes.md
requirements.txt
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