We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff35426 commit 7a71150Copy full SHA for 7a71150
lib/layers.py
@@ -290,6 +290,8 @@ def get_config(self):
290
'bias_regularizer': regularizers.serialize(self.bias_regularizer),
291
'activity_regularizer':
292
regularizers.serialize(self.activity_regularizer),
293
+ 'weight_regularizer': regularizers.serialize(self.weight_regularizer),
294
+ 'dropout_regularizer': regularizers.serialize(self.dropout_regularizer),
295
'kernel_constraint': constraints.serialize(self.kernel_constraint),
296
'bias_constraint': constraints.serialize(self.bias_constraint)
297
})
0 commit comments