pytorch/caffe2
Xinyi Zhang 45880f4246 Change logging to remove the word "error" from info log
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/30468

Reviewed By: xianjiec

Differential Revision: D18702959

fbshipit-source-id: a777445bea735dce89182dd95f38907963fab556
2019-11-26 12:16:21 -08:00
..
contrib Switch ScriptModuleOp to use a unique_ptr 2019-11-14 19:36:00 -08:00
core Hide the OperatorKernel* argument from the stack based kernel API (#29337) 2019-11-23 15:25:01 -08:00
cuda_rtc
db
distributed
experiments
ideep
image
mobile
mpi
observers
onnx Support Offline Tensors through ONNXIFI layer 2019-10-31 10:33:42 -07:00
operators Change logging to remove the word "error" from info log 2019-11-26 12:16:21 -08:00
opt replace the SLSRQ for their right emulations in the replayer test (#30367) 2019-11-23 00:06:03 -08:00
perfkernels fix comment index_size->output_size (#29831) 2019-11-16 01:49:02 -08:00
predictor
proto Add inferBoundShapeOp 2019-11-22 12:04:45 -08:00
python Support in-place update in IndexHashOp (#30275) 2019-11-22 14:49:28 -08:00
quantization col max hist observer 2019-11-20 16:29:53 -08:00
queue
serialize Detect TorchScript archives in torch.load (#29339) 2019-11-22 12:30:30 -08:00
sgd Integrate RAdam to SparseAdamOp 2019-11-18 10:20:01 -08:00
share
test
transforms
utils Fix deadlock issues in ThreadPool (#29885) 2019-11-15 19:27:52 -08:00
video
.clang-format
__init__.py
c2_aten_srcs.bzl Remove Tensor.h, TensorMethods.h from src/core. (#27086) 2019-10-06 09:37:50 -07:00
CMakeLists.txt move module_save.cpp to non-mobile build section in cmake (#30221) 2019-11-21 18:56:34 -08: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