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

Multiprocessing for configuratron #45

Open kostasde opened 4 years ago

kostasde commented 4 years ago

This should be a simple upgrade, make a process pool and assign each file to an available process for constructing a new recording.

kostasde commented 4 years ago

Hard to manage progress bars and this potentially interferes with custom loading procedures. Place this on the backburner for now.