Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix bug for MotorImagery All events, setting n_classes * Fix bug for MotorImagery All events, setting n_classes * Fix is Valid Change default value n_classes=None * Update docs/source/whats_new.rst * plot_BrainDecode first draft * [pre-commit.ci] auto fixes from pre-commit.com hooks * plot_BrainDecode * [pre-commit.ci] auto fixes from pre-commit.com hooks * plot_BrainDecode * plot_BrainDecode * Update examples/plot_BrainDecode.py Co-authored-by: Sylvain Chevallier <sylvain.chevallier@universite-paris-saclay.fr> * Update examples/plot_BrainDecode.py Co-authored-by: Sylvain Chevallier <sylvain.chevallier@universite-paris-saclay.fr> * plot_BrainDecode * plot_BrainDecode, definition of setup_seed in moabb.utils * plot_BrainDecode, definition of setup_seed in moabb.utils * brain decode try benchmark * [pre-commit.ci] auto fixes from pre-commit.com hooks * Plot_function * [pre-commit.ci] auto fixes from pre-commit.com hooks * Delete PyTorch_EEGNetv4.yml * Delete plot_benchmark_BrainDecode.py * Renaming the file * Changing init file * Changing the tutorial * Renaming the file to lower * Updating the InputSetterEEG * Adding new function to get the models from braindecode, and forcing the reinitialize model if the shape change. * Partially init the shallow model * Changing to ShallowNet * =) Solving the issue with hardcode variable and changing the way we compare the variable. * draft test * removing test * Plot_function * [pre-commit.ci] auto fixes from pre-commit.com hooks * update plot_braindecode * [pre-commit.ci] auto fixes from pre-commit.com hooks * Plot BranDecode with dynamically input setter * [pre-commit.ci] auto fixes from pre-commit.com hooks * Plot BranDecode with dynamically input setter * [pre-commit.ci] auto fixes from pre-commit.com hooks * remove plot_BrainDecode from GitIgnore * Plot_Benchmark: - EEGNetv4 with BrainDecode (in_chans) - EEGInception (in_channels) - Dataset BNCI2014001 (22channel) and BNCI2014004 (3channel) - Change in benchmark function: if a pipeline have BrainDecode in the name it is gonna set the return_epochs to True * [pre-commit.ci] auto fixes from pre-commit.com hooks * Plot_Benchmark: - EEGNetv4 with BrainDecode (in_chans) - EEGInception (in_channels) - ShallowFBCSPNet - Deep4Net - Dataset BNCI2014001 (22channel) and BNCI2014004 (3channel) - Change in benchmark function: if a pipeline have BrainDecode in the name it is gonna set the return_epochs to True * Plot_Benchmark: - EEGNetv4 with BrainDecode (in_chans) - EEGInception (in_channels) - ShallowFBCSPNet - Deep4Net - Dataset BNCI2014001 (22channel) and BNCI2014004 (3channel) - Change in benchmark function: if a pipeline have BrainDecode in the name it is gonna set the return_epochs to True * [pre-commit.ci] auto fixes from pre-commit.com hooks * precommit stuffs * cleaning line * Changing the set seed * Changing the import * Renaming BrainDecode to braindecode * Update moabb/benchmark.py * renaming to lowercase * lower case for pipeline folder of braindecode * Update examples/plot_braindecode.py Co-authored-by: Sylvain Chevallier <sylvain.chevallier@universite-paris-saclay.fr> * Update examples/plot_braindecode.py Co-authored-by: Sylvain Chevallier <sylvain.chevallier@universite-paris-saclay.fr> * Update examples/pipelines_braindecode/braindecode_Deep4Net.py Co-authored-by: Sylvain Chevallier <sylvain.chevallier@universite-paris-saclay.fr> * Update examples/pipelines_braindecode/braindecode_Deep4Net.py Co-authored-by: Sylvain Chevallier <sylvain.chevallier@universite-paris-saclay.fr> * Update examples/pipelines_braindecode/braindecode_EEGInception.py Co-authored-by: Sylvain Chevallier <sylvain.chevallier@universite-paris-saclay.fr> * Update examples/pipelines_braindecode/braindecode_EEGNetv4.py Co-authored-by: Sylvain Chevallier <sylvain.chevallier@universite-paris-saclay.fr> * Modification requested * Modification requested * typos, and another small general corrections. * Fixing small things for the review * Update examples/plot_benchmark_braindecode.py Co-authored-by: Sylvain Chevallier <sylvain.chevallier@universite-paris-saclay.fr> * Update examples/plot_braindecode.py Co-authored-by: Sylvain Chevallier <sylvain.chevallier@universite-paris-saclay.fr> * Update examples/pipelines_braindecode/braindecode_ShallowFBCSPNet.py Co-authored-by: Sylvain Chevallier <sylvain.chevallier@universite-paris-saclay.fr> * fixing tests * Adding the Pipeline of braincode in the pipeline folder * removing deep4net * fixing test * adding text * changing to parametrize * Updating function * Updating test function * changing the init file * adding braindecode to the folder * testing hidden util braindecode * splitting the util tests to not download * updating the test --------- Co-authored-by: Sylvain Chevallier <sylvain.chevallier@universite-paris-saclay.fr> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: bruAristimunha <a.bruno@aluno.ufabc.edu.br>
- Loading branch information