takuo-h / GNN-for-OOKB

40 stars 17 forks source link

Confused in accuracy metric/calculation. #5

Closed gurpsi closed 5 years ago

gurpsi commented 5 years ago

Thank you for your paper, code, and contribution. I am running the code with the settings the same as the paper.

But I am confused how the accuracy is calculated with: [Line 177, main.py] tool.trace('\t ',mode,sum(accuracy)/len(accuracy))

Please guide me if I going somewhere wrong.

gurpsi commented 5 years ago

Understood the logic used, closing. Thank you.