ihollywhy / DistillGCN.PyTorch

Source code for "Distilling Knowledge From Graph Convolutional Networks", CVPR'20
MIT License
58 stars 10 forks source link

cannot reproduce paper results with default setting #2

Open zihuixue opened 3 years ago

zihuixue commented 3 years ago

Hi,

Thanks for sharing the code! When I ran the code on PPI dataset, I'm unable to have a student (LSP) of F1 score 96.1 as reported in Table 2 of the paper. I used default settings and teacher path file provided in this repo. If I train a student from scratch, i.e., mode = full, F1 score = 95.75. And if I use same settings and change to LSP, i.e., mode = mi, F1 score = 95.76. I wonder if there's some problem here.

I would appreciate it if you could answer me.

wutaiqiang commented 2 years ago

I meet the same problem,too

I donot know why