tf.keras.regularizers.l1_l2

View source on GitHub

Aliases:

tf.keras.regularizers.l1_l2(
    l1=0.01,
    l2=0.01
)