Regularizers¶
-
class
pywick.regularizers.L1L2Regularizer(l1_scale=0.001, l2_scale=0.001, module_filter='*')[source]¶
-
class
pywick.regularizers.MaxNormRegularizer(scale=0.001, module_filter='*')[source]¶ Bases:
pywick.regularizers.RegularizerMaxNorm regularizer on Weights
Constraints the weights to have column-wise unit norm
-
class
pywick.regularizers.NonNegRegularizer(scale=0.001, module_filter='*')[source]¶ Bases:
pywick.regularizers.RegularizerNon-Negativity regularizer on Weights
Constraints the weights to have column-wise unit norm
-
class
pywick.regularizers.UnitNormRegularizer(scale=0.001, module_filter='*')[source]¶ Bases:
pywick.regularizers.RegularizerUnitNorm constraint on Weights
Constraints the weights to have column-wise unit norm