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

Large-scale experiment #284

Closed
dgm2 opened this issue Apr 9, 2024 · 2 comments
Closed

Large-scale experiment #284

dgm2 opened this issue Apr 9, 2024 · 2 comments
Labels
help wanted Extra attention is needed question Further information is requested tutorials Improvements or additions to tutorials

Comments

@dgm2
Copy link

dgm2 commented Apr 9, 2024

Hi
Could you suggest how to create an example / or how is possible to have a 1) large-scale 2) more challenging experiment in this library?
E.g.

  • large number of sequences (tutorial1 is just curve with 20 points ?) making this large scale is just making more points or one can have also more curves?
  • any other features that require significant training to achieve performance (e.g. a few hours) (similar to existing benchmarks you mention in your paper)

For example, how to apply any of those to tutorial1 or tutorial2 etc.
Thanks for your work

@dgm2 dgm2 added the help wanted Extra attention is needed label Apr 9, 2024
@dario-coscia dario-coscia added question Further information is requested tutorials Improvements or additions to tutorials labels Apr 9, 2024
@dario-coscia
Copy link
Collaborator

Hi @dgm2 👋🏼 Thank you for submitting the issue. Ideed the tutorials are thought to be run in just few seconds or maximum one minute, hence for explanation purposes.

If you want a challenging experiment (for PINNs) try to have a look at our examples, maybe the Stokes problem is a good start. For NOs I would suggest you to download the KS dataset which is a very challenging dataset and try with one of our available neural operators (FNO, LNO, AVNO, DeepONet, MIONet) or make your own one. This dataset has been used in literature for complex analysis (see for example Message Passing Neural PDE Solvers).

Finally, if you want to suggest some problems that might be interesting for you and useful for the community we can think to integrate them in a new benchmark section, directly downloadable from the package (or in the examples directory). Let me know how this sounds for you!

I hope this was helpful for you😃. If you like the package leave us a star ⭐️ which helps us grow the community!

@dario-coscia
Copy link
Collaborator

Hi @dgm2 , I hope you were able to run the Stokes tutorial. After your suggestion we created a PR for inserting more complex benchmarks in the PINA pipeline in #285 as importable modules, with Numerical Solution to compare.

Let's move the discussion over there🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested tutorials Improvements or additions to tutorials
Projects
None yet
Development

No branches or pull requests

2 participants