Nick Baker
eb40ed550a
[Model] Add Node explanation for Heterogenous PGExplainer Impl. ( #6050 )
...
Co-authored-by: Quan (Andy) Gan <coin2028@hotmail.com >
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com >
2023-09-14 10:42:23 +08:00
Rhett Ying
9ef80a6e54
[BugFix] remove non-existent arg ( #6188 )
2023-08-22 11:43:49 +08:00
Andrei Ivanov
f0189a4fcb
Removing warnings appearing in NN tests. ( #6109 )
2023-08-11 12:24:46 +08:00
Zhiteng Li
19c7e5afc0
[NN] Add EGT Layer ( #6056 )
...
Co-authored-by: rudongyu <ru_dongyu@outlook.com >
2023-08-02 14:14:08 +08:00
Nick Baker
70ad508367
[Model] Add Node explanation for Homogenous PGExplainer Impl. ( #5839 )
...
Co-authored-by: Mufei Li <mufeili1996@gmail.com >
2023-07-10 14:17:39 +08:00
rudongyu
b51fb6f6a5
[NN] Refactor SpatialEncoder3d ( #5894 )
2023-06-29 11:39:03 +08:00
Andrzej Kotłowski
7b1639f1aa
[TESTS] Make pytorch test_nn.py fully reproducible ( #5887 )
2023-06-26 09:51:31 +08:00
Zhiteng Li
e47a02793f
[NN] Refactor DegreeEncoder, SpatialEncoder and PathEncoder ( #5799 )
...
Co-authored-by: rudongyu <ru_dongyu@outlook.com >
2023-06-09 16:34:55 +08:00
Nick Baker
b0308c8525
[Model] Implemented PGExplainer for Heterogeneous graph ( #5739 )
...
Co-authored-by: kxm180046 <kxm180046@utdallas.edu >
Co-authored-by: Kunal Mukherjee <kunmukh@gmail.com >
2023-06-07 13:42:36 +08:00
Kunal Mukherjee
484fabdcc1
[Model] Implemented PGExplainer for Homogeneous graph ( #5550 )
...
Co-authored-by: kxm180046 <kxm180046@utdallas.edu >
Co-authored-by: Infinity_X <Infinity_X@sinomo.net >
Co-authored-by: Mufei Li <mufeili1996@gmail.com >
2023-05-10 20:31:48 +08:00
paoxiaode
c4c9b830ae
[NN] GatedGCNConv ( #5654 )
2023-05-06 18:20:06 +08:00
Kunal Mukherjee
c0f346e754
[Model] Implemented SubgraphX Explainer for Heterogeneous graph ( #5530 )
...
Co-authored-by: kxm180046 <kxm180046@utdallas.edu >
Co-authored-by: Nick Baker <ndbaker1@outlook.com >
Co-authored-by: Mufei Li <mufeili1996@gmail.com >
2023-04-21 14:05:02 +08:00
czkkkkkk
f41934df87
[Sparse] Add conversion between DGLGraph and SparseMatrix. ( #5553 )
2023-04-20 18:00:34 +08:00
Zhiteng Li
b58416f76a
[NN] Refine the API of GraphormerLayer ( #5565 )
...
Co-authored-by: rudongyu <ru_dongyu@outlook.com >
2023-04-19 16:36:25 +08:00
rudongyu
bb1f8850e5
[NN] Refactor the Code Structure of GT ( #5100 )
2023-04-14 11:50:14 +08:00
Venzino.Han
f1b0a07984
[NN] add egatconv edge_weight ( #5539 )
...
Co-authored-by: Mufei Li <mufeili1996@gmail.com >
2023-04-13 20:54:42 +08:00
schmidt-ju
97286f98d3
[NN] Add EdgeGAT operator ( #5282 )
...
Co-authored-by: Quan (Andy) Gan <coin2028@hotmail.com >
2023-04-09 22:54:49 +08:00
Venzino.Han
d45eafd47f
[NN] add gatconv edge_weight ( #5503 )
...
Co-authored-by: venzino-han <venzino.han@buzzvil.com >
Co-authored-by: Mufei Li <mufeili1996@gmail.com >
2023-03-31 19:53:49 +08:00
Hongzhi (Steve), Chen
5b409bf7f5
Rename_test ( #5487 )
...
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal >
2023-03-24 18:44:24 +08:00
Hongzhi (Steve), Chen
8a83027274
[Misc] Merge test utils. ( #5440 )
...
* merge
* format
* rename
* sort
* sort
* update
* update
* update
* Update tests/utils/checks.py
Co-authored-by: Mufei Li <mufeili1996@gmail.com >
---------
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal >
Co-authored-by: Mufei Li <mufeili1996@gmail.com >
2023-03-20 15:32:45 +08:00
Hongzhi (Steve), Chen
e250ba3d99
[Misc] Rename test_utils -> pytests_utils. ( #5438 )
...
* rename
* sort
* rename
---------
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal >
2023-03-09 09:42:29 +08:00
Xin Yao
ae4a5b7394
[Feature] Add state_dict, load_state_dict, param_groups to dgl.optim.SparseGradOptimizer ( #5311 )
...
* init update
* all get/set optm_state
* add unit tests
* add docstring
* fix for multiple embeddings
* move embedding methods to private
* fix lint
* fix unit tests
* resolve comments
* merge master
2023-03-08 16:46:34 +08:00
Kunal Mukherjee
45153fc078
[Model] Implemented SubgraphX Explainer for Homogeneous graph ( #5315 )
...
* subgraphx commit
* nits
* newline eof added
* lint fix
* test script updated to use default values
* lint fix
* graphs that are used for test cases are updated to a small graph
* lint formatted
* test paramter adj to complete the test under 20s
* lint fixes
---------
Co-authored-by: kxm180046 <kxm180046@utdallas.edu >
2023-02-23 12:50:31 +08:00
Hongzhi (Steve), Chen
74c9d27d16
[Misc] Auto-format tests. ( #5313 )
...
* [Misc] Auto-format tests.
* more
---------
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal >
2023-02-17 23:33:44 +08:00
Hongzhi (Steve), Chen
86193c26f7
[Misc] Reorg python test (with backend) according to the guideline. ( #5312 )
...
* rename
* remove test transpose
* udpate
* rename
* cleanup
---------
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal >
2023-02-17 16:11:39 +08:00