File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments