akaraspt / deepsleepnet

DeepSleepNet: a Model for Automatic Sleep Stage Scoring based on Raw Single-Channel EEG
Apache License 2.0
398 stars 153 forks source link

Can't read headers #23

Closed 3catz closed 5 years ago

3catz commented 5 years ago

When I try to read the headers for the PSG file I keep getting this error : UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 2110: character maps to <undefined>

akaraspt commented 5 years ago

I think there might be some updates on other libraries.

Can you try to install python packages using the following version?

matplotlib (1.5.3) scikit-learn (0.19.1) scipy (1.0.0) numpy (1.11.1) pandas (0.18.1) mne (0.15.2)