pytorch/caffe2
Jongsoo Park f27be2f781 [caffe2] fix wrong comment (#42735)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/42735

We use reduced precision only for embedding table (not for momentum) in RowWiseSparseAdagrad

Test Plan: .

Reviewed By: jianyuh

Differential Revision: D23003939

fbshipit-source-id: 062290d94b160100bc4c2f48b797833819f8e88a
2020-09-08 18:54:24 -07:00
..
contrib skip test_tanhquantize for now (#44312) 2020-09-08 11:21:41 -07:00
core Revert D23490149: [pytorch][PR] Compile less legacy code when BUILD_CAFFE2 is set to False 2020-09-04 22:59:39 -07:00
cuda_rtc
db
distributed [caffe2] add type annotations for caffe2.distributed.python 2020-08-07 13:12:53 -07:00
experiments
ideep Ensure IDEEP transpose operator works correctly 2020-08-11 12:58:31 -07:00
image
mobile
mpi
observers
onnx Add python inferface to create OfflineTensor (#42516) 2020-08-04 01:31:34 -07:00
operators Histogram Binning Calibration 2020-09-06 17:11:16 -07:00
opt Add API for onnxifi with AOT Glow ONNX (#44021) 2020-09-03 22:46:20 -07:00
perfkernels
predictor [caffe2] Special handling of If/AsyncIf op in RemoveOpsByType (#42286) 2020-07-30 02:02:20 -07:00
proto Revert D23490149: [pytorch][PR] Compile less legacy code when BUILD_CAFFE2 is set to False 2020-09-04 22:59:39 -07:00
python [dper3] Export Caffe2 operator LearningRate to PyTorch 2020-09-08 08:50:09 -07:00
quantization Fix PackedGemmMatrixFP16 repacking (#43320) 2020-08-21 10:58:18 -07:00
queue
serialize Enable TF32 support for cuDNN (#40737) 2020-09-01 15:34:24 -07:00
sgd [caffe2] fix wrong comment (#42735) 2020-09-08 18:54:24 -07:00
share
test
transforms Replaced whitelisted with allowed (#41867) 2020-07-23 16:53:51 -07:00
utils Histogram Binning Calibration 2020-09-06 17:11:16 -07:00
video
.clang-format
__init__.py
c2_aten_srcs.bzl
CMakeLists.txt Revert D23490149: [pytorch][PR] Compile less legacy code when BUILD_CAFFE2 is set to False 2020-09-04 22:59:39 -07:00
README.md Grammar patch 1 (.md) (#41599) 2020-07-20 10:19:08 -07:00
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