We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I got the following error message when running preprocess.py for wikipedia.csv.
And I checked that the generated graphz.npz is empty.
Same error when preprocessing the reddit.csv.
I tried but not able to fix this. Could you please help to check. Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi, this seems slices_links_remap might be a multi-dimensional array according to https://stackoverflow.com/questions/4674473/valueerror-setting-an-array-element-with-a-sequence.
slices_links_remap
Could you please print variable slices_links_remap to see if this is the case?
If slices_links_remap is a list, you could try to save it via pickle. This might due to a python + numpy version issue.
pickle
Sorry, something went wrong.
No branches or pull requests
Hi, I got the following error message when running preprocess.py for wikipedia.csv.
And I checked that the generated graphz.npz is empty.
Same error when preprocessing the reddit.csv.
I tried but not able to fix this. Could you please help to check. Thanks in advance!
The text was updated successfully, but these errors were encountered: