-
Notifications
You must be signed in to change notification settings - Fork 221
refactoring noise_schedule and time schedule into base class #1736
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
Merged
Merged
Changes from 37 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
abc6742
refactoring noise_schedule and time schedule into base class
psteinb b7d3be3
added noise schedule test
psteinb dca1939
implemented beta schedule for variance-preserving estimators
psteinb 6ec5793
code cosmetics triggered by ruff
psteinb 3e963a9
cloned VPScoreEstimator to yield improved version
psteinb 4b62510
more realistic bounds for unit test
psteinb 274212e
typo and refactoring
psteinb 74065ae
fixed wrong setup of pmean and pstd
psteinb d61e198
code reformatting
psteinb d2c0100
use the time schedule for computing the validation scores
psteinb 5b50673
propagate name change
psteinb 2081ae0
fix unit tests to respect new schedules
psteinb 4f58be6
comply with formatting
psteinb 773a28b
attempted to implement EDM-like diffusion
psteinb 6386fc8
removed "improved" denoising network
psteinb 2bbd92f
consolidated tests
psteinb 8f0c65a
removed occurrances of vp++
psteinb 833c17b
removed all mentions of edm
psteinb 74d60f2
Merge remote-tracking branch 'origin/main' into psteinb-explicit_nois…
janfb ec81ec0
ruff fixes
janfb bfb0f3a
WIP : use time schedule in loss function, address device issues
55ad6b3
call solve_schedule in validation step
5a60729
add solve_schedule method, call train_schedule in loss
6beb9ac
call the solve schedule during sampling with SDE
beb187e
add a solve_schedule function in the conditional vf estimator class t…
e750c67
make the solve schedule deterministic
ece8ede
corrections on solve schedule
a7078c9
WIP : create solve schedule in base class
aaff762
modify arguments of solve schedule
89d0c8d
change train_schedule + docstrings fixes + device handling
70f4b21
include validation times nugget to avoid instabilities during training
7383d9c
change the nb of simulations for ve option
f1ef67e
change device in solve schedule
32eec91
add noise schedule in VE subclass
1a032b7
reshape noise schedule output in VE class
b851fd7
reshape noise schedule output in VE class
f17126d
add tests on train and solve schedule shapes, devices, bounds
ecb295c
formatting and changing tests
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.