How to create a dataset from our own data #569
Unanswered
zarkoivkovicc
asked this question in
Q&A
Replies: 3 comments
-
I think burger1D problem is very close to your problem, check the data format with following code could be helpful.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Moving to a discussion |
Beta Was this translation helpful? Give feedback.
0 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.
-
I have a dataset as a numpy array with shape (b,t,g) with b being number of simulated trajectories, t number of time steps per trajectory and g number of spacial point on the grid (1D). How can I make the dataset and dataloaders that can be used with Trainer and FNO model?
Beta Was this translation helpful? Give feedback.
All reactions