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
# PhysicsNeMo Pull Request ## Description While investigating how to make FigConvNet and DoMINO domain parallel, I ran a profile of FigConvNet and discovered some low hanging fruit for performance...
# PhysicsNeMo Pull Request ## Description This fixes a wire error with new torch, because the wrong member variable is referenced in init process group, so the except branch is...
# PhysicsNeMo Pull Request ## Description ## Checklist - [ ] I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/physicsnemo/blob/main/CONTRIBUTING.md). - [ ] New or existing tests cover these changes. - [...
### How would you describe the priority of this documentation request Critical (currently preventing usage) ### Is this for new documentation, or an update to existing docs? New ### Describe...
# PhysicsNeMo Pull Request ## Description ## Checklist - [ ] I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/physicsnemo/blob/main/CONTRIBUTING.md). - [ ] New or existing tests cover these changes. - [...
### 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...
### How would you describe the priority of this documentation request Medium ### Is this for new documentation, or an update to existing docs? Update ### Describe the incorrect/future/missing documentation...
### Is this a new feature, an improvement, or a change to existing functionality? Improvement ### How would you describe the priority of this feature request Medium ### Please provide...
Dear developers, I'm a phd student from ETHz. Could you please provide your training results of GraphCast and prove that the performance is comparable to original implementation in Jax? Like...
I tried to download data from era5 using the 34var.yaml in examples/weather/dataset_download, but got the message: ValueError: chunks keys ('time',) not found in data dimensions ('valid_time', 'latitude', 'longitude'). This was...