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

Add capability for consistent GNN training from nekRS #14

Open
3 tasks
rickybalin opened this issue Mar 7, 2025 · 0 comments
Open
3 tasks

Add capability for consistent GNN training from nekRS #14

rickybalin opened this issue Mar 7, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@rickybalin
Copy link

This is a feature request to add the ability to train a consistent GNN online from nekRS data.

Consistency is currently enforced by running a pre-processing step (create_halo_info.py) on the nekRS data saved to disk in order to produce the needed data structures. This pre-processing step works in parallel, but does not scale very well.

As a first step:

  • Add the pre-processing step to the Trainer class (in trainer.py) in order to generate the necessary data structures for the halo exchange and the consistent loss during online training.

As a second step:

  • Look into scaling the Python pre-processing step
  • Add the pre-processing step to the gnn plugin and make nekRS compute and provide those data structures along with the other GNN and graph data.
@rickybalin rickybalin self-assigned this Mar 7, 2025
@rickybalin rickybalin added the enhancement New feature or request label Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant