Raincoat
Raincoat copied to clipboard
Some bugs about Sleep_EDF dataset
I used the Sleep_EDF dataset (EEG) to run the code in the author's outline. Some bugs were found:
- In the data_model_configs.py, for EEG dataset, the stride is set to 6. This will casuse an error on line 110 in RAINCOAT.py.
- Since the length of EEG data is 3000, n should be set to 3000 on line 125 in RAINCOAT.py?
- Simply fixing the above two bugs results in an error on 175 line in RAINCOAT.py .
Best regards.