Replies: 2 comments 3 replies
-
Could you show the whole code? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sure, here a minimal example. This is with the raw data dimensions, no flattening or anything.
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a very simple questions, but I have been struggling to find the answer for days!
In contrast to all the examples, my input and output data has more than one dimension. How can I handle this with the deepXDE framework?
branch input: n_s X n_t X 3
trunk input: n_t X 1
output: n_s X n_t X 12
I create my data via
data.TripleCartesianProd
withX=(branch_input, trunk_input)
,y=output
.My model is
nn.DeepONetCartesianProd
.I always get dimension mismatches, no matter what I do. What is the dimension convention for this sort of multi-dimensional data?
Help would be greatly appreciated.
Carina
Example:
Beta Was this translation helpful? Give feedback.
All reactions