File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -556,7 +556,6 @@ def on_train_end(self):
556556 )
557557
558558
559-
560559class PDEPointResampler (Callback ):
561560 """Resample the training points for PDE and/or BC losses every given period.
562561
Original file line number Diff line number Diff line change 44from .nn import NN
55from .. import activations
66from .. import initializers
7- from deepxde .utils .deeponet_strategy import (
7+ from .. .utils .deeponet_strategy import (
88 SingleOutputStrategy ,
99 IndependentStrategy ,
1010 SplitBothStrategy ,
Original file line number Diff line number Diff line change 55from .fnn import FNN
66from .nn import NN
77from .. import activations
8- from deepxde .utils .deeponet_strategy import (
8+ from .. .utils .deeponet_strategy import (
99 SingleOutputStrategy ,
1010 IndependentStrategy ,
1111 SplitBothStrategy ,
Original file line number Diff line number Diff line change 33from .fnn import FNN
44from .nn import NN
55from .. import activations
6- from deepxde .utils .deeponet_strategy import (
6+ from .. .utils .deeponet_strategy import (
77 SingleOutputStrategy ,
88 IndependentStrategy ,
99 SplitBothStrategy ,
You can’t perform that action at this time.
0 commit comments