-
Notifications
You must be signed in to change notification settings - Fork 35
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
Comments
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? |
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. |
The same |
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.
The text was updated successfully, but these errors were encountered: