pytorch/caffe2
Kevin Chen c2223df578 Implement LpNorm regularizer to be used on the inputs for feature importance (#26376)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/26376

* Create the new dense_feature_reg (FCInputLpNorm) for feature importance to be applied to the fully-connected layer for feature-importance.

Test Plan: * Unit test located in: `caffe2/caffe2/fb/dper/layer_models/tests/split_1/sparse_nn_test.py`

Reviewed By: un-disclosed

Differential Revision: D17360361

fbshipit-source-id: 1a0e119eeb17199a13dfffe58b3036ea4255e301
2019-10-03 09:39:42 -07:00
..
contrib Increase failure threshold for timing based assert (#25867) 2019-09-11 02:17:37 -07:00
core c10::KernelFunction (#26337) 2019-09-20 18:55:25 -07:00
cuda_rtc
db
distributed
experiments
ideep Build torch.distributed with Gloo backend on macOS (#25260) 2019-09-05 07:09:50 -07:00
image
mobile
mpi
observers
onnx
operators Expose PiecewiseLinearTransform to PyTorch 2019-09-27 12:49:04 -07:00
opt Add fakefp16 transformation. 2019-09-27 16:46:03 -07:00
perfkernels get rid of protobuf dependencies (#25650) 2019-09-06 08:48:20 -07:00
predictor
proto adding OpProfile proto into ProfDAGProtos to support storing operation cost (#26677) 2019-09-23 20:44:15 -07:00
python Implement LpNorm regularizer to be used on the inputs for feature importance (#26376) 2019-10-03 09:39:42 -07:00
quantization Back out "Add int8 resize nearest 3d op in DNNLOWP" (#27056) 2019-09-30 09:57:47 -07:00
queue
serialize Add some extra info to PyTorchStreamReader/Writer errors (#27006) 2019-10-01 17:11:36 -07:00
sgd fix composite learning rate (#26227) 2019-09-18 17:34:17 -07:00
share
test
transforms
utils Remove LOG(INFO) from math_cpu.cc (#27001) 2019-09-27 16:37:49 -07:00
video
.clang-format
__init__.py
c2_aten_srcs.bzl Whitelist ATen/core sources and headers for Caffe2 (#26609) 2019-09-23 18:31:06 -07:00
CMakeLists.txt Add send and recv backward functions for builtin operators RPC. (#25527) 2019-10-03 01:18:46 -07: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