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
The implementation of get_num_losses in `domain.py` is summing up the number of output names in constraints. Yet this is not the case when using custom loss function, e.g. when using...
Hi, report a bug about the L-BFGS optimizer. I added the training loss log during the BFGS train and found that the BFGS optimizer used the initial loss (1.361e-02) as...
# Modulus Pull Request ## Description ## Checklist - [ ] I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/modulus-sym/blob/main/CONTRIBUTING.md). - [ ] New or existing tests cover these changes. - [...
https://github.com/NVIDIA/modulus-sym/blame/f358efe44f5964b53e745d3b8ff16be779b4fb3d/examples/ode_spring_mass/spring_mass_solver.py#L26-L27
# Modulus Pull Request ## Description Implement Schrodingers equation for a 1D particle-in-a-box. Include a loss term for the inner product with another function (sine in this case), as a...
### 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...
`outvar` is a dict so need to select the appropriate key. # Modulus Pull Request ## Description Currently InferencerPlotter doesn't function for 1D data. It throws an error because the...
### Version nvidia-modulus: 0.4.0 nvidia-modulus.sym:1.3.0 ### On which installation method(s) does this occur? Pip ### Describe the issue Using the Stan activation function according to the URL: https://github.com/NVIDIA/modulus-sym/blob/main/examples/helmholtz/conf/config_stan , an...
### 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 1.7.0 ### On which installation method(s) does this occur? _No response_ ### Describe the issue When attempting to install the subprocess exits due to an error: `TypeError: float()...