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
Sampling can be configured in different modes:
1. Positive pairs always share their discrete variable.
2. Positive pairs are drawn only based on their conditional,
not discrete variable.
I am not sure how it's currently possible to do that?
Maybe an option might is to add a boolean keyword positive_sampling to be either conditional or discrete_variable?
In addition, as already mentioned in the docstring of the get_indices function, the priorof the discrete distribution could be specified
I have a question regarding the MixedDataLoader
The current docstring specifies that:
I am not sure how it's currently possible to do that?
Maybe an option might is to add a boolean keyword
positive_sampling
to be eitherconditional
ordiscrete_variable
?In addition, as already mentioned in the docstring of the get_indices function, the
prior
of the discrete distribution could be specifiedCEBRA/cebra/data/single_session.py
Line 305 in 0378db0
I will reference a PR here also
The text was updated successfully, but these errors were encountered: