muhanzhang / pytorch_DGCNN

PyTorch implementation of DGCNN
MIT License
372 stars 122 forks source link

Reproducibility with same random seed #55

Closed mingyangligithub closed 7 months ago

mingyangligithub commented 7 months ago

Hi Authors,

Thank you for your interesting work. I met a problem when I reproduced the model. I found the results aren't the same with the same random seed. How can I solve this problem? (I found in the gnn_lib.cpp, there is a #include , is it the place which clauses this issue?)

Sorry, the results are the same (new update).

Best wishes