How to impose physical information in dde.nn.DeepONetCartesianProd. #1874
Unanswered
LanPeng-94
asked this question in
Q&A
Replies: 0 comments
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