@Rhett-Ying When trying to repro @test 's issue, I got this error with 0.9.x branch.
Command#: python train_multi-gpus.py
# python train_multi_gpus.py
Loading graph
Traceback (most recent call last):
File "train_multi_gpus.py", line 276, in <module>
(g,), _ = dgl.load_graphs(args.graph_path)
File "/opt/conda/lib/python3.8/site-packages/dgl-0.9.0-py3.8-linux-x86_64.egg/dgl/data/graph_serialize.py", line 174, in load_graphs
check_local_file_exists(filename)
File "/opt/conda/lib/python3.8/site-packages/dgl-0.9.0-py3.8-linux-x86_64.egg/dgl/data/graph_serialize.py", line 36, in check_local_file_exists
raise DGLError("File {} does not exist.".format(filename))
dgl._ffi.base.DGLError: File ./graph.dgl does not exist.