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

Fix preprocessor config generator and training edge file output #11

Closed JasonMoho closed 3 years ago

JasonMoho commented 3 years ago

Incorrect indentation in the general_parser resulted in only a single chunk of the input training file to be output into binary format.

Configuration generation output path was hardcoded to "./output_dir". Fixed to output the config files to the directory specified by the user in calls to "tools/preprocessing.py "

Fixes #10 Fixes #12