eeyhsong / EEG-Conformer

EEG Transformer 2.0. i. Convolutional Transformer for EEG Decoding. ii. Novel visualization - Class Activation Topography.
GNU General Public License v3.0
389 stars 55 forks source link

Question About CAT #4

Closed Huai-qIu-tec closed 1 year ago

Huai-qIu-tec commented 1 year ago

Hi! I'm impressed with your visualization method CAT in paper. After reading the paper, I got some questions about CAT and model accuracy.

Q1. In the visualization file CAT.py, the inputs of the file is 'data', is this 'data' from original train data which shape is (288, 1, 22, 1000) after standardization or is it generated in some middle process? data = np.load('./grad_cam/train_data.npy')

Q2. After running the conformer several times, i found the accuracy suprisingly lower than the paper results, so would it possible to share the pre-trained weights of the conformer?

Thank you for sharing your excellent work. Best Wishes !

eeyhsong commented 1 year ago

hello @Huai-qIu-tec, Thanks for your interest!

Huai-qIu-tec commented 1 year ago

Thank you for answering. I'll try the CAT again.