modulus
modulus copied to clipboard
Open-source deep-learning framework for building, training, and fine-tuning deep learning models using state-of-the-art Physics-ML methods
### Version 0.6.0 ### On which installation method(s) does this occur? Docker, Pip, Source ### Describe the issue When using SongUNetPosEmbed for diffusion there is an option to disable positional...
# Modulus Pull Request ## Description Often times it is required to store some metadata with the checkpoints. This PR extends the checkpointing utility to enable that. ## Checklist -...
# Modulus Pull Request ## Description This PR contains an example of Bistride Multiscale MeshGraphNet model, described in the [corresponding paper](https://arxiv.org/pdf/2210.02573). This is a Modulus compatible version of the earlier...
# Modulus Pull Request ## Description [utils.py](https://github.com/srib/modulus/blob/main/examples/cfd/aero_graph_net/utils.py) in `aero_graph_net` uses `shapely`. It is missing here. Adding `shapely` to installation. ## Checklist - [x] I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/modulus/blob/main/CONTRIBUTING.md)....
multi-level gnn # Modulus Pull Request ## Description ## Checklist - [x] I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/modulus/blob/main/CONTRIBUTING.md). - [x] New or existing tests cover these changes. - [x]...
# Modulus Pull Request ## Description Adds a simple utility to generate STL from SDF. ## Checklist - [x] I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/modulus/blob/main/CONTRIBUTING.md). - [x] New or...
# Modulus Pull Request ## Description This fixes the unintended behavior in the warm-up learning rate if decay is smaller than 1 ## Checklist - [x] I am familiar with...
# Modulus Pull Request ## Description - Add transolver model from ICML 2024. ## Checklist - [x] I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/modulus/blob/main/CONTRIBUTING.md). - [x] New or existing tests...