Closed johnnytam100 closed 2 years ago
Dear @johnnytam100,
This algorithm is completely inductive, you should get the same result this way. Can you cite the FEATHER paper and the Karate Club design paper in your work?
Could you also star the repo and hit follow?
Bests,
Benedek
Thank you @benedekrozemberczki !
Btw, if I do this way, do you know how to get the embedding of the 300,000 graphs at the end?
Do we have model.predict()
in karate club?
ps I have already followed and will certainly cite your work.
My hardware was unable to load all graphs (~300,000 graphs with an average 200 nodes per graph) into the memory. I have written a simple loop by dividing all graphs into batches of 1,000 and fit the model at each loop. Is this operation equivalent to an ordinary mini-batch?