Views
No views yet
SignalJEPA.Architecture-only repository. Documents thebraindecode.models.InterpolatedSignalJEPAclass. No pretrained weights are distributed here. Instantiate the model and train it on your own data.
pip install braindecode1from braindecode.models import InterpolatedSignalJEPA
2
3model = InterpolatedSignalJEPA(
4 n_chans=22,
5 sfreq=250,
6 input_window_seconds=4.0,
7 n_outputs=4,
8)1@article{aristimunha2025braindecode,
2 title = {Braindecode: a deep learning library for raw electrophysiological data},
3 author = {Aristimunha, Bruno and others},
4 journal = {Zenodo},
5 year = {2025},
6 doi = {10.5281/zenodo.17699192},
7}