Closed rayrayraykk closed 5 years ago
And I see a similar issue:https://discuss.dgl.ai/t/runtimeerror-trying-to-resize-storage-that-is-not-resizable-at/239 he can‘t also use his own dataset when running link prediction.
It seems target is an empty tensor. Could you try to print target to debug when error occurs?
Closed due to inactiveness. Please reopen if the issue still exists.
🐛 Bug
I try to use RGCN in wn18 ,but i get something wrong when evaluation starts,can you help me? and it works well in FB15k-237 (has the same data format with the wn18).I wonder why this code can't work in wn18.
rgcn/dgl/examples/pytorch/rgcn/utils.py
works well
RuntimeError
To Reproduce
Steps to reproduce the behavior:
1.python link_predict.py -d wn18 > 'wn18.out'
Expected behavior
Environment
conda
,pip
, source):condaAdditional context