Closed GlennCGL closed 2 years ago
When running 'sh script/train_GCN.sh', meet questions below. My dgl version is 0.6.1. Have you met this before?
File "train.py", line 58, in collate block1.createformat() AttributeError: 'DGLBlock' object has no attribute 'createformat'
Please look at this requirements.txt. You'd better use dgl-cu102==0.5.0 because the API of DGL often changes.
When running 'sh script/train_GCN.sh', meet questions below. My dgl version is 0.6.1. Have you met this before?
File "train.py", line 58, in collate block1.createformat() AttributeError: 'DGLBlock' object has no attribute 'createformat'