File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -589,7 +589,7 @@ def train(
589589 - If you solve PDEs via ``dde.data.PDE`` or ``dde.data.TimePDE``, do not use `batch_size`, and instead use
590590 `dde.callbacks.PDEPointResampler
591591 <https://deepxde.readthedocs.io/en/latest/modules/deepxde.html#deepxde.callbacks.PDEPointResampler>`_,
592- see an `example <https://github.com/lululxvi/deepxde/blob/master/examples/diffusion_1d_resample.py>`_.
592+ see an `example <https://github.com/lululxvi/deepxde/blob/master/examples/pinn_forward/ diffusion_1d_resample.py>`_.
593593 - For DeepONet in the format of Cartesian product, if `batch_size` is an Integer,
594594 then it is the batch size for the branch input; if you want to also use mini-batch for the trunk net input,
595595 set `batch_size` as a tuple, where the fist number is the batch size for the branch net input
You can’t perform that action at this time.
0 commit comments