How to impose physical information in dde.nn.DeepONetCartesianProd. #1874
Unanswered
LanPeng-94
asked this question in
Q&A
Replies: 1 comment 1 reply
-
https://deepxde.readthedocs.io/en/latest/demos/operator.html |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suppose the u, y, and s data dimensions are (2000, 101), (200, 2), and (2000, 200), respectively. Using
dde.nn.DeepONetCartesianProd
, how do we impose automatic differentiation in the following code. Because the s_t and s dimensions do not match.Beta Was this translation helpful? Give feedback.
All reactions