You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should be put in the task_params dictionary, replacing the current "mask_probability" key as it was for the MaskedContrastiveLearning task. This should be done for all tasks in Banville paper
The text was updated successfully, but these errors were encountered:
I have refactored the code, and added a standard implementation for all, and taking guidance from the update on the main branch, I have implemented the Trainer class, which would run for all tasks. My implementation is on the banville branch:
These task parameters such as
eeg-ssl/libs/ssl_utils.py
Line 203 in 8d4825e
task_params
dictionary, replacing the current "mask_probability" key as it was for the MaskedContrastiveLearning task. This should be done for all tasks in Banville paperThe text was updated successfully, but these errors were encountered: