Skip to content

Instantly share code, notes, and snippets.

@robintibor
Last active October 26, 2021 04:15
Show Gist options
  • Save robintibor/039ed83c94c8188f2fbfdf43a77fde3e to your computer and use it in GitHub Desktop.
Save robintibor/039ed83c94c8188f2fbfdf43a77fde3e to your computer and use it in GitHub Desktop.
Braindecode on CHB-MIT Scalp EEG Database
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Abdelhamid123
Copy link

I have this error!!!
File "", line 1, in
exp.run()

File "C:\Users\abdelhamid\anaconda3\lib\site-packages\braindecode\experiments\experiment.py", line 227, in run
self.run_until_first_stop()

File "C:\Users\abdelhamid\anaconda3\lib\site-packages\braindecode\experiments\experiment.py", line 271, in run_until_first_stop
self.run_until_stop(self.datasets, remember_best=self.do_early_stop)

File "C:\Users\abdelhamid\anaconda3\lib\site-packages\braindecode\experiments\experiment.py", line 303, in run_until_stop
self.monitor_epoch(datasets)

File "C:\Users\abdelhamid\anaconda3\lib\site-packages\braindecode\experiments\experiment.py", line 471, in monitor_epoch
all_targets[: len(targets)] = targets

ValueError: could not broadcast input array from shape (32,519) into shape (32)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment