braindecode 1.6.1.dev1080__tar.gz → 1.6.1.dev169782001__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.
Files changed (175) hide show
  1. {braindecode-1.6.1.dev1080/braindecode.egg-info → braindecode-1.6.1.dev169782001}/PKG-INFO +1 -1
  2. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/fbmsnet.py +18 -5
  3. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/summary.csv +61 -61
  4. braindecode-1.6.1.dev169782001/braindecode/version.py +1 -0
  5. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001/braindecode.egg-info}/PKG-INFO +1 -1
  6. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/docs/models/models_table.rst +4 -1
  7. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/docs/whats_new.rst +8 -0
  8. braindecode-1.6.1.dev1080/braindecode/version.py +0 -1
  9. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/LICENSE.txt +0 -0
  10. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/MANIFEST.in +0 -0
  11. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/NOTICE.txt +0 -0
  12. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/README.rst +0 -0
  13. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/__init__.py +0 -0
  14. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/augmentation/__init__.py +0 -0
  15. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/augmentation/base.py +0 -0
  16. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/augmentation/functional.py +0 -0
  17. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/augmentation/transforms.py +0 -0
  18. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/classifier.py +0 -0
  19. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/datasets/__init__.py +0 -0
  20. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/datasets/base.py +0 -0
  21. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/datasets/bbci.py +0 -0
  22. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/datasets/bcicomp.py +0 -0
  23. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/datasets/bids/__init__.py +0 -0
  24. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/datasets/bids/datasets.py +0 -0
  25. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/datasets/bids/format.py +0 -0
  26. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/datasets/bids/hub.py +0 -0
  27. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/datasets/bids/hub_format.py +0 -0
  28. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/datasets/bids/hub_io.py +0 -0
  29. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/datasets/bids/hub_validation.py +0 -0
  30. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/datasets/bids/iterable.py +0 -0
  31. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/datasets/chb_mit.py +0 -0
  32. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/datasets/collate.py +0 -0
  33. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/datasets/mne.py +0 -0
  34. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/datasets/moabb.py +0 -0
  35. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/datasets/nmt.py +0 -0
  36. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/datasets/registry.py +0 -0
  37. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/datasets/siena.py +0 -0
  38. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/datasets/sleep_physio_challe_18.py +0 -0
  39. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/datasets/sleep_physionet.py +0 -0
  40. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/datasets/tuh.py +0 -0
  41. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/datasets/utils.py +0 -0
  42. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/datasets/xy.py +0 -0
  43. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/datautil/__init__.py +0 -0
  44. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/datautil/channel_utils.py +0 -0
  45. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/datautil/hub_formats.py +0 -0
  46. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/datautil/serialization.py +0 -0
  47. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/datautil/util.py +0 -0
  48. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/eegneuralnet.py +0 -0
  49. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/functional/__init__.py +0 -0
  50. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/functional/functions.py +0 -0
  51. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/functional/initialization.py +0 -0
  52. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/__init__.py +0 -0
  53. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/atcnet.py +0 -0
  54. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/attentionbasenet.py +0 -0
  55. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/attn_sleep.py +0 -0
  56. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/base.py +0 -0
  57. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/bendr.py +0 -0
  58. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/biot.py +0 -0
  59. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/brainmodule.py +0 -0
  60. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/cbramod.py +0 -0
  61. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/codebrain.py +0 -0
  62. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/config.py +0 -0
  63. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/contrawr.py +0 -0
  64. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/ctnet.py +0 -0
  65. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/deep4.py +0 -0
  66. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/deepsleepnet.py +0 -0
  67. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/dgcnn.py +0 -0
  68. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/eegconformer.py +0 -0
  69. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/eegdino.py +0 -0
  70. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/eeginception_erp.py +0 -0
  71. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/eeginception_mi.py +0 -0
  72. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/eegitnet.py +0 -0
  73. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/eegminer.py +0 -0
  74. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/eegnet.py +0 -0
  75. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/eegnex.py +0 -0
  76. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/eegpt.py +0 -0
  77. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/eegsimpleconv.py +0 -0
  78. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/eegsym.py +0 -0
  79. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/eegtcnet.py +0 -0
  80. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/emg2qwerty.py +0 -0
  81. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/fbcnet.py +0 -0
  82. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/fblightconvnet.py +0 -0
  83. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/hybrid.py +0 -0
  84. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/ifnet.py +0 -0
  85. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/interpolated.py +0 -0
  86. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/labram.py +0 -0
  87. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/luna.py +0 -0
  88. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/medformer.py +0 -0
  89. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/meta_neuromotor.py +0 -0
  90. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/msvtnet.py +0 -0
  91. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/patchedtransformer.py +0 -0
  92. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/reve.py +0 -0
  93. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/sccnet.py +0 -0
  94. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/shallow_fbcsp.py +0 -0
  95. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/signal_jepa.py +0 -0
  96. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/sinc_shallow.py +0 -0
  97. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/sleep_stager_blanco_2020.py +0 -0
  98. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/sleep_stager_chambon_2018.py +0 -0
  99. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/sparcnet.py +0 -0
  100. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/sstdpn.py +0 -0
  101. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/steegformer.py +0 -0
  102. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/syncnet.py +0 -0
  103. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/tcformer.py +0 -0
  104. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/tcn.py +0 -0
  105. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/tidnet.py +0 -0
  106. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/tsinception.py +0 -0
  107. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/usleep.py +0 -0
  108. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/models/util.py +0 -0
  109. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/modules/__init__.py +0 -0
  110. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/modules/activation.py +0 -0
  111. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/modules/attention.py +0 -0
  112. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/modules/blocks.py +0 -0
  113. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/modules/convolution.py +0 -0
  114. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/modules/filter.py +0 -0
  115. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/modules/interpolation.py +0 -0
  116. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/modules/layers.py +0 -0
  117. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/modules/linear.py +0 -0
  118. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/modules/parametrization.py +0 -0
  119. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/modules/stats.py +0 -0
  120. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/modules/util.py +0 -0
  121. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/modules/wrapper.py +0 -0
  122. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/preprocessing/__init__.py +0 -0
  123. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/preprocessing/eegprep_preprocess.py +0 -0
  124. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/preprocessing/mne_preprocess.py +0 -0
  125. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/preprocessing/preprocess.py +0 -0
  126. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/preprocessing/util.py +0 -0
  127. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/preprocessing/windowers.py +0 -0
  128. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/regressor.py +0 -0
  129. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/samplers/__init__.py +0 -0
  130. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/samplers/base.py +0 -0
  131. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/samplers/ssl.py +0 -0
  132. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/training/__init__.py +0 -0
  133. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/training/callbacks.py +0 -0
  134. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/training/losses.py +0 -0
  135. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/training/scoring.py +0 -0
  136. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/util.py +0 -0
  137. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/visualization/__init__.py +0 -0
  138. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/visualization/attribution.py +0 -0
  139. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/visualization/confusion_matrices.py +0 -0
  140. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/visualization/frequency.py +0 -0
  141. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/visualization/metrics.py +0 -0
  142. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/visualization/sanity.py +0 -0
  143. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode/visualization/topology.py +0 -0
  144. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode.egg-info/SOURCES.txt +0 -0
  145. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode.egg-info/dependency_links.txt +0 -0
  146. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode.egg-info/requires.txt +0 -0
  147. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/braindecode.egg-info/top_level.txt +0 -0
  148. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/docs/Makefile +0 -0
  149. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/docs/_templates/autosummary/class.rst +0 -0
  150. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/docs/_templates/autosummary/class_in_subdir.rst +0 -0
  151. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/docs/_templates/autosummary/function.rst +0 -0
  152. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/docs/_templates/autosummary/function_in_subdir.rst +0 -0
  153. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/docs/api.rst +0 -0
  154. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/docs/cite.rst +0 -0
  155. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/docs/conf.py +0 -0
  156. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/docs/help.rst +0 -0
  157. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/docs/index.rst +0 -0
  158. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/docs/install/install.rst +0 -0
  159. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/docs/install/install_pip.rst +0 -0
  160. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/docs/install/install_source.rst +0 -0
  161. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/docs/models/categorization/attention.rst +0 -0
  162. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/docs/models/categorization/channel.rst +0 -0
  163. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/docs/models/categorization/convolution.rst +0 -0
  164. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/docs/models/categorization/filterbank.rst +0 -0
  165. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/docs/models/categorization/gnn.rst +0 -0
  166. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/docs/models/categorization/interpretable.rst +0 -0
  167. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/docs/models/categorization/lbm.rst +0 -0
  168. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/docs/models/categorization/recurrent.rst +0 -0
  169. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/docs/models/categorization/spd.rst +0 -0
  170. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/docs/models/models.rst +0 -0
  171. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/docs/models/models_categorization.rst +0 -0
  172. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/docs/models/models_visualization.rst +0 -0
  173. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/docs/sg_execution_times.rst +0 -0
  174. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/pyproject.toml +0 -0
  175. {braindecode-1.6.1.dev1080 → braindecode-1.6.1.dev169782001}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: braindecode
3
- Version: 1.6.1.dev1080
3
+ Version: 1.6.1.dev169782001
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>
@@ -75,6 +75,9 @@ class FBMSNet(EEGModuleMixin, nn.Module):
75
75
  Maximum norm constraint for the convolutional layers.
76
76
  linear_max_norm : float, default=0.5
77
77
  Maximum norm constraint for the linear layers.
78
+ return_features : bool, default=False
79
+ If True, the forward method returns the class logits and the flattened
80
+ features before the final classification layer.
78
81
  filter_parameters : dict, default=None
79
82
  Dictionary of parameters to use for the FilterBankLayer.
80
83
  If None, a default Chebyshev Type II filter with transition bandwidth of
@@ -116,6 +119,7 @@ class FBMSNet(EEGModuleMixin, nn.Module):
116
119
  linear_max_norm: float = 0.5,
117
120
  verbose: bool = False,
118
121
  filter_parameters: dict[Any, Any] | None = None,
122
+ return_features: bool = False,
119
123
  ):
120
124
  super().__init__(
121
125
  n_chans=n_chans,
@@ -137,6 +141,7 @@ class FBMSNet(EEGModuleMixin, nn.Module):
137
141
  self.kernels_weights = kernels_weights
138
142
  self.filter_parameters = filter_parameters or {}
139
143
  self.out_channels_spatial = self.n_filters_spat * self.dilatability
144
+ self.return_features = return_features
140
145
 
141
146
  # Checkers
142
147
  if temporal_layer not in _valid_layers:
@@ -223,8 +228,12 @@ class FBMSNet(EEGModuleMixin, nn.Module):
223
228
 
224
229
  Returns
225
230
  -------
226
- torch.Tensor
227
- Output tensor with shape (batch_size, n_outputs).
231
+ torch.Tensor or tuple[torch.Tensor, torch.Tensor]
232
+ Output tensor with shape (batch_size, n_outputs). If
233
+ ``return_features`` is True, a tuple containing the output tensor
234
+ and flattened features with shape
235
+ (batch_size, out_channels_spatial * stride_factor) is returned.
236
+ In TorchScript mode, only the output tensor is returned.
228
237
  """
229
238
  batch, _, _ = x.shape
230
239
 
@@ -253,12 +262,16 @@ class FBMSNet(EEGModuleMixin, nn.Module):
253
262
  # shape: (batch, self.out_channels_spatial, self.stride_factor, 1)
254
263
 
255
264
  # Flatten and classify
256
- x = self.flatten_layer(x)
265
+ features = self.flatten_layer(x)
257
266
  # shape: (batch, self.out_channels_spatial*self.stride_factor)
258
267
 
259
- x = self.final_layer(x)
268
+ logits = self.final_layer(features)
260
269
  # shape: (batch, n_outputs)
261
- return x
270
+ if torch.jit.is_scripting() or torch.jit.is_tracing():
271
+ return logits
272
+ if self.return_features:
273
+ return logits, features
274
+ return logits
262
275
 
263
276
 
264
277
  class _MixedConv2d(nn.Module):
@@ -1,61 +1,61 @@
1
- Model,Application,Type,Sampling Frequency (Hz),Hyperparameters,#Parameters,get_#Parameters,Categorization
2
- ATCNet,General,Prediction,250,"n_chans, n_outputs, n_times",113732,"ATCNet(n_chans=22, n_outputs=4, n_times=1000)","Convolution,Recurrent,Attention/Transformer"
3
- AttentionBaseNet,Motor Imagery,Prediction,250,"n_chans, n_outputs, n_times",3692,"AttentionBaseNet(n_chans=22, n_outputs=4, n_times=1000)","Convolution,Attention/Transformer"
4
- BDTCN,Normal Abnormal,Prediction,100,"n_chans, n_outputs, n_times",456502,"BDTCN(n_chans=21, n_outputs=2, n_times=6000, n_blocks=5, n_filters=55, kernel_size=16)","Convolution,Recurrent"
5
- BIOT,"Sleep Staging, Epilepsy",Prediction,200,"n_chans, n_outputs",3183879,"BIOT(n_chans=2, n_outputs=5, n_times=6000)","Foundation Model"
6
- CBraMod,General,"Prediction, Embedding",200,"n_outputs",4924000,"CBraMod(n_outputs=2)","Foundation Model"
7
- CodeBrain,General,"Prediction, Embedding",200,"n_chans, n_outputs, n_times",15238802,"CodeBrain(n_chans=19, n_outputs=2, n_times=6000)","Foundation Model,Attention/Transformer"
8
- ContraWR,Sleep Staging,"Prediction, Embedding",125,"n_chans, n_outputs, sfreq",1160165,"ContraWR(n_chans=2, n_outputs=5, n_times=3750, emb_size=256, sfreq=125)",Convolution
9
- CTNet,Motor Imagery,Prediction,250,"n_chans, n_outputs, n_times",26900,"CTNet(n_chans=22, n_outputs=4, n_times=1000, n_filters_time=8, kernel_size=16, num_heads=2, embed_dim=16)","Convolution,Attention/Transformer"
10
- Deep4Net,General,Prediction,250,"n_chans, n_outputs, n_times",282879,"Deep4Net(n_chans=22, n_outputs=4, n_times=1000)","Convolution"
11
- DeepSleepNet,Sleep Staging,Prediction,256,"n_chans, n_outputs",24744837,"DeepSleepNet(n_chans=1, n_outputs=5, n_times=7680, sfreq=256)","Convolution,Recurrent"
12
- EEGConformer,General,Prediction,250,"n_chans, n_outputs, n_times",789572,"EEGConformer(n_chans=22, n_outputs=4, n_times=1000)","Convolution,Attention/Transformer"
13
- EEGPT,General,Prediction,256,"n_chans, n_outputs, n_times",25477635,"EEGPT(n_chans=58, n_outputs=4, n_times=1024)","Foundation Model,Attention/Transformer"
14
- EEGInceptionERP,"ERP, SSVEP",Prediction,128,"n_chans, n_outputs",14926,"EEGInceptionERP(n_chans=8, n_outputs=2, n_times=128, sfreq=128)","Convolution"
15
- EEGInceptionMI,Motor Imagery,Prediction,250,"n_chans, n_outputs, n_times",558028,"EEGInceptionMI(n_chans=22, n_outputs=4, n_times=1000, n_convs=5, n_filters=12)","Convolution"
16
- EEGITNet,Motor Imagery,Prediction,125,"n_chans, n_outputs, n_times",5212,"EEGITNet(n_chans=22, n_outputs=4, n_times=500)","Convolution,Recurrent"
17
- EEGNet,General,Prediction,128,"n_chans, n_outputs, n_times",2484,"EEGNet(n_chans=22, n_outputs=4, n_times=512)","Convolution"
18
- EEGNeX,Motor Imagery,Prediction,125,"n_chans, n_outputs, n_times",55940,"EEGNeX(n_chans=22, n_outputs=4, n_times=500)","Convolution"
19
- EEGSym,Motor Imagery,Prediction,250,"n_chans, n_outputs, n_times, sfreq",299218,"EEGSym(n_chans=22, n_outputs=4, n_times=1000, sfreq=250)","Convolution,Channel"
20
- EEGMiner,Emotion Recognition,Prediction,128,"n_chans, n_outputs, n_times, sfreq",7572,"EEGMiner(n_chans=62, n_outputs=2, n_times=2560, sfreq=128)","Convolution,Interpretability"
21
- EEGSimpleConv,Motor Imagery,Prediction,80,"n_chans, n_outputs, sfreq",730404,"EEGSimpleConv(n_chans=22, n_outputs=4, n_times=320, sfreq=80)","Convolution"
22
- EEGTCNet,Motor Imagery,Prediction,250,"n_chans, n_outputs",4516,"EEGTCNet(n_chans=22, n_outputs=4, n_times=1000, kern_length=32)","Convolution,Recurrent"
23
- Labram,General,"Prediction, Embedding",200,"n_chans, n_outputs, n_times",5866180,"Labram(n_chans=22, n_outputs=4, n_times=1000, sfreq=250)","Convolution,Foundation Model"
24
- MSVTNet,Motor Imagery,Prediction,250,"n_chans, n_outputs, n_times",75494," MSVTNet(n_chans=22, n_outputs=4, n_times=1000)","Convolution,Recurrent,Attention/Transformer"
25
- SCCNet,Motor Imagery,Prediction,125,"n_chans, n_outputs, n_times, sfreq",12070,"SCCNet(n_chans=22, n_outputs=4, n_times=1000, sfreq=125)","Convolution"
26
- SignalJEPA,"Motor Imagery, ERP, SSVEP",Embedding,128,"n_times, chs_info",3456882,"SignalJEPA(n_times=512, chs_info=Lee2019_MI().get_data(subjects=[1])[1]['0']['1train'].info[""chs""][:62])","Convolution,Channel,Foundation Model"
27
- SignalJEPA_Contextual,"Motor Imagery, ERP, SSVEP",Prediction,128,"n_outputs, n_times, chs_info",3459184,"SignalJEPA_Contextual(n_outputs=2, input_window_seconds=4.19, sfreq=128, chs_info=Lee2019_MI().get_data(subjects=[1])[1]['0']['1train'].info[""chs""][:62])","Convolution,Channel,Foundation Model"
28
- SignalJEPA_PostLocal,"Motor Imagery, ERP, SSVEP",Prediction,128,"n_chans, n_outputs, n_times",16142,"SignalJEPA_PostLocal(n_chans=62, n_outputs=2, input_window_seconds=4.19, sfreq=128)","Convolution,Channel,Foundation Model"
29
- SignalJEPA_PreLocal,"Motor Imagery, ERP, SSVEP",Prediction,128,"n_outputs, n_times, chs_info",16142,"SignalJEPA_PreLocal(n_chans=62, n_outputs=2, input_window_seconds=4.19, sfreq=128)","Convolution,Channel,Foundation Model"
30
- SincShallowNet,Motor Imagery,Prediction,250,"n_chans, n_outputs, n_times, sfreq",21892,"SincShallowNet(n_chans=22, n_outputs=4, n_times=1000, sfreq=250)","Convolution,Interpretability"
31
- ShallowFBCSPNet,General,Prediction,250,"n_chans, n_outputs, n_times",46084,"ShallowFBCSPNet(n_chans=22, n_outputs=4, n_times=1000, sfreq=250)","Convolution"
32
- SleepStagerBlanco2020,Sleep Staging,Prediction,100,"n_chans, n_outputs, n_times",2845,"SleepStagerBlanco2020(n_chans=2, n_outputs=5, n_times=3000, sfreq=100)","Convolution"
33
- SleepStagerChambon2018,Sleep Staging,Prediction,128,"n_chans, n_outputs, n_times, sfreq",5835,"SleepStagerChambon2018(n_chans=2, n_outputs=5, n_times=3840, sfreq=128)","Convolution"
34
- AttnSleep,Sleep Staging,Prediction,100,"n_chans, n_outputs, n_times, sfreq",719925,"AttnSleep(n_chans=2, n_outputs=5, n_times=3000, sfreq=100)","Convolution, Attention/Transformer"
35
- SPARCNet,Epilepsy,Prediction,200,"n_chans, n_outputs, n_times",1141921,"SPARCNet(n_chans=16, n_outputs=6, n_times=2000, sfreq=200)","Convolution"
36
- SyncNet,"Emotion Recognition, Alcoholism",Prediction,256,"n_chans, n_outputs, n_times",554,"SyncNet(n_chans=62, n_outputs=3, n_times=5120, sfreq=256)","Interpretability"
37
- TSception,Emotion Recognition,Prediction,256,"n_chans, n_outputs, n_times, sfreq",2187206,"TSception(n_chans=62, n_outputs=3, n_times=5120, sfreq=256)","Convolution"
38
- TIDNet,General,Prediction,250,"n_chans, n_outputs, n_times",240404,"TIDNet(n_chans=22, n_outputs=4, n_times=1000)","Convolution"
39
- USleep,Sleep Staging,Prediction,128,"n_chans, n_outputs, n_times, sfreq",2482011,"USleep(n_chans=2, n_outputs=5, n_times=3000, sfreq=100)","Convolution"
40
- FBCNet,Motor Imagery,Prediction,250,"n_chans, n_outputs, n_times, sfreq",11812,"FCNet(n_chans=22, n_outputs=4, n_times=1000, sfreq=250)","Convolution,FilterBank"
41
- FBMSNet,Motor Imagery,Prediction,250,"n_chans, n_outputs, n_times, sfreq",16231,"FBMSNet(n_chans=22, n_outputs=4, n_times=1000, sfreq=250)","Convolution,FilterBank"
42
- MetaNeuromotorHand,Handwriting (sEMG),CTC Sequence,2000,"n_chans, n_outputs, n_times, sfreq",1021284,"MetaNeuromotorHand(n_chans=16, n_outputs=100, n_times=32000, sfreq=2000)","Convolution,Attention/Transformer"
43
- EMG2QwertyNet,Touch typing (sEMG),CTC Sequence,2000,"n_chans, n_outputs, n_times, sfreq",5293315,"EMG2QwertyNet(n_chans=32, n_outputs=99, n_times=8000, sfreq=2000)","Convolution"
44
- FBLightConvNet,Motor Imagery,Prediction,250,"n_chans, n_outputs, n_times, sfreq",6596,"FBLightConvNet(n_chans=22, n_outputs=4, n_times=1000, sfreq=250)","Convolution,FilterBank"
45
- IFNet,Motor Imagery,Prediction,250,"n_chans, n_outputs, n_times, sfreq",9860,"IFNet(n_chans=22, n_outputs=4, n_times=1000, sfreq=250)","Convolution,FilterBank"
46
- BrainModule,Speech Decoding,Prediction,250,"n_chans, n_outputs, n_times, sfreq",6186909,"BrainModule(n_chans=64, n_outputs=29, n_times=160, sfreq=1000)","Convolution"
47
- PBT,General,Prediction,250,"n_chans, n_outputs, n_times",818948,"PBT(n_chans=22, n_outputs=4, n_times=1000, sfreq=250)","Foundation Model"
48
- SSTDPN,Motor Imagery,Prediction,250,"n_chans, n_outputs, n_times",19502,"SSTDPN(n_chans=22, n_outputs=4, n_times=1000)","Convolution,Attention/Transformer"
49
- BENDR,General,"Prediction, Embedding",250,"n_chans, n_times, n_outputs",157141049,"BENDR(n_chans=22, n_outputs=4, n_times=1000)","Foundation Model,Convolution"
50
- LUNA,General,"Prediction, Embedding",128,"n_chans, n_times, sfreq, chs_info",7100731,"LUNA(n_chans=22, n_times=512, sfreq=128)","Convolution,Channel,Foundation Model"
51
- MEDFormer,General,Prediction,250,"n_chans, n_outputs, n_times",5313924,"MEDFormer(n_chans=22, n_outputs=4, n_times=1000)","Foundation Model,Convolution"
52
- REVE,General,Prediction,200,"n_outputs, n_times, n_chans",69481476,"REVE(n_times=1000, n_outputs=4, n_chans=19)","Foundation Model,Attention/Transformer"
53
- DGCNN,Emotion Recognition,Prediction,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
- InterpolatedBENDR,General,"Prediction, Embedding",250,"chs_info, n_outputs, n_times",157143101,"InterpolatedBENDR(chs_info=<user>, n_outputs=4, n_times=1000)","Foundation Model,Convolution,Channel"
55
- InterpolatedBIOT,"Sleep Staging, Epilepsy",Prediction,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,Prediction,256,"chs_info, n_outputs, n_times",25323137,"InterpolatedEEGPT(chs_info=<user>, n_outputs=4, n_times=1024)","Foundation Model,Attention/Transformer,Channel"
57
- InterpolatedLaBraM,General,"Prediction, Embedding",200,"chs_info, n_outputs, n_times",5866196,"InterpolatedLaBraM(chs_info=<user>, n_outputs=4, n_times=1000)","Convolution,Foundation Model,Channel"
58
- InterpolatedSignalJEPA,"Motor Imagery, ERP, SSVEP",Embedding,128,"chs_info",3456882,"InterpolatedSignalJEPA(chs_info=<user>)","Convolution,Channel,Foundation Model"
59
- TCFormer,Motor Imagery,Classification,250,"n_chans, n_outputs, n_times",77820,"TCFormer(n_chans=22, n_outputs=4, n_times=1000)","Convolution,Attention/Transformer"
60
- EEGDINO,General,Classification,200,"n_chans, n_outputs, n_times",4539698,"EEGDINO(n_chans=19, n_outputs=4, n_times=1000)","Foundation Model,Attention/Transformer"
61
- STEEGFormer,General,Classification,250,"n_chans, n_outputs, n_times",25305604,"STEEGFormer(n_chans=22, n_outputs=4, n_times=1000)","Attention/Transformer,Foundation Model"
1
+ Model,Application,Type,Sampling Frequency (Hz),Hyperparameters,#Parameters,get_#Parameters,Categorization,Modality
2
+ ATCNet,General,Prediction,250,"n_chans, n_outputs, n_times",113732,"ATCNet(n_chans=22, n_outputs=4, n_times=1000)","Convolution,Recurrent,Attention/Transformer",EEG
3
+ AttentionBaseNet,Motor Imagery,Prediction,250,"n_chans, n_outputs, n_times",3692,"AttentionBaseNet(n_chans=22, n_outputs=4, n_times=1000)","Convolution,Attention/Transformer",EEG
4
+ BDTCN,Normal Abnormal,Prediction,100,"n_chans, n_outputs, n_times",456502,"BDTCN(n_chans=21, n_outputs=2, n_times=6000, n_blocks=5, n_filters=55, kernel_size=16)","Convolution,Recurrent",EEG
5
+ BIOT,"Sleep Staging, Epilepsy",Prediction,200,"n_chans, n_outputs",3183879,"BIOT(n_chans=2, n_outputs=5, n_times=6000)","Foundation Model",EEG
6
+ CBraMod,General,"Prediction, Embedding",200,"n_outputs",4924000,"CBraMod(n_outputs=2)","Foundation Model",EEG
7
+ CodeBrain,General,"Prediction, Embedding",200,"n_chans, n_outputs, n_times",15238802,"CodeBrain(n_chans=19, n_outputs=2, n_times=6000)","Foundation Model,Attention/Transformer",EEG
8
+ ContraWR,Sleep Staging,"Prediction, Embedding",125,"n_chans, n_outputs, sfreq",1160165,"ContraWR(n_chans=2, n_outputs=5, n_times=3750, emb_size=256, sfreq=125)",Convolution,EEG
9
+ CTNet,Motor Imagery,Prediction,250,"n_chans, n_outputs, n_times",26900,"CTNet(n_chans=22, n_outputs=4, n_times=1000, n_filters_time=8, kernel_size=16, num_heads=2, embed_dim=16)","Convolution,Attention/Transformer",EEG
10
+ Deep4Net,General,Prediction,250,"n_chans, n_outputs, n_times",282879,"Deep4Net(n_chans=22, n_outputs=4, n_times=1000)","Convolution",EEG
11
+ DeepSleepNet,Sleep Staging,Prediction,256,"n_chans, n_outputs",24744837,"DeepSleepNet(n_chans=1, n_outputs=5, n_times=7680, sfreq=256)","Convolution,Recurrent",EEG
12
+ EEGConformer,General,Prediction,250,"n_chans, n_outputs, n_times",789572,"EEGConformer(n_chans=22, n_outputs=4, n_times=1000)","Convolution,Attention/Transformer",EEG
13
+ EEGPT,General,Prediction,256,"n_chans, n_outputs, n_times",25477635,"EEGPT(n_chans=58, n_outputs=4, n_times=1024)","Foundation Model,Attention/Transformer",EEG
14
+ EEGInceptionERP,"ERP, SSVEP",Prediction,128,"n_chans, n_outputs",14926,"EEGInceptionERP(n_chans=8, n_outputs=2, n_times=128, sfreq=128)","Convolution",EEG
15
+ EEGInceptionMI,Motor Imagery,Prediction,250,"n_chans, n_outputs, n_times",558028,"EEGInceptionMI(n_chans=22, n_outputs=4, n_times=1000, n_convs=5, n_filters=12)","Convolution",EEG
16
+ EEGITNet,Motor Imagery,Prediction,125,"n_chans, n_outputs, n_times",5212,"EEGITNet(n_chans=22, n_outputs=4, n_times=500)","Convolution,Recurrent",EEG
17
+ EEGNet,General,Prediction,128,"n_chans, n_outputs, n_times",2484,"EEGNet(n_chans=22, n_outputs=4, n_times=512)","Convolution",EEG
18
+ EEGNeX,Motor Imagery,Prediction,125,"n_chans, n_outputs, n_times",55940,"EEGNeX(n_chans=22, n_outputs=4, n_times=500)","Convolution",EEG
19
+ EEGSym,Motor Imagery,Prediction,250,"n_chans, n_outputs, n_times, sfreq",299218,"EEGSym(n_chans=22, n_outputs=4, n_times=1000, sfreq=250)","Convolution,Channel",EEG
20
+ EEGMiner,Emotion Recognition,Prediction,128,"n_chans, n_outputs, n_times, sfreq",7572,"EEGMiner(n_chans=62, n_outputs=2, n_times=2560, sfreq=128)","Convolution,Interpretability",EEG
21
+ EEGSimpleConv,Motor Imagery,Prediction,80,"n_chans, n_outputs, sfreq",730404,"EEGSimpleConv(n_chans=22, n_outputs=4, n_times=320, sfreq=80)","Convolution",EEG
22
+ EEGTCNet,Motor Imagery,Prediction,250,"n_chans, n_outputs",4516,"EEGTCNet(n_chans=22, n_outputs=4, n_times=1000, kern_length=32)","Convolution,Recurrent",EEG
23
+ Labram,General,"Prediction, Embedding",200,"n_chans, n_outputs, n_times",5866180,"Labram(n_chans=22, n_outputs=4, n_times=1000, sfreq=250)","Convolution,Foundation Model",EEG
24
+ MSVTNet,Motor Imagery,Prediction,250,"n_chans, n_outputs, n_times",75494," MSVTNet(n_chans=22, n_outputs=4, n_times=1000)","Convolution,Recurrent,Attention/Transformer",EEG
25
+ SCCNet,Motor Imagery,Prediction,125,"n_chans, n_outputs, n_times, sfreq",12070,"SCCNet(n_chans=22, n_outputs=4, n_times=1000, sfreq=125)","Convolution",EEG
26
+ SignalJEPA,"Motor Imagery, ERP, SSVEP",Embedding,128,"n_times, chs_info",3456882,"SignalJEPA(n_times=512, chs_info=Lee2019_MI().get_data(subjects=[1])[1]['0']['1train'].info[""chs""][:62])","Convolution,Channel,Foundation Model",EEG
27
+ SignalJEPA_Contextual,"Motor Imagery, ERP, SSVEP",Prediction,128,"n_outputs, n_times, chs_info",3459184,"SignalJEPA_Contextual(n_outputs=2, input_window_seconds=4.19, sfreq=128, chs_info=Lee2019_MI().get_data(subjects=[1])[1]['0']['1train'].info[""chs""][:62])","Convolution,Channel,Foundation Model",EEG
28
+ SignalJEPA_PostLocal,"Motor Imagery, ERP, SSVEP",Prediction,128,"n_chans, n_outputs, n_times",16142,"SignalJEPA_PostLocal(n_chans=62, n_outputs=2, input_window_seconds=4.19, sfreq=128)","Convolution,Channel,Foundation Model",EEG
29
+ SignalJEPA_PreLocal,"Motor Imagery, ERP, SSVEP",Prediction,128,"n_outputs, n_times, chs_info",16142,"SignalJEPA_PreLocal(n_chans=62, n_outputs=2, input_window_seconds=4.19, sfreq=128)","Convolution,Channel,Foundation Model",EEG
30
+ SincShallowNet,Motor Imagery,Prediction,250,"n_chans, n_outputs, n_times, sfreq",21892,"SincShallowNet(n_chans=22, n_outputs=4, n_times=1000, sfreq=250)","Convolution,Interpretability",EEG
31
+ ShallowFBCSPNet,General,Prediction,250,"n_chans, n_outputs, n_times",46084,"ShallowFBCSPNet(n_chans=22, n_outputs=4, n_times=1000, sfreq=250)","Convolution",EEG
32
+ SleepStagerBlanco2020,Sleep Staging,Prediction,100,"n_chans, n_outputs, n_times",2845,"SleepStagerBlanco2020(n_chans=2, n_outputs=5, n_times=3000, sfreq=100)","Convolution",EEG
33
+ SleepStagerChambon2018,Sleep Staging,Prediction,128,"n_chans, n_outputs, n_times, sfreq",5835,"SleepStagerChambon2018(n_chans=2, n_outputs=5, n_times=3840, sfreq=128)","Convolution",EEG
34
+ AttnSleep,Sleep Staging,Prediction,100,"n_chans, n_outputs, n_times, sfreq",719925,"AttnSleep(n_chans=2, n_outputs=5, n_times=3000, sfreq=100)","Convolution, Attention/Transformer",EEG
35
+ SPARCNet,Epilepsy,Prediction,200,"n_chans, n_outputs, n_times",1141921,"SPARCNet(n_chans=16, n_outputs=6, n_times=2000, sfreq=200)","Convolution",EEG
36
+ SyncNet,"Emotion Recognition, Alcoholism",Prediction,256,"n_chans, n_outputs, n_times",554,"SyncNet(n_chans=62, n_outputs=3, n_times=5120, sfreq=256)","Interpretability",EEG
37
+ TSception,Emotion Recognition,Prediction,256,"n_chans, n_outputs, n_times, sfreq",2187206,"TSception(n_chans=62, n_outputs=3, n_times=5120, sfreq=256)","Convolution",EEG
38
+ TIDNet,General,Prediction,250,"n_chans, n_outputs, n_times",240404,"TIDNet(n_chans=22, n_outputs=4, n_times=1000)","Convolution",EEG
39
+ USleep,Sleep Staging,Prediction,128,"n_chans, n_outputs, n_times, sfreq",2482011,"USleep(n_chans=2, n_outputs=5, n_times=3000, sfreq=100)","Convolution",EEG
40
+ FBCNet,Motor Imagery,Prediction,250,"n_chans, n_outputs, n_times, sfreq",11812,"FCNet(n_chans=22, n_outputs=4, n_times=1000, sfreq=250)","Convolution,FilterBank",EEG
41
+ FBMSNet,Motor Imagery,Prediction,250,"n_chans, n_outputs, n_times, sfreq",16231,"FBMSNet(n_chans=22, n_outputs=4, n_times=1000, sfreq=250)","Convolution,FilterBank",EEG
42
+ MetaNeuromotorHand,Handwriting (sEMG),CTC Sequence,2000,"n_chans, n_outputs, n_times, sfreq",1021284,"MetaNeuromotorHand(n_chans=16, n_outputs=100, n_times=32000, sfreq=2000)","Convolution,Attention/Transformer",sEMG
43
+ EMG2QwertyNet,Touch typing (sEMG),CTC Sequence,2000,"n_chans, n_outputs, n_times, sfreq",5293315,"EMG2QwertyNet(n_chans=32, n_outputs=99, n_times=8000, sfreq=2000)","Convolution",sEMG
44
+ FBLightConvNet,Motor Imagery,Prediction,250,"n_chans, n_outputs, n_times, sfreq",6596,"FBLightConvNet(n_chans=22, n_outputs=4, n_times=1000, sfreq=250)","Convolution,FilterBank",EEG
45
+ IFNet,Motor Imagery,Prediction,250,"n_chans, n_outputs, n_times, sfreq",9860,"IFNet(n_chans=22, n_outputs=4, n_times=1000, sfreq=250)","Convolution,FilterBank",EEG
46
+ BrainModule,Speech Decoding,Prediction,250,"n_chans, n_outputs, n_times, sfreq",6186909,"BrainModule(n_chans=64, n_outputs=29, n_times=160, sfreq=1000)","Convolution","EEG, MEG"
47
+ PBT,General,Prediction,250,"n_chans, n_outputs, n_times",818948,"PBT(n_chans=22, n_outputs=4, n_times=1000, sfreq=250)","Foundation Model",EEG
48
+ SSTDPN,Motor Imagery,Prediction,250,"n_chans, n_outputs, n_times",19502,"SSTDPN(n_chans=22, n_outputs=4, n_times=1000)","Convolution,Attention/Transformer",EEG
49
+ BENDR,General,"Prediction, Embedding",250,"n_chans, n_times, n_outputs",157141049,"BENDR(n_chans=22, n_outputs=4, n_times=1000)","Foundation Model,Convolution",EEG
50
+ LUNA,General,"Prediction, Embedding",128,"n_chans, n_times, sfreq, chs_info",7100731,"LUNA(n_chans=22, n_times=512, sfreq=128)","Convolution,Channel,Foundation Model",EEG
51
+ MEDFormer,General,Prediction,250,"n_chans, n_outputs, n_times",5313924,"MEDFormer(n_chans=22, n_outputs=4, n_times=1000)","Foundation Model,Convolution",EEG
52
+ REVE,General,Prediction,200,"n_outputs, n_times, n_chans",69481476,"REVE(n_times=1000, n_outputs=4, n_chans=19)","Foundation Model,Attention/Transformer",EEG
53
+ DGCNN,Emotion Recognition,Prediction,128,"n_chans, n_outputs, n_times, chs_info",1037385,"DGCNN(n_chans=62, n_outputs=4, n_times=128)","Graph Neural Network,Channel",EEG
54
+ InterpolatedBENDR,General,"Prediction, Embedding",250,"chs_info, n_outputs, n_times",157143101,"InterpolatedBENDR(chs_info=<user>, n_outputs=4, n_times=1000)","Foundation Model,Convolution,Channel",EEG
55
+ InterpolatedBIOT,"Sleep Staging, Epilepsy",Prediction,200,"chs_info, n_outputs, n_times, sfreq",3184101,"InterpolatedBIOT(chs_info=<user>, n_outputs=5, sfreq=200, n_times=6000)","Foundation Model,Channel",EEG
56
+ InterpolatedEEGPT,General,Prediction,256,"chs_info, n_outputs, n_times",25323137,"InterpolatedEEGPT(chs_info=<user>, n_outputs=4, n_times=1024)","Foundation Model,Attention/Transformer,Channel",EEG
57
+ InterpolatedLaBraM,General,"Prediction, Embedding",200,"chs_info, n_outputs, n_times",5866196,"InterpolatedLaBraM(chs_info=<user>, n_outputs=4, n_times=1000)","Convolution,Foundation Model,Channel",EEG
58
+ InterpolatedSignalJEPA,"Motor Imagery, ERP, SSVEP",Embedding,128,"chs_info",3456882,"InterpolatedSignalJEPA(chs_info=<user>)","Convolution,Channel,Foundation Model",EEG
59
+ TCFormer,Motor Imagery,Classification,250,"n_chans, n_outputs, n_times",77820,"TCFormer(n_chans=22, n_outputs=4, n_times=1000)","Convolution,Attention/Transformer",EEG
60
+ EEGDINO,General,Classification,200,"n_chans, n_outputs, n_times",4539698,"EEGDINO(n_chans=19, n_outputs=4, n_times=1000)","Foundation Model,Attention/Transformer",EEG
61
+ STEEGFormer,General,Classification,250,"n_chans, n_outputs, n_times",25305604,"STEEGFormer(n_chans=22, n_outputs=4, n_times=1000)","Attention/Transformer,Foundation Model",EEG
@@ -0,0 +1 @@
1
+ __version__ = "1.6.1.dev169782001"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: braindecode
3
- Version: 1.6.1.dev1080
3
+ Version: 1.6.1.dev169782001
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>
@@ -45,6 +45,9 @@ Columns definitions:
45
45
  - **Application**: The application(s) the model is typically used for (e.g., Motor
46
46
  Imagery, P300, Sleep Staging). 'General' indicates applicability across multiple
47
47
  applications or no specific application focus.
48
+ - **Modality**: The recording modality (bio-signal type) the model is designed and
49
+ validated for, e.g. EEG, MEG, or sEMG. Most Braindecode models target EEG; a few
50
+ support more than one modality (e.g. EEG, MEG).
48
51
  - **Type**: The model's output interface. ``Prediction`` indicates a supervised head
49
52
  that can be used for classification or regression, depending on the wrapper, loss,
50
53
  and target. ``Embedding`` indicates a model that exposes an embedding
@@ -153,7 +156,7 @@ Braindecode.
153
156
  }
154
157
 
155
158
  /* --- DataTable: panes hidden until button click ---------------------- */
156
- var FILTER_COLS = [1,2,3,4]; // Paradigm, Type, Categorization, Hyperparameters
159
+ var FILTER_COLS = [1,2,3,4]; // Application, Modality, Type, Categorization
157
160
  var table = $('.sortable').DataTable({
158
161
  dom: 'Blfrtip', // B = Buttons (no 'P' here)
159
162
  paging: false,
@@ -64,6 +64,9 @@ Enhancements
64
64
  - Clarify the model summary table's ``Type`` column by using ``Prediction`` for
65
65
  supervised heads instead of describing them as classification-only.
66
66
  By `Sarthak Tayal`_.
67
+ - Add a ``Modality`` column (EEG, MEG, sEMG, ...) to the model summary table so
68
+ models can be filtered by the bio-signal they target, and validate it against a
69
+ controlled vocabulary. By `Bhargav Kowshik`_.
67
70
  - Add :class:`braindecode.models.InterpolatedEEGPT`, a channel-interpolation
68
71
  variant of :class:`braindecode.models.EEGPT` built with
69
72
  :func:`~braindecode.models.interpolated.InterpolatedModel`.
@@ -89,6 +92,11 @@ Enhancements
89
92
  grouped-query attention Transformer with rotary positional embeddings, and a
90
93
  grouped temporal convolutional network head. (:gh:`1065` by `Bruno
91
94
  Aristimunha`_)
95
+ - Add a ``return_features`` option to :class:`braindecode.models.FBMSNet`: when
96
+ enabled, ``forward()`` returns ``(logits, features)`` where ``features`` is
97
+ the flattened pre-classifier vector (shape ``(batch, out_channels_spatial *
98
+ stride_factor)``), enabling center-loss training without subclassing.
99
+ (:gh:`1083` by `Bruno Aristimunha`_)
92
100
  - Add an ``n_augmentation`` argument to
93
101
  :class:`braindecode.augmentation.AugmentedDataLoader` for fixed set-expansion:
94
102
  each batch keeps its clean originals and appends ``n_augmentation``
@@ -1 +0,0 @@
1
- __version__ = "1.6.1.dev1080"