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
In analogy to predict_on_batch() kipoi_veff should enable a predict_mutations_on_batch() function that will use the inputs_ref, inputs_alt (inputs_ref_rc, inputs_alt_rc) keys returned from the MutationDatasetMixinobject to produce 2 (or 4) model prediction outputs.
This may be designed as a mixin for kipoi.model.Model classes:
In analogy to
predict_on_batch()
kipoi_veff should enable apredict_mutations_on_batch()
function that will use theinputs_ref
,inputs_alt
(inputs_ref_rc
,inputs_alt_rc
) keys returned from theMutationDatasetMixin
object to produce 2 (or 4) model prediction outputs.This may be designed as a mixin for
kipoi.model.Model
classes:The text was updated successfully, but these errors were encountered: