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
The CEBRA documentation is very comprehensive and presents in a lot of detail the parameterization.
In the current form however the focus seems to explain the scikit-learn API and there is no example script for using the PyTorch API: https://cebra.ai/docs/usage.html
But for many options I am unsure how to parametrize them in the scikit-learn API. For example when using discrete behavioral data, it's currently not possible to specify empirical or discretesampling:
I think this is also intended to not overload the cebra.Cebra intialization or the model.fit() function with too many parameters?
Therefore I thought that maybe adding a minimal example in the usage.rst of how a dataloader with "non-scikitlearn API" conform parameters could be used using PyTorch directly:
Thanks! Yes, that notebook was super helpful already but might be good to link it also in the usage.rst.
I also compiled the documentation and ran my linked example locally, but of course it's a bit difficult to test it since it's in a rst file only..
The CEBRA documentation is very comprehensive and presents in a lot of detail the parameterization.
In the current form however the focus seems to explain the scikit-learn API and there is no example script for using the PyTorch API: https://cebra.ai/docs/usage.html
But for many options I am unsure how to parametrize them in the scikit-learn API. For example when using discrete behavioral data, it's currently not possible to specify
empirical
ordiscrete
sampling:CEBRA/cebra/data/single_session.py
Line 89 in 0378db0
I think this is also intended to not overload the
cebra.Cebra
intialization or themodel.fit()
function with too many parameters?Therefore I thought that maybe adding a minimal example in the
usage.rst
of how a dataloader with "non-scikitlearn API" conform parameters could be used using PyTorch directly:The text was updated successfully, but these errors were encountered: