I’m following the instructions to convert the ParMetis format to dgl graph but I fail on the third steps: dgl/examples/pytorch/rgcn/experimental at master · dmlc/dgl · GitHub
-
dgl/tools/convert_partition.py This file doesn’t exist. dgl/tools/distpartitioning/convert_partition.py is a module. Is this the right file to call: dgl/parmetis_postprocess.py at master · dmlc/dgl · GitHub?
-
I also notice that the parmetis_wrapper calls pm_dglpart3 but all the other documentation calls pm_dglpart dgl/parmetis_wrapper.py at f635e2a11eb4d74618594fc99aadbc3b3d3f4111 · dmlc/dgl · GitHub Which one should we call?