-
Notifications
You must be signed in to change notification settings - Fork 3
Add flowmodel features #216
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
Conversation
38e413f
to
ae0649e
Compare
Codecov Report
@@ Coverage Diff @@
## main #216 +/- ##
=======================================
Coverage 98.67% 98.67%
=======================================
Files 51 51
Lines 4085 4085
=======================================
Hits 4031 4031
Misses 54 54
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
New features include: * Option to train with weights * Check that the batch size doesn't produce a final batch that is very small * Allow training without validation data
ae0649e
to
6b53b5c
Compare
Add various features that will be used in the importance nested sampler.
This also changes some existing features.
New features
end_iteration
andfinalise
log_prob
andsample
methodsChanges to existing features
noise_scale
can now only be specified as a float, the user must specifynoise_type
to use an adaptive scale.