Closed MuSamiNaf closed 3 years ago
May I understand why the issue was closed without a reply? Thank you for your time!
May I understand why the issue was closed without a reply? Thank you for your time!
Hi,
Good morning!
Sorry for the delayed response, and thanks a lot for your interest in our work.
The repo is simply a demo
of EEG signals classification based on the Convolutional Neural Networks
.
The codes haven't been correctly organized, and you are encouraged to solve the issues by yourself.
Alternatively, you are suggested to take a look at the EEG-DL repo, try to implement the algorithms, and reproduce the results.
If you have additional questions, please don't hesitate to reply to this message.
Have a nice day!
Best,
Shuyue Sep 16, 2021
Hello Bruce I am trying to run the code MI_Proposed_CNNs_Architecture.py and I am having a problem at this line
sess.run(train_step, feed_dict={x: batch_xs, y: batch_ys, keep_prob: keep_rate})
It gives me this errorbatch_xs.shape : (64, 640) batch_ys.shape : (64, 4) Where did the object which size is [10,4] came from?!
Thank you