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

PreProcessing phase failing #8

Open
gurbinder533 opened this issue May 9, 2018 · 3 comments
Open

PreProcessing phase failing #8

gurbinder533 opened this issue May 9, 2018 · 3 comments

Comments

@gurbinder533
Copy link

Hi,

Does PreProcessing take binary edgelist or edgelist in text format?
I am passing edgelist in text format and it is failing since it's trying to find the number of edges from the file size and file size in edgelist takes into account spaces and tabs, etc.

@gurbinder533 gurbinder533 changed the title PreProcessing phase PreProcessing phase failing May 9, 2018
@coolerzxw
Copy link
Member

Hi. You need to use an edge list in binary for preprocessing.

@gurbinder533
Copy link
Author

Thank you for the quick reply.
Is there any tool provided I can use to convert edgelist to binary?

@coolerzxw
Copy link
Member

You can try this (maybe some further modifications are needed):
#2 (comment)

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

2 participants