Open Dong148 opened 8 months ago
How to add Regularizer and Constraint effect correctly to a weight/bias variable or activity?
THANKS FOR HELP
You can add a regularization term the way you usually would, put an l2 penalty on the weights being large and add that to the loss function that you backprop.
How to add Regularizer and Constraint effect correctly to a weight/bias variable or activity?
THANKS FOR HELP