Can't execute sample DGL-KE script on Quick start page

Hi DGL team, I’m trying run the sample DGL-KE script on the Quick start page below

--neg_sample_size 200 --hidden_dim 400 --gamma 19.9 --lr 0.25 --max_step 500 --log_interval 100 \
--batch_size_eval 16 -adv --regularization_coef 1.00E-09 --test --num_thread 1 --num_proc 8

Running this script results in the error below:

Could you help me debug this issue? Am I missing any dependencies?

Hi, I think your dgl version is out-dated, please upgrade dgl to 0.4.3 and see if the problem persists.

Hi, it seems that your DGL version is not match for dgl-ke. Please make sure that DGL >= 0.4.3. Thanks!

1 Like