EEG-Conformer icon indicating copy to clipboard operation
EEG-Conformer copied to clipboard

About the size of the model on a different dataset

Open zhyliu-devon opened this issue 1 year ago • 2 comments

Hi there, I read the paper and was excited to see a method that is lightweight and efficient. However, when I was trying on my own data set, the size of the model surged up to 600 Gb! Do you have any ideas why? Is it because my dataset comes with 128 channels and 2500 sampling points? I am not that familiar with how the code works so I wonder if you can help me :)

zhyliu-devon avatar Jun 29 '23 08:06 zhyliu-devon

hello @Joscelin-666, Is that 600G on GPU? You may use larger kernel of convolution module to reduce the scale of the data and also capture better features for Transformer module.

eeyhsong avatar Jul 06 '23 03:07 eeyhsong

Yes that's 600 G in my GPU. Thank you for the suggestion!

zhyliu-devon avatar Jul 09 '23 02:07 zhyliu-devon