lululxvi / deeponet

Learning nonlinear operators via DeepONet
Other
509 stars 139 forks source link

Is the DeepONet predict solution more efficient than the original method? #33

Closed xuliang5115 closed 1 year ago

xuliang5115 commented 1 year ago

I generage a dataset from original method( finite difference methods for 2-D wave problem),train a DeepONet and predict solutions. But, it seems not to speed the predict efficient compare to original method. I notice many article about DeepONet has the 1000x speed up than original method. What can i do to improve it?

Thanks a lot for your help.