likith012 / mulEEG

Official implementation of our MICCAI 2022 paper "mulEEG: A Multi-View Representation Learning on EEG Signals"
Apache License 2.0
31 stars 22 forks source link

How can I run the train pipeline? #8

Open Antonini877 opened 8 months ago

Antonini877 commented 8 months ago

To run the train.py module, pretext.pt is required. How can I get this file?

likith012 commented 8 months ago

@Antonini877 First, the dataset files need to be pre-processed, can you have a look at the preprocessing folder and run the file preprocessing/sleepedf/preprocess_sleepedf.py

Antonini877 commented 7 months ago

Thank you! I noticed that I need the data from ./SLEEP_data folder. Where can I get this data since is not available in the repository? @likith012