HARP icon indicating copy to clipboard operation
HARP copied to clipboard

Execuation falis based on graph coarsening with SFDP_windows.exe

Open Elhamahm opened this issue 4 years ago • 4 comments

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.

Elhamahm avatar Feb 07 '21 04:02 Elhamahm

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

Yancy111 avatar Feb 25 '21 08:02 Yancy111

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?

Elhamahm avatar Feb 25 '21 21:02 Elhamahm

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 : )

Yancy111 avatar Feb 26 '21 09:02 Yancy111

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

RRRussell avatar Oct 07 '21 06:10 RRRussell