Pierre Guetschel
Pierre Guetschel
I got this bug: ``` Extension error (sphinx_gallery.gen_gallery): Handler for event 'config-inited' threw an exception (exception: process no longer exists (pid=71090)) make: *** [html] Error 2 ``` I first lead...
**Currently**, the datasets pre-load all the epochs in memory. --- **The goal** of this meta-issue is to refactor the datasets so that the examples are loaded from disk only when...
**Currently**, the cropped decoding feature only works with certain models. --- **The goal** of this meta-issue is to refactor the cropped decoding to make it work with every model. This...
**Currently**, the documentation of Braindecode is very research-oriented. Some parts are not clear for new users and some parts are simply not present at all. --- **The goal** of this...
The table summaries of Lee2019-SSVEP say its trial duration is 1s, but the interval we use is [0,4], same for the textual description. I updated the tables
It would be nice if we added which electrode was used as the reference in each dataset documentation.
``` ERROR: test_data_path (moabb.tests.datasets.Test_VirtualReality_Dataset) No hdf5_path provided, models will not be saved. ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/runner/work/moabb/moabb/moabb/tests/datasets.py", line 313, in test_data_path data_path = ds.data_path(1) File "/home/runner/work/moabb/moabb/moabb/datasets/braininvaders.py", line...
As I understand, rn we save the results to the hdf5 file when the evaluation of a whole dataset is over, and then we continue with the next dataset: https://github.com/NeuroTechX/moabb/blob/a9f2e4ca3abc02e5fb81d36da06760f11653e550/moabb/evaluations/base.py#L165...
Character-level (or trial-level) decoding of ERP and c-VEP (see #366) datasets would allow to benchmark the state-of-the-art algorithms that directly exploit the trial structure instead of doing a binary target/non-target...
Currently, the online documentation is created from the `develop` branch only. We should be able to switch between the different versions plus the `develop` branch (like with brain decode)