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 571233a commit 67d1091Copy full SHA for 67d1091
deepxde/nn/regularizers.py
@@ -7,7 +7,7 @@ def get(identifier):
7
Args:
8
identifier (list/tuple): Specifies the type of regularizer and
9
regularization factor. The first element should be one of "l1", "l2",
10
- "orthogonal", or "l1l2" ("l1+l2"). For "l1", "l2", or "orthogonal",
+ "l1l2" ("l1+l2"), or "orthogonal". For "l1", "l2", or "orthogonal",
11
you can provide a single factor value. For "l1l2" ("l1+l2"),
12
both "l1" and "l2" factors are required.
13
"""
0 commit comments