HongyangGao / Graph-U-Nets

Pytorch implementation of Graph U-Nets (ICML19)
http://proceedings.mlr.press/v97/gao19a/gao19a.pdf
GNU General Public License v3.0
513 stars 100 forks source link

Model selection? #20

Open pursueorigin opened 3 years ago

pursueorigin commented 3 years ago

Hi,

I have a question about selecting models. In DGCNN https://github.com/muhanzhang/pytorch_DGCNN/issues/19, the author uses the accuracy of the test set at the last iteration. In this paper, the best accuracy of the test set is used.

Which one should be used in your opinion? In addition, how did you handle DGCNN in Table 4 of this paper? Thanks.