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

``` cfg.dataset.data_path = to_absolute_path(cfg.dataset.data_path) if hasattr(cfg, "global_means_path"): cfg.global_means_path = to_absolute_path(cfg.global_means_path) if hasattr(cfg, "global_stds_path"): cfg.global_stds_path = to_absolute_path(cfg.global_stds_path) ``` The first line should be moved to the CWB dataloader because this triggers...

1 - On Deck

Specifically, I am proposing this ``` git mv examples/generative/corrdiff/training/training_loop.py modulus/utils/generative/ ``` This will allow other projects to use the training loop by importing it. We have close duplicates of this...

### Is this a new feature, an improvement, or a change to existing functionality? New Feature ### How would you describe the priority of this feature request Low (would be...

enhancement
? - Needs Triage

# Modulus Pull Request ## Description This PR adds support for TF32 based matrix multiplies to speed up training by ~3.2x ## Checklist - [x] I am familiar with the...

# Modulus Pull Request ## Description ### What is this PR about? This PR includes a series of suggestions generated by Artemis (see our github profile for more info), aimed...

### Is this a new feature, an improvement, or a change to existing functionality? New Feature, Adding model card to unified recipe that will allow transferring the model and all...

enhancement
? - Needs Triage

### Is this a new feature, an improvement, or a change to existing functionality? New Feature ### How would you describe the priority of this feature request Critical (currently preventing...

enhancement
? - Needs Triage

### Is this a new feature, an improvement, or a change to existing functionality? New Feature ### How would you describe the priority of this feature request Critical (currently preventing...

enhancement

It would be beneficial to have a simplified script in the CorrDiff example that shows how to run inference on a single netcdf/zarr/xarray array. This inference script would be minimal...

```[tasklist] ### Tasks - [ ] Implement a graph transformer model in Modulus - [ ] Graph transformer documentation - [ ] Graph transformer example - [ ] Graph transformer...

0 - Backlog