Commit Graph

24 Commits

Author SHA1 Message Date
Zhang Qinghua a137fa1d0b Optimize the Executors routines.
- Fix the key generating.
- Distinguish the executors.
2021-08-28 17:36:12 +08:00
cristoval b35993e05d Revert "Support GCN on GPU"
This reverts commit 5941d4867c.
2021-06-18 19:36:23 +08:00
yuruilee 5941d4867c Support GCN on GPU 2021-06-10 20:17:03 +08:00
yanglf1121 918679daa3 add tensor.ndim and rename tensor.size() to tensor.size 2020-12-18 17:15:42 +08:00
chenzomi 44bf4c3e37 [ME] format code 2020-10-26 10:17:45 +08:00
zhanke 4384ca214f change gnn input position 2020-10-12 15:42:12 +08:00
chenzomi d471d32e87 [ME] change `check_integer` to format `check_positive_int` and `check_integeter` 2020-10-10 12:08:10 +08:00
chenzomi d4e8e94981 [ME] delete check_bool and replace with Validate.check_bool 2020-10-09 16:46:07 +08:00
chenzomi b22cb38dab bug fix fot nn.Dense and P.Matmul 2020-09-29 11:19:52 +08:00
panyifeng 1a54785fe2 remove name arg from gradoperation 2020-08-26 11:16:57 +08:00
panyifeng 637e812347 remove global grad ops 2020-08-24 16:50:09 +08:00
chentingting 8e8a197364 change gnn dir 2020-07-21 18:28:19 +08:00
chentingting f033caa7f0 change gnn path 2020-07-21 17:35:55 +08:00
chentingting a04d497118 fix gcn import error 2020-07-02 11:26:21 +08:00
chentingting a733102db9 gcn_rectification 2020-06-23 10:01:59 +08:00
buxue 66bbdb4a31 change tensor dtype and shape from function to attr 2020-06-12 19:03:23 +08:00
chentingting 2e3387f8f9 Add GCN to model zoo 2020-06-12 15:12:48 +08:00
chentingting e801d48906 add gcn training scripts 2020-06-09 16:19:25 +08:00
mindspore-ci-bot 10076ffe1a !1216 add graph attention networks model and test file
Merge pull request !1216 from zhangdengcheng/master
2020-05-26 11:27:31 +08:00
zhangdengcheng 9fbc519ebb Add graph attention networks model and test file 2020-05-21 02:55:46 +00:00
jinyaohui 5a914994ba clean pylint 2020-05-18 16:42:35 +08:00
jinyaohui bcfaff97f9 clean pylint 2020-05-18 10:31:46 +08:00
zhangdengcheng 825d9740fa Fixed the bug that mean aggregator argument can not pass to base class and add attention head for GAT 2020-05-11 07:58:39 +00:00
hanyuanai 64f824e4fc Add gnn aggregator and its ut 2020-04-29 02:06:32 +00:00