braindecode 1.6.0.dev1028__tar.gz → 1.6.1.dev1034__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {braindecode-1.6.0.dev1028/braindecode.egg-info → braindecode-1.6.1.dev1034}/PKG-INFO +1 -1
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datasets/bids/hub.py +5 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/__init__.py +2 -1
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/eegpt.py +29 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/summary.csv +1 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/util.py +5 -0
- braindecode-1.6.1.dev1034/braindecode/version.py +1 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034/braindecode.egg-info}/PKG-INFO +1 -1
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/api.rst +1 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/whats_new.rst +21 -2
- braindecode-1.6.0.dev1028/braindecode/version.py +0 -1
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/LICENSE.txt +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/MANIFEST.in +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/NOTICE.txt +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/README.rst +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/__init__.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/augmentation/__init__.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/augmentation/base.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/augmentation/functional.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/augmentation/transforms.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/classifier.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datasets/__init__.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datasets/base.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datasets/bbci.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datasets/bcicomp.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datasets/bids/__init__.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datasets/bids/datasets.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datasets/bids/format.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datasets/bids/hub_format.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datasets/bids/hub_io.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datasets/bids/hub_validation.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datasets/bids/iterable.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datasets/chb_mit.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datasets/mne.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datasets/moabb.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datasets/nmt.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datasets/registry.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datasets/siena.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datasets/sleep_physio_challe_18.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datasets/sleep_physionet.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datasets/tuh.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datasets/utils.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datasets/xy.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datautil/__init__.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datautil/channel_utils.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datautil/hub_formats.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datautil/serialization.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datautil/util.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/eegneuralnet.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/functional/__init__.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/functional/functions.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/functional/initialization.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/atcnet.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/attentionbasenet.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/attn_sleep.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/base.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/bendr.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/biot.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/brainmodule.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/cbramod.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/codebrain.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/config.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/contrawr.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/ctnet.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/deep4.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/deepsleepnet.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/dgcnn.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/eegconformer.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/eeginception_erp.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/eeginception_mi.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/eegitnet.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/eegminer.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/eegnet.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/eegnex.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/eegsimpleconv.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/eegsym.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/eegtcnet.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/emg2qwerty.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/fbcnet.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/fblightconvnet.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/fbmsnet.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/hybrid.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/ifnet.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/interpolated.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/labram.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/luna.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/medformer.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/meta_neuromotor.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/msvtnet.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/patchedtransformer.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/reve.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/sccnet.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/shallow_fbcsp.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/signal_jepa.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/sinc_shallow.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/sleep_stager_blanco_2020.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/sleep_stager_chambon_2018.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/sparcnet.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/sstdpn.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/syncnet.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/tcn.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/tidnet.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/tsinception.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/usleep.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/modules/__init__.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/modules/activation.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/modules/attention.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/modules/blocks.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/modules/convolution.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/modules/filter.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/modules/interpolation.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/modules/layers.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/modules/linear.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/modules/parametrization.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/modules/stats.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/modules/util.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/modules/wrapper.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/preprocessing/__init__.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/preprocessing/eegprep_preprocess.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/preprocessing/mne_preprocess.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/preprocessing/preprocess.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/preprocessing/util.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/preprocessing/windowers.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/regressor.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/samplers/__init__.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/samplers/base.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/samplers/ssl.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/training/__init__.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/training/callbacks.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/training/losses.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/training/scoring.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/util.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/visualization/__init__.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/visualization/attribution.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/visualization/confusion_matrices.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/visualization/frequency.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/visualization/metrics.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/visualization/sanity.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/visualization/topology.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode.egg-info/SOURCES.txt +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode.egg-info/dependency_links.txt +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode.egg-info/requires.txt +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode.egg-info/top_level.txt +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/Makefile +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/_templates/autosummary/class.rst +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/_templates/autosummary/class_in_subdir.rst +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/_templates/autosummary/function.rst +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/_templates/autosummary/function_in_subdir.rst +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/cite.rst +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/conf.py +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/help.rst +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/index.rst +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/install/install.rst +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/install/install_pip.rst +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/install/install_source.rst +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/models/categorization/attention.rst +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/models/categorization/channel.rst +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/models/categorization/convolution.rst +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/models/categorization/filterbank.rst +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/models/categorization/gnn.rst +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/models/categorization/interpretable.rst +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/models/categorization/lbm.rst +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/models/categorization/recurrent.rst +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/models/categorization/spd.rst +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/models/models.rst +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/models/models_categorization.rst +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/models/models_table.rst +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/models/models_visualization.rst +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/sg_execution_times.rst +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/pyproject.toml +0 -0
- {braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: braindecode
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.1.dev1034
|
|
4
4
|
Summary: Deep learning software to decode EEG, ECG or MEG signals
|
|
5
5
|
Author-email: Robin Tibor Schirrmeister <robintibor@gmail.com>, Bruno Aristimunha Pinto <b.aristimunha@gmail.com>, Alexandre Gramfort <agramfort@meta.com>
|
|
6
6
|
Maintainer-email: Alexandre Gramfort <agramfort@meta.com>, Bruno Aristimunha Pinto <b.aristimunha@gmail.com>, Robin Tibor Schirrmeister <robintibor@gmail.com>
|
|
@@ -466,6 +466,7 @@ class HubDatasetMixin:
|
|
|
466
466
|
token: Optional[str] = None,
|
|
467
467
|
cache_dir: Optional[Union[str, Path]] = None,
|
|
468
468
|
force_download: bool = False,
|
|
469
|
+
revision: str | None = None,
|
|
469
470
|
**kwargs,
|
|
470
471
|
):
|
|
471
472
|
"""
|
|
@@ -485,6 +486,9 @@ class HubDatasetMixin:
|
|
|
485
486
|
cache directory (~/.cache/huggingface/datasets).
|
|
486
487
|
force_download : bool, default=False
|
|
487
488
|
Whether to force re-download even if cached.
|
|
489
|
+
revision : str | None, default=None
|
|
490
|
+
Specific branch, tag, or commit to download. If None, uses the
|
|
491
|
+
repository's default revision.
|
|
488
492
|
**kwargs
|
|
489
493
|
Additional arguments (currently unused).
|
|
490
494
|
|
|
@@ -526,6 +530,7 @@ class HubDatasetMixin:
|
|
|
526
530
|
token=token,
|
|
527
531
|
cache_dir=cache_dir,
|
|
528
532
|
force_download=force_download,
|
|
533
|
+
revision=revision,
|
|
529
534
|
)
|
|
530
535
|
|
|
531
536
|
# Load format info
|
|
@@ -21,7 +21,7 @@ from .eegitnet import EEGITNet
|
|
|
21
21
|
from .eegminer import EEGMiner
|
|
22
22
|
from .eegnet import EEGNet, EEGNetv4
|
|
23
23
|
from .eegnex import EEGNeX
|
|
24
|
-
from .eegpt import EEGPT
|
|
24
|
+
from .eegpt import EEGPT, InterpolatedEEGPT
|
|
25
25
|
from .eegsimpleconv import EEGSimpleConv
|
|
26
26
|
from .eegsym import EEGSym
|
|
27
27
|
from .eegtcnet import EEGTCNet
|
|
@@ -85,6 +85,7 @@ __all__ = [
|
|
|
85
85
|
"BrainModule",
|
|
86
86
|
"EEGConformer",
|
|
87
87
|
"EEGPT",
|
|
88
|
+
"InterpolatedEEGPT",
|
|
88
89
|
"EEGInceptionERP",
|
|
89
90
|
"EEGInceptionMI",
|
|
90
91
|
"EEGITNet",
|
|
@@ -1435,3 +1435,32 @@ class _EEGTransformer(nn.Module):
|
|
|
1435
1435
|
)
|
|
1436
1436
|
|
|
1437
1437
|
return x
|
|
1438
|
+
|
|
1439
|
+
|
|
1440
|
+
# -----------------------------------------------------------------------------
|
|
1441
|
+
# InterpolatedEEGPT — experimental channel-interpolation variant of EEGPT
|
|
1442
|
+
# -----------------------------------------------------------------------------
|
|
1443
|
+
# A :func:`~braindecode.models.interpolated.InterpolatedModel` wrapper around
|
|
1444
|
+
# :class:`EEGPT` whose target channel set is the canonical ``EEGPT_CHANNELS``.
|
|
1445
|
+
# Accepts arbitrary user ``chs_info``; projects to the canonical channels via an
|
|
1446
|
+
# MNE-backed (frozen by default) interpolation matrix.
|
|
1447
|
+
|
|
1448
|
+
from mne.channels import make_standard_montage # noqa: E402
|
|
1449
|
+
|
|
1450
|
+
from braindecode.models.interpolated import InterpolatedModel # noqa: E402
|
|
1451
|
+
|
|
1452
|
+
montage = make_standard_montage("standard_1020")
|
|
1453
|
+
ch_pos = {
|
|
1454
|
+
ch.upper(): (ch, loc) for ch, loc in montage.get_positions()["ch_pos"].items()
|
|
1455
|
+
}
|
|
1456
|
+
_EEGPT_TARGET_CHS_INFO = [
|
|
1457
|
+
{
|
|
1458
|
+
"ch_name": ch_pos[ch.upper()][0],
|
|
1459
|
+
"kind": "eeg",
|
|
1460
|
+
"loc": ch_pos[ch.upper()][1],
|
|
1461
|
+
}
|
|
1462
|
+
for ch in EEGPT_CHANNELS
|
|
1463
|
+
]
|
|
1464
|
+
InterpolatedEEGPT = InterpolatedModel(
|
|
1465
|
+
EEGPT, _EEGPT_TARGET_CHS_INFO, name="InterpolatedEEGPT"
|
|
1466
|
+
)
|
|
@@ -53,5 +53,6 @@ REVE,General,Classification,200,"n_outputs, n_times, n_chans",69481476,"REVE(n_t
|
|
|
53
53
|
DGCNN,Emotion Recognition,Classification,128,"n_chans, n_outputs, n_times, chs_info",1037385,"DGCNN(n_chans=62, n_outputs=4, n_times=128)","Graph Neural Network,Channel"
|
|
54
54
|
InterpolatedBENDR,General,"Classification,Embedding",250,"chs_info, n_outputs, n_times",157143101,"InterpolatedBENDR(chs_info=<user>, n_outputs=4, n_times=1000)","Foundation Model,Convolution,Channel"
|
|
55
55
|
InterpolatedBIOT,"Sleep Staging, Epilepsy",Classification,200,"chs_info, n_outputs, n_times, sfreq",3184101,"InterpolatedBIOT(chs_info=<user>, n_outputs=5, sfreq=200, n_times=6000)","Foundation Model,Channel"
|
|
56
|
+
InterpolatedEEGPT,General,Classification,256,"chs_info, n_outputs, n_times",25323137,"InterpolatedEEGPT(chs_info=<user>, n_outputs=4, n_times=1024)","Foundation Model,Attention/Transformer,Channel"
|
|
56
57
|
InterpolatedLaBraM,General,"Classification, Embedding",200,"chs_info, n_outputs, n_times",5866196,"InterpolatedLaBraM(chs_info=<user>, n_outputs=4, n_times=1000)","Convolution,Foundation Model,Channel"
|
|
57
58
|
InterpolatedSignalJEPA,"Motor Imagery, ERP, SSVEP",Embedding,128,"chs_info",3456882,"InterpolatedSignalJEPA(chs_info=<user>)","Convolution,Channel,Foundation Model"
|
|
@@ -309,6 +309,11 @@ models_mandatory_parameters: list[
|
|
|
309
309
|
("EEGITNet", ["n_chans", "n_outputs", "n_times"], None),
|
|
310
310
|
("EEGNet", ["n_chans", "n_outputs", "n_times"], None),
|
|
311
311
|
("EEGPT", ["n_chans", "n_outputs", "n_times", "chs_info"], None),
|
|
312
|
+
(
|
|
313
|
+
"InterpolatedEEGPT",
|
|
314
|
+
["chs_info", "n_outputs", "n_times"],
|
|
315
|
+
{"chs_info": _chs_info_4ch}, # MNE interpolation needs >=4 channels
|
|
316
|
+
),
|
|
312
317
|
("ShallowFBCSPNet", ["n_chans", "n_outputs", "n_times"], None),
|
|
313
318
|
(
|
|
314
319
|
"SleepStagerBlanco2020",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "1.6.1.dev1034"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: braindecode
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.1.dev1034
|
|
4
4
|
Summary: Deep learning software to decode EEG, ECG or MEG signals
|
|
5
5
|
Author-email: Robin Tibor Schirrmeister <robintibor@gmail.com>, Bruno Aristimunha Pinto <b.aristimunha@gmail.com>, Alexandre Gramfort <agramfort@meta.com>
|
|
6
6
|
Maintainer-email: Alexandre Gramfort <agramfort@meta.com>, Bruno Aristimunha Pinto <b.aristimunha@gmail.com>, Robin Tibor Schirrmeister <robintibor@gmail.com>
|
|
@@ -22,12 +22,21 @@
|
|
|
22
22
|
.. _current:
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
Current 1.6.
|
|
25
|
+
Current 1.6.1 (GitHub)
|
|
26
26
|
===============================
|
|
27
27
|
|
|
28
28
|
Enhancements
|
|
29
29
|
============
|
|
30
30
|
|
|
31
|
+
- Add a ``revision`` keyword argument to
|
|
32
|
+
:meth:`braindecode.datasets.BaseConcatDataset.pull_from_hub` so callers can
|
|
33
|
+
pin dataset downloads to a specific branch, tag, or commit on the Hugging
|
|
34
|
+
Face Hub.
|
|
35
|
+
- Add :class:`braindecode.models.InterpolatedEEGPT`, a channel-interpolation
|
|
36
|
+
variant of :class:`braindecode.models.EEGPT` built with
|
|
37
|
+
:func:`~braindecode.models.interpolated.InterpolatedModel`.
|
|
38
|
+
By `Pierre Guetschel`_.
|
|
39
|
+
|
|
31
40
|
API and behavior changes
|
|
32
41
|
========================
|
|
33
42
|
|
|
@@ -50,10 +59,18 @@ Bug fixes
|
|
|
50
59
|
use running statistics when ``batch_size == 1`` in train mode.
|
|
51
60
|
By `Bruno Aristimunha`_.
|
|
52
61
|
|
|
62
|
+
- Fix incorrect import path in CONTRIBUTING.md by `Yiheng Li`_
|
|
63
|
+
|
|
53
64
|
Code health
|
|
54
65
|
============
|
|
55
66
|
|
|
56
|
-
-
|
|
67
|
+
- Add a monthly scheduled workflow that cuts a stable PyPI release on
|
|
68
|
+
the 1st of every month, complementing the existing per-push ``.devN``
|
|
69
|
+
pipeline. (:gh:`1030` by `Bruno Aristimunha`_)
|
|
70
|
+
|
|
71
|
+
- Make the monthly release workflow push only the release tag and open a
|
|
72
|
+
pull request for the version bump, so it never needs to push to the
|
|
73
|
+
protected ``master`` branch. (:gh:`1031` by `Bruno Aristimunha`_)
|
|
57
74
|
|
|
58
75
|
|
|
59
76
|
Current 1.5.1 (stable)
|
|
@@ -1224,3 +1241,5 @@ Authors
|
|
|
1224
1241
|
.. _Sarthak Tayal: https://github.com/tayal-sarthak
|
|
1225
1242
|
.. _Vandit Shah: https://github.com/ShahVandit
|
|
1226
1243
|
.. _Léo Burgund: https://github.com/leob000
|
|
1244
|
+
.. _Adam Mounir: https://github.com/adammounir
|
|
1245
|
+
.. _Yiheng Li: https://github.com/YihengLi-1
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "1.6.0.dev1028"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/augmentation/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/augmentation/functional.py
RENAMED
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/augmentation/transforms.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datasets/bids/__init__.py
RENAMED
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datasets/bids/datasets.py
RENAMED
|
File without changes
|
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datasets/bids/hub_format.py
RENAMED
|
File without changes
|
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datasets/bids/hub_validation.py
RENAMED
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datasets/bids/iterable.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datasets/sleep_physionet.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datautil/channel_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/datautil/serialization.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/functional/initialization.py
RENAMED
|
File without changes
|
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/attentionbasenet.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/eeginception_erp.py
RENAMED
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/eeginception_mi.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/fblightconvnet.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/meta_neuromotor.py
RENAMED
|
File without changes
|
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/models/patchedtransformer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/modules/interpolation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/modules/parametrization.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/preprocessing/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/preprocessing/mne_preprocess.py
RENAMED
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/preprocessing/preprocess.py
RENAMED
|
File without changes
|
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/preprocessing/windowers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/visualization/__init__.py
RENAMED
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/visualization/attribution.py
RENAMED
|
File without changes
|
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/visualization/frequency.py
RENAMED
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/visualization/metrics.py
RENAMED
|
File without changes
|
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode/visualization/topology.py
RENAMED
|
File without changes
|
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/braindecode.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/_templates/autosummary/class.rst
RENAMED
|
File without changes
|
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/_templates/autosummary/function.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/models/categorization/attention.rst
RENAMED
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/models/categorization/channel.rst
RENAMED
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/models/categorization/convolution.rst
RENAMED
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/models/categorization/filterbank.rst
RENAMED
|
File without changes
|
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/models/categorization/interpretable.rst
RENAMED
|
File without changes
|
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/models/categorization/recurrent.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/models/models_categorization.rst
RENAMED
|
File without changes
|
|
File without changes
|
{braindecode-1.6.0.dev1028 → braindecode-1.6.1.dev1034}/docs/models/models_visualization.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|