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?