-
Notifications
You must be signed in to change notification settings - Fork 393
Generalize the encode_parameter
in DoMINO to any arbitrary no. of global parameters input
#903
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
Generalize the encode_parameter
in DoMINO to any arbitrary no. of global parameters input
#903
Conversation
This PR is a copy of #877 that was raised against the |
I have tested end-to-end training for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good. A few general comments:
- Look at pytest in physicsnemo/test and modify the domino tests accordingly to reflect these changes
- Modify changelog.md with description of what is done here
- Rebase with physicsnemo main
- Run pre-commit and fix formatting issues
examples/cfd/external_aerodynamics/domino/src/inference_on_stl.py
Outdated
Show resolved
Hide resolved
@ktangsali can you please run blossom on this PR? |
/blossom-ci |
/blossom-ci |
/blossom-ci |
1 similar comment
/blossom-ci |
/blossom-ci |
PhysicsNeMo Pull Request
Description
This PR modifies conf.yaml, model.py and domino_datapipe.py to allow for arbitrary number of input global parameters instead of being restricted to inlet_velocity, air_density. examples/external_aerodynamics/cfd/domino is accordingly modified and tested on DrivAer dataset.
Checklist
Dependencies