-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Hello - I was wondering if anyone has seen this thread, and might be able to help?
@kostasde
Myself and others have had some challenges trying to get the BENDR model to read some of the datasets used for that project's various downstream tasks. Different error messages are raised depending on the extension of the file:
For the BCI_IV_2a dataset, downloaded from here, if the specified extension in downstream_datasets is -raw.fif, I get:AssertionError: datasets should not be an empty iterable
If I change the specified extension in downstream_datasets to match the extensions of the files I have downloaded (-.gdf), I get:cannot reshape array of size 520975 into shape (57855,newaxis).
For the Kaggle ERN Dataset:, downloaded from here, if specified extension in downstream_datasets is -raw.fif, I get:
AssertionError: datasets should not be an empty iterable
For the ERPBCI Dataset, downloaded from here, if the specified extension in downstream_datasets set to -.fif, I get:AssertionError: datasets should not be an empty iterable.
If the specified extension in downstream_datasets set to -.edf, I get:ValueError: file does not start with a file id tag
If you have any suggestions, please let me know. Thanks!