GaiYu0
ff92812609
remove pytorch dependency in sbm.py ( #107 )
2018-10-25 20:22:41 -04:00
Da Zheng
fb6be9fbd7
[GraphIndex] Create graph index directly from scipy matrix. ( #87 )
...
* create synthetic data with scipy.
* changes as comments
2018-10-18 16:39:45 -04:00
Minjie Wang
6cbdf37c37
Merge branch 'master' into cpp
2018-10-18 15:29:20 -04:00
GaiYu0
e7679cf2e6
implement requested changes
2018-10-13 14:24:46 +08:00
GaiYu0
0a6d720c30
fix build failure
2018-10-10 12:43:05 +08:00
Gan Quan
ec4216dda8
[MODEL] junction tree vae example ( #70 )
...
* junction tree vae example
* added README and moved data to dropbox
* auto download; some fix in python3
2018-10-06 16:59:47 -04:00
GaiYu0
596ca471a5
Merge branch 'cpp' of https://github.com/jermainewang/dgl into line-graph
2018-10-06 23:52:04 +08:00
Minjie Wang
c468e06867
some fix
2018-10-05 10:38:44 -04:00
GaiYu0
cc372e3774
sbm mixture
2018-10-04 21:22:41 +08:00
Minjie Wang
882e2a7be0
Graph batching. Support convert nx graph attrs
2018-09-24 21:34:51 -04:00
Minjie Wang
79f62400fe
WIP: batch graphs
2018-09-21 14:53:25 -04:00
Minjie Wang
b24daa6607
change to rel import within dgl
2018-09-16 16:14:37 -04:00
Minjie Wang
61fa3c6cf5
Builtin function and API changes ( #53 )
...
* WIP: API renaming
* API rewrite and node function refactor
* builtin functions
* builtin functions tested
* fix test
* send and recv spmv test
* WIP: fix examples
* Fix examples using new APIs
2018-09-01 13:38:01 -04:00
Gan Quan
b7eb16595f
Fix 0deg update_to and Tree-LSTM model ( #51 )
...
* WIP
* WIP
* treelstm dataloader
* Main training loop.
* trainable treelstm script
* fix dependency
* cuda training
* Add tensorized topological traversal
* allowing update_to() with no incoming messages
* fixing partial cases
2018-08-28 11:57:08 -04:00
Minjie Wang
0a78dbe12a
Three DGL-GCN implementations ( #35 )
...
* synthetic dataset
* some fix
* gcn readme
2018-08-07 15:26:58 -04:00
Minjie Wang
2c489fadec
SPMV specialization ( #32 )
...
* fix edge list order problem in cached graph.
* minor fix
* fix bug in edge iter
* SPMV works
* gcn spmv on CPU
* change gcn style
* fix cached graph performance; fixed gcn dataset bug
* reorg dir
* non-batch spmv; partial update problem with shape change
* fix reorder problem; finish gcn-batch impl
* pop API
* GPU context
2018-08-06 14:00:06 -04:00