NgHanWei / Subject-Independent_Meta-Learning_EEG

7 stars 0 forks source link

How to reproduce the results of MI in the paper #3

Open lla0727 opened 3 weeks ago

lla0727 commented 3 weeks ago

Hello, if I want to reproduce the results of your paper on motor imagery, then I need to run this command first: python train_motor_LOSO_all.py DATAPATH OUTPATH --meta and this command second: python train_motor_adapt_all.py DATAPATH MODELPATH OUTPATH This gives the results in your paper, Subject-Independent Meta-Learning(120 Target Trials):88.70, Subject-Independent Meta-Learning(48 Target Trials) :79.38, right? If not, could you give me detailed commands for reproducing the motor imagery results? Thank you very much!