We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba3b00 commit 1aec8aeCopy full SHA for 1aec8ae
docs/templates/constraints.md
@@ -11,7 +11,7 @@ These layers expose 2 keyword arguments:
11
12
13
```python
14
-from keras.constraints import maxnorm
+from keras.constraints import max_norm
15
model.add(Dense(64, kernel_constraint=max_norm(2.)))
16
```
17
0 commit comments