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

RawRecording with less memory wastage from MNE #48

Closed kostasde closed 4 years ago

kostasde commented 4 years ago

Currently the basic raw instance from MNE, even without any preloading, is so bloated that the largest of datasets still dont fit into reasonably large memory. Need to load only exactly what dn3 needs and a filename, and do the rest on-the-fly.