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
### 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...
### Version 0.2.0 ### On which installation method(s) does this occur? Docker ### Describe the issue This can mostly be fixed by modifying the number of samples in the datapipe...
### 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...
### 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 Medium ### Please...
### 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...
# Modulus Pull Request ## Description Closes https://github.com/NVIDIA/modulus/issues/506, https://github.com/NVIDIA/modulus/issues/505, https://github.com/NVIDIA/modulus/issues/486, https://github.com/NVIDIA/modulus/issues/508, https://github.com/NVIDIA/modulus/issues/509, https://github.com/NVIDIA/modulus/issues/511 ## Checklist - [x] I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/modulus/blob/main/CONTRIBUTING.md). - [x] New or existing tests...
# Modulus Pull Request ## Description SongUNetPosEmbed has the option to disable positional embeding by setting `N_grid_channels` to 0. This change keeps the forward pass from crashing by adding a...