physicsnemo
physicsnemo 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.7.0 ### On which installation method(s) does this occur? Docker ### Describe the issue I'm attempting to run the `examples/weather/graphcast` example with `nvidia-modulus 0.7.0` running under the NGC...
# Modulus Pull Request ## Description Tiny fix to `HRRRMiniDataset` for training CorrDiff-Mini. At https://github.com/NVIDIA/modulus/blob/main/examples/generative/corrdiff/datasets/dataset.py#L64, we add `"train"` and `"all_times"` kwargs to the dataset config, which are not understood by...
# Modulus Pull Request ## Description Updates the documentation for the mesh-reduced example for how to download the dataset ## Checklist - [ ] I am familiar with the [Contributing...
# Modulus Pull Request ## Description ## Checklist - [x] I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/modulus/blob/main/CONTRIBUTING.md). - [ ] New or existing tests cover these changes. - [x] The...
# Modulus Pull Request ## Description This PR adds the following features/changes to the Pangu model and training script: 1. Configurable number of constant, surface, and atmosphere variables in the...
### Version 0.7 ### On which installation method(s) does this occur? _No response_ ### Describe the issue The climate data sources (`ERA5DaliExternalSource` and `ClimateDataSourceSpec`) both specify a `stride` parameter to...
# PhysicsNeMo Pull Request ## Description This PR: - Implements utilities to strip out torch dynamo wrappers when attempting to save a `Module` that was compiled with `model = torch.compile(model)`....
# PhysicsNeMo Pull Request This PR updates the DoMINO model with performance enhancements and model updates. This is not yet the domain parallelism update - that is queued for next....
### Version Latest from main branch ### On which installation method(s) does this occur? Source ### Describe the issue Following this [PR](https://github.com/NVIDIA/physicsnemo/pull/809), the CorrDiff example has an error in the...