-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using downstream.py with BCI Competition IV 2a dataset #8
Comments
I guess the author didn't use the original .gdf files, u have to specify the filename format, the events, and so on. |
I am wondering the same thing. Could you give us some guidance? @kostasde |
Thanks for raising this, @SalehAce1 - I am running into a similar problem. When I try to run downstream.py on the bci_iv_2a dataset without changing the file extension to -.gdf, I get this error: AssertionError: datasets should not be an empty iterable. If I do change it to -.gdf, I get this error: cannot reshape array of size 520975 into shape (57855,newaxis). I'm wondering if you've seen either of these errors by any chance. Also, do you know if you are using the dataset at link Data Sets 2a here? This is what I've been trying to use, but perhaps this is wrong. @kostasde |
Hello,
I'm trying to use the BCI Competition IV 2a data from here http://bbci.de/competition/iv/
The files I get have the .gdf extension. Here is how I setup my downstream.yml:
and here is my downstream_datasets.yml:
Once I run downstream.py using the command:
python3 downstream.py BENDR --random-init --results-filename "results/BENDR_random_init.xlsx"
I get the error:
I am not sure how to proceed from here.
Thank you.
The text was updated successfully, but these errors were encountered: