-
Notifications
You must be signed in to change notification settings - Fork 2
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
Conditional flowmodel #319
Merged
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #319 +/- ##
==========================================
+ Coverage 93.52% 93.54% +0.01%
==========================================
Files 67 67
Lines 6536 6565 +29
==========================================
+ Hits 6113 6141 +28
- Misses 423 424 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
mj-will
force-pushed
the
conditional_flowmodel
branch
from
December 11, 2023 17:26
c55df73
to
5c9e6c0
Compare
This PR requires that #358 be merged first |
mj-will
force-pushed
the
conditional_flowmodel
branch
from
December 13, 2023 14:31
5c9e6c0
to
82459a1
Compare
mj-will
force-pushed
the
conditional_flowmodel
branch
from
April 5, 2024 11:08
82459a1
to
139c8b4
Compare
Note does not support sampling from the flow
mj-will
force-pushed
the
conditional_flowmodel
branch
from
April 8, 2024 08:50
785b6f2
to
c8e3361
Compare
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.
Support training conditional flows in
FlowModel
.This isn't useful now, but will enable a conditional version of
FlowProposal
that may be useful in some scenarios