modulus-sym
modulus-sym copied to clipboard
Framework providing pythonic APIs, algorithms and utilities to be used with Modulus core to physics inform model training as well as higher level abstraction for domain experts
# Modulus Pull Request ## Description ## Checklist - [x] I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/modulus-sym/blob/main/CONTRIBUTING.md). - [ ] New or existing tests cover these changes. - [x] The...
### 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? New Feature ### How would you describe the priority of this feature request Low (would be...
There is an issue with running Modulus Docker container such that it does work on WSL. Proposed solution is removing some library files: ``` FROM nvcr.io/nvidia/modulus/modulus:22.09 RUN rm -rf \...
### 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...
### How would you describe the priority of this documentation request Low (would be nice) ### Is this for new documentation, or an update to existing docs? New ### Describe...
### 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 Low (would be nice)...
### 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...
When working on a 3D problem, the memory usage of Vector_Test is too high compared to the actual sampled points. An example is shown below which caused crash. ```python test_fn...