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
Hi,
Thanks for sharing Pytorch version of EEGLearn.
Then, I am confused of the training and testing phase in the code.
The main purpose of the code is to use leave-one-out CV to evaluate the model.
However, it seems like that the code only selects 1 subject per time, then the training and testing phase are performed in this patient. Right?
In my opinion, the subject (including all the images) selected is the testing subject, all the other subjects are training subjects.
Hope to hear from you soon.
Thank you very much.
The text was updated successfully, but these errors were encountered:
Thanks for the interest in the code and sorry for the late answer.
I first implemented (by mistake) the code with a simple participant dependent cross-validation (training and test from same subject).
If I have time I can put a simple implementation from scratch of LOSO cross-validation, it will be something like:
I hope to have time to implement it correctly and let the user choose patient dependent or independent but I have a lot of side project for the moment.
Hi,
I'm a student and interested on this code and your questions.
However it seems like that the file do not include the document of EEGLearn which you mentioned.
Hope to get in touch with you and get the document of EEGLearn!
Thank you!
Here is my wechat number NkLny_05621
Hi,
Thanks for sharing Pytorch version of EEGLearn.
Then, I am confused of the training and testing phase in the code.
The main purpose of the code is to use leave-one-out CV to evaluate the model.
However, it seems like that the code only selects 1 subject per time, then the training and testing phase are performed in this patient. Right?
In my opinion, the subject (including all the images) selected is the testing subject, all the other subjects are training subjects.
Hope to hear from you soon.
Thank you very much.
The text was updated successfully, but these errors were encountered: