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

Add in edge weights to preprocessor #148

Closed sarda-devesh closed 10 months ago

sarda-devesh commented 10 months ago

Add in support for edge weights during the preprocessing pipeline. Changed the preprocessing code to store the edge weights in a seperate file. Note that currently that c++ code has not been updated to read in those edge weights and utilize them during training.