forked from yang-song/score_sde_pytorch
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable multivariate emulator training and sampling #38
Merged
Conversation
This file contains 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
for upcoming changes related to multivariate work
for the xfm for relhum of recentring 0-100 percentages to -1 to 1
by using the same random numbers for computing loss when not in train mode
partly for debugging but also to see improvements
to be able to use hopefully better xfms for tmean150cm and relhum150cm
instead just do the big ones
rather than score-sde/diffusion setting
as well as diffusion type models
in theory this should replace the mirroring deterministic package but obviously we should test this once blue pebble is back up properly also include configs for a now more tuned config for plain det unet and one that resembles the old det unet config more closely
so can basically disable EMA with a flag. This is another difference between u-net trained on score_sde side deterministically and the separate deterministic training approach."" In theory decay rate of 1 should allow this but it's complicated by a num_updates params too
a rate of 1 means no EMA this is backwards compatible unlike adding a new config attribute
for backwards compatibility
Random initization of location-specific parameters
though I think this can't be done entirely on the fly from CLI yet
rather than rely on it being pre-installed by anther means but still allow for compilation of custom extensions
Switch to using cuda package from nvidia's conda channels
now can do deterministic (MSE) training on the score_sde_pytorch side
no reason anymore to have it in this namespace now that parallel deterministic namespace has been removed
Remove deterministic package
so not quite what it was before but much easier to remember
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.
NB merging this branch does not assume that multivariate models are "good" (for whatever definition of good) merely that they work (i.e. don't blow up or produce entirely random output).
To Do:
Covers: