├── .gitignore ├── README.md ├── common.py ├── demo_eeg_csp.py └── demo_sleep_scoring_pytorch.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mne-tools/mne-torch/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mne-tools/mne-torch/HEAD/README.md -------------------------------------------------------------------------------- /common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mne-tools/mne-torch/HEAD/common.py -------------------------------------------------------------------------------- /demo_eeg_csp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mne-tools/mne-torch/HEAD/demo_eeg_csp.py -------------------------------------------------------------------------------- /demo_sleep_scoring_pytorch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mne-tools/mne-torch/HEAD/demo_sleep_scoring_pytorch.py --------------------------------------------------------------------------------