physicsnemo icon indicating copy to clipboard operation
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

Results 242 physicsnemo issues
Sort by recently updated
recently updated
newest added

### 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...

bug
? - Needs Triage

# 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...

3 - Ready for Review

# 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...

bug
external

# 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)`....

4 - In Review

# 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...

bug
2 - In Progress