dmlc / dgl

Python package built to ease deep learning on graph, on top of existing DL frameworks.
http://dgl.ai
Apache License 2.0
13.42k stars 3k forks source link

'dgl' has no attribute '_deprecate' #7336

Open Zhi91 opened 5 months ago

Zhi91 commented 5 months ago

dgl 0.4.3 python 3.6.13 the bug happens when running the recommended commmand on dglkg "DGLBACKEND=pytorch dglke_train --model_name TransE_l2 --dataset FB15k --batch_size 1000 \ --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".

jermainewang commented 5 months ago

The DGL team is not actively supporting DGL 0.4.3 (3+ years ago) and DGL-KE. The main contributors have been pivoted away to the GraphStorm project https://github.com/awslabs/graphstorm . Maybe you could raise an issue there? cc @classicsong @zheng-da

github-actions[bot] commented 4 months ago

This issue has been automatically marked as stale due to lack of activity. It will be closed if no further activity occurs. Thank you