You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: