graphsinspace / graspe

Graphs in Space: Graph Embeddings for Machine Learning on Complex Data
GNU General Public License v3.0
7 stars 0 forks source link

Determinism of embeddings #9

Open nmilosev opened 3 years ago

nmilosev commented 3 years ago

Check for determinism in Pytorch based models first (GAE, GCN)

nmilosev commented 3 years ago

Added for torch-based algorithms in #13

nmilosev commented 3 years ago

GraphSAGE is also deterministic now https://github.com/nmilosev/graspe/commit/389c20fad567c356003278e848e626470b35d603

nmilosev commented 3 years ago

LID-Aware algoritmi (GCN, GAE, GraphSage) nisu deterministic, treba ispitati nekad ako nam bude važno.