is there any way to use kernel regularization in a flax conv #13227
Unanswered
BigBalloon8
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
keras has:
tf.keras.layers.Conv2D(32, 3, kernel_regularizer=regularizers.l2(0.00004))
but flax does not give the option for a kernal regulizer do i have to implemnet from scratch or is there an altenative
Beta Was this translation helpful? Give feedback.
All reactions