SPOClab-ca / dn3

The fusion of MNE and PyTorch for accelerated deep-neural-network based BCI-systems and Neurophysiology signal analysis.
BSD 3-Clause "New" or "Revised" License
64 stars 19 forks source link

Deep1010 Normalizing by channel type #40

Closed kostasde closed 4 years ago

kostasde commented 4 years ago

Currently normalizing all the channels together is probably not smart, particularly since there is support for "extra" channels, which could be at completely different scales to the EEG channels.

Probably best done by mapping first, then normalizing the active channels from EEG, EOG, REF, EXTRA groupings.