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

Compatibility Transforms #50

Open kostasde opened 4 years ago

kostasde commented 4 years ago

Some basic transforms for compatibility with useful tools, mostly sklearn, which should be as simple as tensor.numpy() for the transform.

kostasde commented 4 years ago

Maybe one for tensorflow compatibility come to think of it.

kostasde commented 3 years ago

This is resolved by commit 5f50743

Instead of a transform added a to_numpy() to all datasets.