Add Banville tasks to current framework
Closed this issue · 2 comments
dungscout96 commented
The three contrastive learning tasks in Banville et al. (2020) paper is implemented in https://github.com/sccn/eeg-ssl/blob/8d842736a4cc16e2cd2eb32c87e31a0fef8b2a3e/libs/ssl_dataloader.py
We want to add them to our current framework as well, specifically as additional tasks in https://github.com/sccn/eeg-ssl/blob/main/libs/ssl_utils.py
dungscout96 commented
Start working from branch https://github.com/sccn/eeg-ssl/tree/banville
dungscout96 commented
We have a base implementation for all those tasks thanks to @makhalid1999. Close this for now and new issues to fix implementation errors will be created as needed