.gitignore
CONTRIBUTING.md
LICENSE.txt
MANIFEST.in
README.rst
bandit.yml
codecov.yml
environment.yml
requirements.txt
setup.cfg
setup.py
.circleci/artifact_path
.circleci/config.yml
.github/workflows/flake8.yaml
.github/workflows/link-to-doc.yaml
.github/workflows/push-artifact-to-circleci.yml
.github/workflows/tests-and-docs.yml
Braindecode.egg-info/PKG-INFO
Braindecode.egg-info/SOURCES.txt
Braindecode.egg-info/dependency_links.txt
Braindecode.egg-info/not-zip-safe
Braindecode.egg-info/requires.txt
Braindecode.egg-info/top_level.txt
braindecode/__init__.py
braindecode/classifier.py
braindecode/regressor.py
braindecode/util.py
braindecode/version.py
braindecode/augmentation/__init__.py
braindecode/augmentation/base.py
braindecode/augmentation/functional.py
braindecode/augmentation/transforms.py
braindecode/datasets/__init__.py
braindecode/datasets/base.py
braindecode/datasets/bbci.py
braindecode/datasets/bcicomp.py
braindecode/datasets/mne.py
braindecode/datasets/moabb.py
braindecode/datasets/sleep_physionet.py
braindecode/datasets/tuh.py
braindecode/datasets/xy.py
braindecode/datautil/__init__.py
braindecode/datautil/mne.py
braindecode/datautil/preprocess.py
braindecode/datautil/serialization.py
braindecode/datautil/util.py
braindecode/datautil/windowers.py
braindecode/datautil/xy.py
braindecode/models/__init__.py
braindecode/models/deep4.py
braindecode/models/eegnet.py
braindecode/models/eegresnet.py
braindecode/models/functions.py
braindecode/models/hybrid.py
braindecode/models/modules.py
braindecode/models/shallow_fbcsp.py
braindecode/models/sleep_stager_blanco_2020.py
braindecode/models/sleep_stager_chambon_2018.py
braindecode/models/sleep_stager_eldele_2021.py
braindecode/models/tcn.py
braindecode/models/tidnet.py
braindecode/models/usleep.py
braindecode/models/util.py
braindecode/preprocessing/__init__.py
braindecode/preprocessing/preprocess.py
braindecode/preprocessing/windowers.py
braindecode/samplers/__init__.py
braindecode/samplers/base.py
braindecode/samplers/ssl.py
braindecode/training/__init__.py
braindecode/training/callbacks.py
braindecode/training/losses.py
braindecode/training/scoring.py
braindecode/visualization/__init__.py
braindecode/visualization/confusion_matrices.py
braindecode/visualization/gradients.py
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/requirements.txt
docs/whats_new.rst
docs/.ipynb_checkpoints/index-checkpoint.rst
docs/_build/html/_downloads/0b5ce52c808a6ba6c8e9d78fa3fdb68a/plot_color.ipynb
docs/_build/html/_downloads/1224801107d6c3b138edf8ee33de0561/plot_bcic_iv_2a_moabb_cropped.ipynb
docs/_build/html/_downloads/176a7695926ccfe061692c4af12b673d/plot_dataset_example.ipynb
docs/_build/html/_downloads/25408d8d92a873e370d4750ba414b84a/benchmark_lazy_eager_loading.ipynb
docs/_build/html/_downloads/3e0455c88adcaa2571230abb981020db/plot_relative_positioning.ipynb
docs/_build/html/_downloads/4855a497085ac8dc60a648bf4a72d647/plot_load_save_datasets.ipynb
docs/_build/html/_downloads/49b1f19a86467aeaf762a1550583a845/plot_custom_dataset_example.ipynb
docs/_build/html/_downloads/5bafba0488197e377d459780399abb29/plot_sleep_staging.ipynb
docs/_build/html/_downloads/748680401b0360239d00624375dd9587/plot_bcic_iv_2a_moabb_trial.ipynb
docs/_build/html/_downloads/8c06a965e21b52d199f98636388aaa21/tuh_eeg_corpus.ipynb
docs/_build/html/_downloads/9c64c2c15907a661b1fe2d7dd209a434/plot_regression.ipynb
docs/_build/html/_downloads/9d9b9ce2b20299db6129837e390cf198/plot_lukas.ipynb
docs/_build/html/_downloads/b38e40c9ee338673865922575e84fd7f/plot_split_dataset.ipynb
docs/_build/html/_downloads/e42b5bd97033be02521040b0d5ee21c3/plot_mne_dataset_example.ipynb
docs/_static/cropped_explanation.png
docs/_static/trialwise_explanation.png
docs/_templates/autosummary/class.rst
docs/_templates/autosummary/function.rst
docs/auto_examples/benchmark_lazy_eager_loading.ipynb
docs/auto_examples/benchmark_lazy_eager_loading.rst
docs/auto_examples/index.rst
docs/auto_examples/plot_bcic_iv_2a_moabb_cropped.ipynb
docs/auto_examples/plot_bcic_iv_2a_moabb_cropped.rst
docs/auto_examples/plot_bcic_iv_2a_moabb_trial.ipynb
docs/auto_examples/plot_bcic_iv_2a_moabb_trial.rst
docs/auto_examples/plot_color.ipynb
docs/auto_examples/plot_color.rst
docs/auto_examples/plot_custom_dataset_example.ipynb
docs/auto_examples/plot_custom_dataset_example.rst
docs/auto_examples/plot_dataset_example.ipynb
docs/auto_examples/plot_dataset_example.rst
docs/auto_examples/plot_load_save_datasets.ipynb
docs/auto_examples/plot_load_save_datasets.rst
docs/auto_examples/plot_lukas.ipynb
docs/auto_examples/plot_lukas.rst
docs/auto_examples/plot_mne_dataset_example.ipynb
docs/auto_examples/plot_mne_dataset_example.rst
docs/auto_examples/plot_regression.ipynb
docs/auto_examples/plot_regression.rst
docs/auto_examples/plot_relative_positioning.ipynb
docs/auto_examples/plot_relative_positioning.rst
docs/auto_examples/plot_sleep_staging.ipynb
docs/auto_examples/plot_sleep_staging.rst
docs/auto_examples/plot_split_dataset.ipynb
docs/auto_examples/plot_split_dataset.rst
docs/auto_examples/sg_execution_times.rst
docs/auto_examples/tuh_eeg_corpus.ipynb
docs/auto_examples/tuh_eeg_corpus.rst
docs/generated/braindecode.classifier.EEGClassifier.rst
docs/generated/braindecode.datasets.BaseConcatDataset.rst
docs/generated/braindecode.datasets.BaseDataset.rst
docs/generated/braindecode.datasets.MOABBDataset.rst
docs/generated/braindecode.datasets.SleepPhysionet.rst
docs/generated/braindecode.datasets.TUH.rst
docs/generated/braindecode.datasets.TUHAbnormal.rst
docs/generated/braindecode.datasets.WindowsDataset.rst
docs/generated/braindecode.datasets.create_from_X_y.rst
docs/generated/braindecode.datasets.create_from_mne_epochs.rst
docs/generated/braindecode.datasets.create_from_mne_raw.rst
docs/generated/braindecode.datautil.load_concat_dataset.rst
docs/generated/braindecode.datautil.save_concat_dataset.rst
docs/generated/braindecode.models.Deep4Net.rst
docs/generated/braindecode.models.EEGNetv1.rst
docs/generated/braindecode.models.EEGNetv4.rst
docs/generated/braindecode.models.EEGResNet.rst
docs/generated/braindecode.models.HybridNet.rst
docs/generated/braindecode.models.ShallowFBCSPNet.rst
docs/generated/braindecode.models.SleepStagerChambon2018.rst
docs/generated/braindecode.models.TCN.rst
docs/generated/braindecode.models.TIDNet.rst
docs/generated/braindecode.models.get_output_shape.rst
docs/generated/braindecode.preprocessing.Preprocessor.rst
docs/generated/braindecode.preprocessing.create_fixed_length_windows.rst
docs/generated/braindecode.preprocessing.create_windows_from_events.rst
docs/generated/braindecode.preprocessing.exponential_moving_demean.rst
docs/generated/braindecode.preprocessing.exponential_moving_standardize.rst
docs/generated/braindecode.preprocessing.filterbank.rst
docs/generated/braindecode.preprocessing.preprocess.rst
docs/generated/braindecode.preprocessing.scale.rst
docs/generated/braindecode.preprocessing.zscore.rst
docs/generated/braindecode.regressor.EEGRegressor.rst
docs/generated/braindecode.samplers.RecordingSampler.rst
docs/generated/braindecode.samplers.RelativePositioningSampler.rst
docs/generated/braindecode.training.CroppedLoss.rst
docs/generated/braindecode.training.CroppedTrialEpochScoring.rst
docs/generated/braindecode.training.PostEpochTrainScoring.rst
docs/generated/braindecode.training.trial_preds_from_window_preds.rst
docs/generated/braindecode.util.set_random_seeds.rst
docs/generated/braindecode.visualization.compute_amplitude_gradients.rst
docs/sphinxext/gh_substitutions.py
examples/README.rst
examples/benchmark_lazy_eager_loading.py
examples/plot_bcic_iv_2a_moabb_cropped.py
examples/plot_bcic_iv_2a_moabb_trial.py
examples/plot_bcic_iv_4_ecog_cropped.py
examples/plot_bcic_iv_4_ecog_trial.py
examples/plot_benchmark_preprocessing.py
examples/plot_custom_dataset_example.py
examples/plot_data_augmentation.py
examples/plot_dataset_example.py
examples/plot_load_save_datasets.py
examples/plot_mne_dataset_example.py
examples/plot_regression.py
examples/plot_relative_positioning.py
examples/plot_sleep_staging_usleep.py
examples/plot_split_dataset.py
examples/plot_tuh_discrete_multitarget.py
examples/plot_tuh_eeg_corpus.py
test/__init__.py
test/acceptance_tests/__init__.py
test/acceptance_tests/test_cropped_decoding.py
test/acceptance_tests/test_eeg_classifier.py
test/acceptance_tests/test_model_architectures.py
test/acceptance_tests/test_trialwise_decoding.py
test/acceptance_tests/test_variable_length_trials_decoding.py
test/unit_tests/__init__.py
test/unit_tests/test_eeg_classifier.py
test/unit_tests/test_eeg_regressor.py
test/unit_tests/test_util.py
test/unit_tests/augmentation/__init__.py
test/unit_tests/augmentation/conftest.py
test/unit_tests/augmentation/test_base.py
test/unit_tests/augmentation/test_transforms.py
test/unit_tests/datasets/__init__.py
test/unit_tests/datasets/test_bcicomp.py
test/unit_tests/datasets/test_dataset.py
test/unit_tests/datasets/test_mne.py
test/unit_tests/datasets/test_sleep_physionet.py
test/unit_tests/datasets/test_tuh.py
test/unit_tests/datasets/test_xy.py
test/unit_tests/datautil/__init__.py
test/unit_tests/datautil/test_serialization.py
test/unit_tests/models/__init__.py
test/unit_tests/models/test_models.py
test/unit_tests/models/test_modules.py
test/unit_tests/models/test_util.py
test/unit_tests/preprocessing/__init__.py
test/unit_tests/preprocessing/test_preprocess.py
test/unit_tests/preprocessing/test_windowers.py
test/unit_tests/samplers/test_samplers.py
test/unit_tests/training/__init__.py
test/unit_tests/training/test_losses.py
test/unit_tests/training/test_scoring.py
test/unit_tests/visualization/__init__.py
test/unit_tests/visualization/test_gradients.py