You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to avoid Keras or other package way of implementing this, we need to first discuss how to implement Regularizer in general. Then I will re commit everything.
We can implement
Regularizer
for each layer. The regularizers are applied on a per-layer basis. Here are 3 things that we can do:I will start a PR to solve 1 and 3. The rest part should be discussed before coding.
The text was updated successfully, but these errors were encountered: