Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some bugs about Sleep_EDF dataset #6

Open
JuRenGithub opened this issue Aug 10, 2023 · 1 comment
Open

Some bugs about Sleep_EDF dataset #6

JuRenGithub opened this issue Aug 10, 2023 · 1 comment

Comments

@JuRenGithub
Copy link

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.

@isplzhao
Copy link

line 125: n=self.sequence_len

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants