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
User can set regularizer layerwise. But if a container of layers use same regularizer, it's not easy to do it. I suggest add the setRegularizer function to Module level and override it in the container. So user only need to call it once instead of call it for each layer in the container.