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

Execuation falis based on graph coarsening with SFDP_windows.exe #17

Open
Elhamahm opened this issue Feb 7, 2021 · 4 comments
Open

Comments

@Elhamahm
Copy link

Elhamahm commented Feb 7, 2021

I executed harp coding on a windows OS and using sfdp_windows.exe, but it failed. Since subprocess.call function that applies graph_coarsening based on sfdp_windows.exe returns a non-zero value.

@Yancy111
Copy link

Have you fixed it? I just met the same problem.

@Elhamahm
Copy link
Author

Elhamahm commented Feb 25, 2021

Have you fixed it? I just met the same problem.

I could not run HARP based on Deepwalk/node2vec embedding models. But I have no issue with "line" embedding model. The training was successfully completed for line. Have you tried line embedding model?

@Yancy111
Copy link

Yancy111 commented Feb 26, 2021

I could not run HARP based on Deepwalk/node2vec embedding models. But I have no issue with "line" embedding model. The training was successfully completed for line. Have you tried line embedding model?

Actually i just ran 'external_ec_coarsening' function on my graph but it failed. I checked and found there is nothing except ['x', 'tmp.mtx'] in temp_dir (parameter of 'read_coarsening_info'). I ran the sfdp program in cmd and found it could not open 'tmp.mtx' file. So i wonder whether it is the problem of sfdp or something else.
Thank you anyway : )

@RRRussell
Copy link

I could not run HARP based on Deepwalk/node2vec embedding models. But I have no issue with "line" embedding model. The training was successfully completed for line. Have you tried line embedding model?

Actually i just ran 'external_ec_coarsening' function on my graph but it failed. I checked and found there is nothing except ['x', 'tmp.mtx'] in temp_dir (parameter of 'read_coarsening_info'). I ran the sfdp program in cmd and found it could not open 'tmp.mtx' file. So i wonder whether it is the problem of sfdp or something else. Thank you anyway : )

The same

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

3 participants