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

Results 66 modulus-sym issues
Sort by recently updated
recently updated
newest added

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

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 Low (would be...

enhancement
? - Needs Triage
external

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

bug
0 - Backlog

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

enhancement
? - Needs Triage
external

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

documentation
? - Needs Triage
external

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

enhancement
? - Needs Triage
external

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

enhancement

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

documentation
? - Needs Triage

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

enhancement
0 - Backlog
external