marius-team / marius

Large scale graph learning on a single machine.
https://marius-project.org
Apache License 2.0
160 stars 45 forks source link

Preprocessing outputs incomplete training edge files #10

Closed JasonMoho closed 3 years ago

JasonMoho commented 3 years ago

Describe the bug The training edge list file output by the preprocessor is incomplete, only a single chunk of the unprocessed edges will be written instead.

To Reproduce Any call to tools/preprocessor.py will hit this issue

Expected behavior The full input training file should be output into the binary format.

Environment All environments will hit this issue