Does the multisession mode train a single model for all sessions? #218
Replies: 1 comment 1 reply
-
in the Nature paper we show that you train and encoder per dataset, yet it can leverage information across them. In upcoming work, will will show a single unified encoder; depending on the task, either can be beneficial (i.e., if you want to look for differences across animals, then the current way is best; if you want to make a unified encoder for higher perf. our new variant is best). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have noticed that the multisession mode requires an ID for each experiment, both in the training and transform methods. Does CEBRA train one global representation for all sessions, or does it generate one separate model for each session?
Beta Was this translation helpful? Give feedback.
All reactions