xsleepnet
xsleepnet copied to clipboard
Would you give me detail information for EEG channel used in different Subset (SS1, SS2, SS3, SS4, SS5)? I don't know the difference between C4-LER channel C4-A1 channel
When I run prepare_raw_data.m file, there is The index exceeds the number of array elements (1021). Error edfx_process_time_2chan (line 162) hypnogram_new = hypnogram(h_start:h_end); Error, because the array length is 1021,...
Hello! Thank you for this amazing work! I'm trying to run the xsleepnet1 on my machine. I have installed the environments (TensorFlow 1.13, Cuda10.0 and cudnn7), but I still met...
In the paper, it said that the hidden state size of GRU for inter-epoch level of raw data is 64. But in the config that you used in the github...
Hi, I noticed that preprocessing code for physionet2018 datset has not been updated yet. I'm curious about what preprocessing method was used (signal filtering, filtering abnormal data, etc.) and how...
For this preprocessing code : % ensure the signal is calibrated to microvolts if(max(chan_data_eeg)
The paper said that the attention size is 64, but on the config file, the attention size is 32. Which one is correct?