I am working on a node classification model, My friend implemented a simple 2 layer GCN and got an accuracy of 62%, I implemented the same code and got an accuracy of 50% we are both working on google collab, anyone knows why this is happening.
Asked
Active
Viewed 38 times
2 Answers
0
Apart from what @Rina said, another possibility could be that the algorithm runs with parallelization, and thus sometimes it is not guaranteed that all threads will finish at the correct order etc. Although this would not affect the result all that much in my experience, but it can explain some variance.
liakoyras
- 636
- 4
- 15