Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallelized Embedding #28

Open
bruriah1999 opened this issue Dec 15, 2022 · 5 comments
Open

Parallelized Embedding #28

bruriah1999 opened this issue Dec 15, 2022 · 5 comments

Comments

@bruriah1999
Copy link

Hey,
I'm trying to process a directed graph, the scales are about 5 million nodes and 100 million edges.
I've managed to load the graph from a csv file, i get a very nice Graph object (within 5 minutes).
I'm now trying to embedd the graph with grape.embedders.Node2VecSkipGramEnsmallen, but it doesn't seem to succeed, I've let it run for over 10 hours.
In order to make it faster, i did enable the Graph's vector_source, vector_cumulative_node_degree and vector_reciprocal_sqrt_degrees.
Reading your paper, it seems that the embedding process could be parallelized, but i can't find the way to do that.
I'd appreciate if you could describe what part/s of the embedding process are parallelized? and how can i make it run in parallel?
Thank you,
Bruria.

@LucaCappelletti94
Copy link
Member

Hi! I am not sure I understand the issue you have encountered. Would you be available to do a short call to investigate this?

@LucaCappelletti94
Copy link
Member

If yes, I am available on the GRAPE Telegram group and Discord channel to set it.

@franz101
Copy link

franz101 commented Jan 9, 2023

trying the same with 5.24M nodes and 13.89M edges.
Where can I find the TG or discord?

@LucaCappelletti94
Copy link
Member

Both are available in the README

@sanyabt
Copy link

sanyabt commented May 1, 2024

Hi @bruriah1999 were you able to solve your issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants