pytorch/caffe2
Hector Yuen 2b8aea3ada add more logging messages to dimension checks of FCGradient (#9203)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/9203

Closes https://github.com/pytorch/pytorch/pull/9203

Added extra logging for FCGradient input dimension checks

Reviewed By: yinghai

Differential Revision: D8738549

fbshipit-source-id: d4f26572d86f3d44f40c9dca62d4f241ba15aead
2018-07-09 16:55:26 -07:00
..
contrib Adds serialization path (#9035) 2018-07-02 09:09:39 -07:00
core Fix Pytorch Mac build issues (#9283) 2018-07-09 15:40:46 -07:00
cuda_rtc Remove Apache headers from source. 2018-03-27 13:10:18 -07:00
db Remove Apache headers from source. 2018-03-27 13:10:18 -07:00
distributed Update from Facebook (#8887) 2018-06-26 14:55:48 -07:00
experiments fbshipit-source-id: ba600fcd2b5cefc7621357bdeb05e24cea02e5af 2018-06-27 04:50:56 -07:00
ideep Update from Facebook (#8887) 2018-06-26 14:55:48 -07:00
image by default, donot throw image decoding error (#8951) 2018-06-27 14:26:49 -07:00
mkl Update from Facebook (#8887) 2018-06-26 14:55:48 -07:00
mobile fbshipit-source-id: ba600fcd2b5cefc7621357bdeb05e24cea02e5af 2018-06-27 04:50:56 -07:00
mpi Remove Apache headers from source. 2018-03-27 13:10:18 -07:00
observers [caffe2][tiny][fix] Make the build work with profile observers (#6908) 2018-04-24 12:46:48 -07:00
onnx Add support for ArgMax and ArgMin in C2 onnx backend and frontend (#9050) 2018-07-05 14:26:08 -07:00
operators add more logging messages to dimension checks of FCGradient (#9203) 2018-07-09 16:55:26 -07:00
opt Expose generic device copy algorithm (#9009) 2018-07-08 15:40:36 -07:00
perfkernels Add SparseLengthsPositionalWeightedSum operator that fuses SparseLengthsWeightedSum, LengthsRangeFill, and Gather 2018-03-27 18:10:39 -07:00
proto Adds serialization path (#9035) 2018-07-02 09:09:39 -07:00
python Normalize IDEEP spatial bn op test (#9276) 2018-07-09 11:55:41 -07:00
queue fbshipit-source-id: ba600fcd2b5cefc7621357bdeb05e24cea02e5af 2018-06-27 04:50:56 -07:00
sgd Add FTRL Optimzier with Group Lasso regularizer (#9074) 2018-07-06 13:41:00 -07:00
share Simplify pthreadpool implementation on top of Caffe2 thread pool (#7666) 2018-06-18 19:06:50 -07:00
test Remove Apache headers from source. 2018-03-27 13:10:18 -07:00
transforms [codemod][caffe2] comment out unused parameters 2018-03-30 21:00:44 -07:00
utils Fix Mac CUDA issues (#9269) 2018-07-09 12:40:40 -07:00
video [cmake] Make cudnn optional (#8265) 2018-06-08 02:04:27 -07:00
.clang-format Add clang-format style file to caffe2 2018-02-05 20:35:18 -08:00
__init__.py Experimental support for setup.py develop mode install 2018-02-12 23:36:18 -08:00
CMakeLists.txt caffe2 hip python binding (#8491) 2018-06-14 19:56:56 -07:00
README.md Move README.md to caffe2/ in prep for merge. (#2479) 2018-03-29 14:09:32 -07:00
release-notes.md Cleanup of the shipit commit (#8956) 2018-06-27 14:41:59 -07:00
requirements.txt Rename setup.py to setup_caffe2.py (#2483) 2018-03-30 07:29:55 -07:00
VERSION_NUMBER Rename setup.py to setup_caffe2.py (#2483) 2018-03-30 07:29:55 -07:00

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

Further Resources on Caffe2.ai