TensorFlow.NET
TensorFlow.NET copied to clipboard
missing regularizers
when I use the Dense layer and start to use kernel_regularizer or bias_regularizer, I found it uses IInitializer not IRegularizer and there are missing functions like regularizers.l1_l2 , regularizers.l1, and regularizers.l2. reference: https://keras.io/api/layers/regularizers/ thanks.