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

Small issue in generation_metrics_sub8.ipynb #34

Open
Solomon-sudo-e opened this issue Nov 25, 2024 · 0 comments
Open

Small issue in generation_metrics_sub8.ipynb #34

Solomon-sudo-e opened this issue Nov 25, 2024 · 0 comments

Comments

@Solomon-sudo-e
Copy link

I believe that there is a small issue in cell 3, within the method "get_eegfeatures". You create a features_list and do not add anything to the features list to extract later in the function. It worked for me to append the features after the line "eeg_features = eeg_model(eeg_data, subject_ids)" I inserted features_list.append(eeg_features.cpu()). Is this okay? It solves the error and makes sense but Id rather be able to replicate the results exactly how you did.

Thank you for the publication regardless. Fantastic read.

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

1 participant