paoxiaode
paoxiaode
I write the LRGB dataset based on DGL https://github.com/paoxiaode/lrgb_DGL 😄
meet the same problem when using MNIST dataset at https://data.dgl.ai/dataset/benchmarking-gnns/MNIST.pkl how to reproduce ``` bash curl https://data.dgl.ai/dataset/benchmarking-gnns/MNIST.pkl -o MNIST.pkl -J -L -k with open("MNIST.pkl","rb") as f: f = pickle.load(f) ```...
If you use the new version of DGL, you can dump a new graph pkl file.
> how to deal with this problem?? @paoxiaode , looking for your reply, thx. @leaves520 This problem is due to the pkl file being dumped under an older version of...