You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add to(device) to BasePotential
* add to(device) to LikelihoodBasedPotential
* add to(device) to PosteriorBasedPotential
* remove Optional for prior
* add to(device) to RatioBasedPotential
* add to(device) to PosteriorScoreBasedPotential
* add to(device) to IIDScoreFunction
* add to(device) to DirectPosterior
* add to(device) to EnsemblePotential and EnsemblePosterior
* add to(device) to ImportanceSamplingPosterior
* add potentials and posterior testing of to(device) method
* add to(device) method to MCMCPosterior
* add to(device) method to RejectionPosterior
* add to(device) to ScorePosterior and corresponding test
* add to(device) to VIPosterior and FIX bug, _prepare_potential is not in this class.
* fix if conditions on attributes
* fix if condition on posteriors that checks if default_x(x_o) has been stored, to keep it
* overcome different types of devices on substraction in transformed_potential
* correct idxs that must be on cpu
* add sample and log_probs test
* put potentials and inits in cpu to calculate map
* remove comments
* revert changes on map
* fix typing for all modified functions and classes
* fix naming from score to vector_field
* fix type checks and score to vector_field naming
* Make sure all tensors are on the same device on VectorFieldPosterior
* include test for all VectorFieldInference samples also on device
* fix moving time tensor to device, and change of inference_method name
* modify assert message
* add device attribute to VectorFieldPosterior in initalization
* fix typo
* Apply suggestions from code review
Co-authored-by: Jan <janfb@users.noreply.github.com>
* fix typing
* fix mnpe device handling
* fix marginal trainer device handling
* fix gradient ascent device handling; refactor tests
* add missinf to(device) to OneDimPriorWrapper
* fix failing test on notImplementedError CustomPriorWrapper
* fix user utils tests
---------
Co-authored-by: Jan <janfb@users.noreply.github.com>
Co-authored-by: Jan Boelts <jan.boelts@mailbox.org>
0 commit comments