trax icon indicating copy to clipboard operation
trax copied to clipboard

L2 & L1 Regularizers in Trax

Open ghost opened this issue 3 years ago • 0 comments

In Keras we can easily implement our regularizers such as : tf.keras.layers.Dense(3, kernel_regularizer='l2'). But I could not find such an attribute or function to do a similar task in Trax. It should be such an option in Trax, but maybe there are some other parameters for this task.

Thanks in advance.

ghost avatar Jul 16 '21 20:07 ghost