Commit Graph

21 Commits (master)

Author SHA1 Message Date
yanglf1121 918679daa3 add tensor.ndim and rename tensor.size() to tensor.size
4 years ago
chenzomi 44bf4c3e37 [ME] format code
4 years ago
zhanke 4384ca214f change gnn input position
4 years ago
chenzomi d471d32e87 [ME] change `check_integer` to format `check_positive_int` and `check_integeter`
4 years ago
chenzomi d4e8e94981 [ME] delete check_bool and replace with Validate.check_bool
4 years ago
chenzomi b22cb38dab bug fix fot nn.Dense and P.Matmul
4 years ago
panyifeng 1a54785fe2 remove name arg from gradoperation
5 years ago
panyifeng 637e812347 remove global grad ops
5 years ago
chentingting 8e8a197364 change gnn dir
5 years ago
chentingting f033caa7f0 change gnn path
5 years ago
chentingting a04d497118 fix gcn import error
5 years ago
chentingting a733102db9 gcn_rectification
5 years ago
buxue 66bbdb4a31 change tensor dtype and shape from function to attr
5 years ago
chentingting 2e3387f8f9 Add GCN to model zoo
5 years ago
chentingting e801d48906 add gcn training scripts
5 years ago
mindspore-ci-bot 10076ffe1a !1216 add graph attention networks model and test file
5 years ago
zhangdengcheng 9fbc519ebb Add graph attention networks model and test file
5 years ago
jinyaohui 5a914994ba clean pylint
5 years ago
jinyaohui bcfaff97f9 clean pylint
5 years ago
zhangdengcheng 825d9740fa Fixed the bug that mean aggregator argument can not pass to base class and add attention head for GAT
5 years ago
hanyuanai 64f824e4fc Add gnn aggregator and its ut
5 years ago