Views
No views yet
braindecode/signal-jepa
— full checkpoint including the 62-channel embedding table (for users whose
recording channels are a subset of the Lee2019 pre-training layout).braindecode/signal-jepa_without-chans
— SSL backbone only (channel embeddings trained from scratch on your data).1from braindecode.models import SignalJEPA
2
3model = SignalJEPA.from_pretrained("braindecode/signal-jepa_without-chans")braindecode.models.SignalJEPA
and the fine-tuning tutorial
Fine-tuning a Foundation Model (Signal-JEPA).