Open Kumari1302 opened 3 years ago
How did you install dglke? BTW, dglke may not work with Pytorch 1.8.0. Pytorch 1.7.0 is OK
How did you install dglke? BTW, dglke may not work with Pytorch 1.8.0. Pytorch 1.7.0 is OK
I installed dglke from pip. Following is the command that I used:
pip install dglke
And I installed dgl from conda because installing from pip was throwing error. Following is the command I used:
conda install -c dglteam dgl-cuda10.1
Can you install dgl-cuda10.1==0.4.3post2?
it works with dgl==0.4.3
I'm trying to run the training on FB15k dataset and I encountered this error. It would be great help if anyone could tell me what is going wrong here. Command:
Error:
I'm using following versions: pytorch 1.8.0 CUDA 10.2 dgl 0.4 dglke 0.1.0