Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could you kindly explain the pickle format used in your input dataset? #2

Open
bgeneto opened this issue Jan 25, 2024 · 0 comments
Open

Comments

@bgeneto
Copy link

bgeneto commented Jan 25, 2024

For example, in the DW we have the following shape for all_data:

# dataset = 'DW_1000T_1x.pk'
print(all_data.shape)
(160, 9999, 6)

I'm supposing (in this case) we have:

  • 160 different simulations (with different physical parameters).
  • 9999 points
  • and the last (third) dimension is unknown to me. Maybe index 0 is time and the last one is the actual solution. What about the others?

TIA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant