Minjie Wang
|
21255b6528
|
[Bugfix] tolist and dependencies in dgl.data (#239)
* change Index.tolist -> Index.tonumpy; fix bug in traversal; remove dependencies in data
* fix import
* fix __all__ and some docstring
|
2018-12-05 12:20:59 -05:00 |
|
HQ
|
5cda368d79
|
[Model] SBM hotfix (#137)
* [Model]SBM hotfix
* [Model] remove backend in data
|
2018-11-27 11:58:03 -05:00 |
|
Minjie Wang
|
7241a9c008
|
[Backend] backend interface (#109)
* backend interface
* small fix
* more comments to the data type dict
* WIP
* convert_to and narrow
* WIP
* pytorch and numpy backend; WIP on mxnet backend
* mxnet backend
* narrow
* Fix all usages
* fix for mx
* fix for mx
* fix mx
* fix mx
* fix mx
* fix mx
* fix mx
* fix mx
* fix mx
* revert jenkins
* add sparse_matrix api
* sparse matrix api
* some fixme
* Fix as requested
|
2018-11-04 21:42:39 -05:00 |
|
GaiYu0
|
b420a5b5b3
|
[Model] Fix broken CDGNN example (#111)
* pretty printer
* Conflicts:
python/dgl/data/sbm.py
* refined line_graph implementation
* fix broken api calls
* small fix to trigger CI
* requested change
|
2018-11-05 07:14:01 +08:00 |
|
GaiYu0
|
ff92812609
|
remove pytorch dependency in sbm.py (#107)
|
2018-10-25 20:22:41 -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 |
|
GaiYu0
|
cc372e3774
|
sbm mixture
|
2018-10-04 21:22:41 +08:00 |
|