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

Break up DN3BaseModel into additional Classifier module #33

Closed kostasde closed 4 years ago

kostasde commented 4 years ago

Currently, the DN3BaseModel makes too many assumptions that it will have a classifier. That's dumb.