xueyunlong12589 / DGCNN

Repetition code of the model for the paper "EEG Emotion Recognition Using Dynamical Graph Convolutional Neural Networks" in pytorch
89 stars 17 forks source link

GCN num layers & Size of FC #7

Open edugm94 opened 11 months ago

edugm94 commented 11 months ago

Hi!

I am using this model and I wonder if you knew the number of GCN used to create the DGCNN and the size of the first Fully Connected Layer. I am struggling to get the results from the paper. Thanks!