deeponet icon indicating copy to clipboard operation
deeponet copied to clipboard

AttributeError: 'Triple' object has no attribute 'transform_inputs'

Open yejiwi opened this issue 1 year ago • 1 comments

Hi, I have the same issue as #25 and my code is already modified for the new version. What can I use instead of 'transform_inputs'?

yejiwi avatar Mar 21 '23 10:03 yejiwi

Use apply_feature_transform https://deepxde.readthedocs.io/en/latest/modules/deepxde.nn.tensorflow.html#deepxde.nn.tensorflow.nn.NN.apply_feature_transform

Also see examples at https://github.com/lu-group/deeponet-fno

lululxvi avatar Mar 30 '23 01:03 lululxvi