-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove old integrators * change logging level of debug infos * add utils/integrate.py * update usage of integration in flow matching * fix #288 * set logging level to debug for tests * add seed parameter to jacobian trace for stochastic evaluation under compiled backends * fix shape of trace in flow matching * fix integration for negative step size (mostly) * Add user-defined loss functions due to empirically better performance of some non-MSE losses sometimes * fix negative step size integration fix small deviations in some backends add (required) min and max step number selection for dynamic integration improve dispatch remove step size selection (users can compute this if they need it, but exposing the argument is ambiguous w.r.t. fixed vs adaptive integration) * speed up build test * fix density computation add default integrate kwargs * reduce default number of max steps for dynamic step size integration * allow specifying steps = "dynamic" instead of just "adaptive" * add integrate kwargs to serialization * add todo for density test * improve time broadcasting * fix tensorflow incompatible types --------- Co-authored-by: stefanradev93 <[email protected]>
- Loading branch information
1 parent
a12e7b3
commit 9071be4
Showing
12 changed files
with
396 additions
and
311 deletions.
There are no files selected for viewing
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
bayesflow/networks/flow_matching/integrators/integrator.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.