Merged
Conversation
added 2 commits
March 11, 2026 09:13
Signed-off-by: root <root@pool0-01605.cm.cluster>
… into hyperparameters model section Signed-off-by: root <root@pool0-01605.cm.cluster>
Contributor
Greptile SummaryThis PR fixes several issues in the StormCast training example. The changes consolidate model hyperparameter wiring to use Key changes:
Important Files Changed
Last reviewed commit: 558a869 |
Signed-off-by: root <root@pool0-01102.cm.cluster>
Signed-off-by: Alberto Carpentieri <acarpentieri@cw-dfw-cs-001-vscode-01.cm.cluster>
…y and updated readme Signed-off-by: root <root@pool0-01763.cm.cluster>
Signed-off-by: root <root@pool0-01780.cm.cluster>
Collaborator
|
/bossom-ci |
Collaborator
|
/blossom-ci |
nbren12
pushed a commit
to nbren12/modulus
that referenced
this pull request
Mar 24, 2026
* add check in parallel to avoid sharding if not required Signed-off-by: root <root@pool0-01605.cm.cluster> * add gn apex support, invariants testing and move hyperparams for unet into hyperparameters model section Signed-off-by: root <root@pool0-01605.cm.cluster> * add condition to parallel helper Signed-off-by: root <root@pool0-01102.cm.cluster> * add training sigma bin loss Signed-off-by: Alberto Carpentieri <acarpentieri@cw-dfw-cs-001-vscode-01.cm.cluster> * modify sigma bin updating strategy and move regression loss to loss.py and updated readme Signed-off-by: root <root@pool0-01763.cm.cluster> * fix merge Signed-off-by: root <root@pool0-01780.cm.cluster> * move SigmaBinTracker in loss.py to keep trainer cleaner Signed-off-by: root <root@pool0-01780.cm.cluster> --------- Signed-off-by: root <root@pool0-01605.cm.cluster> Signed-off-by: root <root@pool0-01102.cm.cluster> Signed-off-by: Alberto Carpentieri <acarpentieri@cw-dfw-cs-001-vscode-01.cm.cluster> Signed-off-by: root <root@pool0-01763.cm.cluster> Signed-off-by: root <root@pool0-01780.cm.cluster> Co-authored-by: root <root@pool0-01605.cm.cluster> Co-authored-by: root <root@pool0-01102.cm.cluster> Co-authored-by: Alberto Carpentieri <acarpentieri@cw-dfw-cs-001-vscode-01.cm.cluster> Co-authored-by: root <root@pool0-01763.cm.cluster> Co-authored-by: root <root@pool0-01780.cm.cluster>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix Stormcast example
Description
Checklist