├── EEGDataset.py ├── LICENSE-CBCR ├── Models.py ├── PrepareData.py ├── README.md ├── Train.py └── data ├── sub_0.hdf └── sub_1.hdf /EEGDataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deepBrains/TSception/HEAD/EEGDataset.py -------------------------------------------------------------------------------- /LICENSE-CBCR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deepBrains/TSception/HEAD/LICENSE-CBCR -------------------------------------------------------------------------------- /Models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deepBrains/TSception/HEAD/Models.py -------------------------------------------------------------------------------- /PrepareData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deepBrains/TSception/HEAD/PrepareData.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deepBrains/TSception/HEAD/README.md -------------------------------------------------------------------------------- /Train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deepBrains/TSception/HEAD/Train.py -------------------------------------------------------------------------------- /data/sub_0.hdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deepBrains/TSception/HEAD/data/sub_0.hdf -------------------------------------------------------------------------------- /data/sub_1.hdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deepBrains/TSception/HEAD/data/sub_1.hdf --------------------------------------------------------------------------------