Skip to content

Commit 4a8288d

Browse files
committed
Fix docstring
1 parent af2d1c2 commit 4a8288d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

deepxde/model.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,11 @@ def compile(
112112
weighted by the `loss_weights` coefficients.
113113
external_trainable_variables: A trainable ``dde.Variable`` object or a list
114114
of trainable ``dde.Variable`` objects. The unknown parameters in the
115-
physics systems that need to be recovered. If the backend is
116-
tensorflow.compat.v1, `external_trainable_variables` is ignored, and all
117-
trainable ``dde.Variable`` objects are automatically collected.
115+
physics systems that need to be recovered. Regularization will not be
116+
applied to these variables. If the backend is tensorflow.compat.v1,
117+
`external_trainable_variables` is ignored, and all trainable ``dde.Variable``
118+
objects are automatically collected.
119+
118120
verbose (Integer): Controls the verbosity of the compile process.
119121
"""
120122
if verbose > 0 and config.rank == 0:

0 commit comments

Comments
 (0)