Caffe2 - Python API
A deep learning, cross platform ML framework
Public Member Functions | Public Attributes | List of all members
caffe2.python.regularizer.Regularizer Class Reference
Inheritance diagram for caffe2.python.regularizer.Regularizer:
caffe2.python.regularizer.BoundedGradientProjection caffe2.python.regularizer.ConstantNorm caffe2.python.regularizer.GroupL1Norm caffe2.python.regularizer.L1Norm caffe2.python.regularizer.L2Norm caffe2.python.regularizer.LogBarrier caffe2.python.regularizer.MaxNorm

Public Member Functions

def __init__ (self)
 
def __call__ (self, net, param_init_net, param, grad=None, by=None)
 

Public Attributes

 kEpsilon
 

Detailed Description

Definition at line 14 of file regularizer.py.


The documentation for this class was generated from the following file: