Minjie Wang
9219349a8f
Use edge update to impl sendto; fix examples with missing reduce func ( #22 )
2018-07-10 13:18:24 +09:00
Lingfan Yu
68fb5f7e51
Reduce API ( #15 )
...
* add reduce_msg related api to dgl graph
* add reduce_sum, switch backend from numpy to pytorch
* update gat gcn to use reduce msg api
* remove reduce_sum
* add built-in reduce functions
2018-07-04 11:09:08 +09:00
GaiYu0
b9073209f1
CDGNN example & minor fixes in dgl/graph.py ( #11 )
...
* cdgnn example & minor fixes in dgl/graph.py
* incomplete TreeLSTM
* add data preprocess of SST
* fix nx_SST.py
* TreeLSTM completed
2018-06-25 14:55:42 +09:00
Lingfan Yu
c87564d553
minor bug fixes
2018-06-22 20:13:44 +00:00
Lingfan Yu
20d5d5321b
readme for gcn and gat dataset
2018-06-20 04:01:22 +00:00
Lingfan Yu
9f0d9e4246
example gat model
2018-06-20 04:00:53 +00:00
Lingfan Yu
1248bd24bb
example gcn model
2018-06-20 04:00:44 +00:00
Lingfan Yu
34fac23d2f
rename gan.py to gat.py
2018-06-20 04:00:18 +00:00
zzhang-cn
174c1d5516
add edge repr func; modify mgcn.py
2018-06-19 13:10:09 +08:00
Minjie Wang
fb214b3059
Add mgcn example for discussion
2018-06-18 10:48:14 -04:00
Minjie Wang
2455934ac4
checkin runnable topdown model in the new API
2018-06-15 20:47:30 -04:00
Minjie Wang
5b5baee165
add topdown example
2018-06-15 05:13:23 -04:00
Minjie Wang
f310e58613
Add test/example; fix bug in graph.py
2018-06-14 23:21:26 -04:00
Minjie Wang
15a2c22c98
Reorg folders; basic impl of the APIs
2018-06-14 21:37:43 -04:00