Open SsrCode opened 2 years ago
I was trying the example "Knowledge Graph Embedding using the Wikimedia knowledge graph." and given that WikiMedia is a heterogeneous graph, the current notebook wont work since the EdgeSampler is assuming the edges of a homogeneous graph.
Here is the error that i get when i run this:
%%time !DGLBACKEND=pytorch dglke_eval --dataset wikimedia --model_name TransE_l2 \ --neg_sample_size 200 --hidden_dim 400 --gamma 19.9 \ --batch_size_eval 16 --gpu 0 1 2 3 --model_path ./wikimedia/TransE_l2_wikimedia_0/ \ --data_path ~/Documents/WikiMedia/ --format raw_udd_hrt --data_files train.txt valid.txt test.txt --neg_sample_size_eval 10000 --no_eval_filter
Error:
Traceback (most recent call last):
File "/Users/rmunshi/opt/miniconda3/envs/omni/bin/dglke_eval", line 8, in
Thanks for your team's good work. But it's a pity that dgl-ke does not support dgl.heterograph. Do your team has a plan to support dgl 0.7? It will help us a lot. Thank you
Thanks for your team's good work. But it's a pity that dgl-ke does not support dgl.heterograph. Do your team has a plan to support dgl 0.7? It will help us a lot. Thank you
+1, same error here.
Thanks for your team's good work. But it's a pity that dgl-ke does not support dgl.heterograph. Do your team has a plan to support dgl 0.7? It will help us a lot. Thank you