How to use the resample models like processing the neural pixels? #22
-
Thanks for your great work and contribution. I get confused about how to process the neural pixels data which is 120Hz. I try to initialize a model like this, but got error
I am wondering how to use this model, because I see two conv layers of stride 2, after the model, the output length will be 1000 if the input length is 4000. My question is if I have a higher frequency signal than the video, can I still use this API without resampling? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
you would need your neural and aux. label data to be sync'd (same length); we use that model such that can use both calcium and neuropixels together (Figs 4 and 5). But without knowing more details, I recommend checking out: https://cebra.ai/docs/usage.html#model-training |
Beta Was this translation helpful? Give feedback.
Hi @mixiazhiyang , in this case you need to first upsample the features to 120Hz so that both time series have 4000 timesteps.