Skip to content

Commit bd348aa

Browse files
authored
Fix the link to diffusion_1d_resample.py (#1702)
1 parent ad369e1 commit bd348aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepxde/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)