Da Zheng
|
a0721405cf
|
[BUGFIX] don’t import dgl in the package. (#1382)
* fix dgl data.
* remove more.
* fix.
* fix.
Co-authored-by: Ubuntu <ubuntu@ip-172-31-16-150.us-west-2.compute.internal>
|
2020-03-22 01:29:16 -07:00 |
|
Quan (Andy) Gan
|
1c4bfb62bb
|
[Performance] Replace np.array with np.asarray (#1301)
* replace np.array with np.asarray
* fix
Co-authored-by: Minjie Wang <minjie.wang@nyu.edu>
|
2020-03-03 20:45:41 +08:00 |
|
Da Zheng
|
1bbc885b40
|
move batcher to examples. (#269)
* move pytorch code to examples.
* fix.
* fix tutorial
|
2018-12-06 06:45:27 -08:00 |
|
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 |
|
Haibin Lin
|
5278220f85
|
update s3 links (#215)
|
2018-12-02 20:48:29 +08:00 |
|
Haibin Lin
|
cccc2339c1
|
[Dataset] update s3 links (#209)
|
2018-12-01 14:45:30 -05:00 |
|
VoVAllen
|
91141a9826
|
[Dataset] Move file from dropbox to s3 (and fix ci fail due to sst dataset) (#205)
* move file from dropbox to s3
* fix ci and move sst to s3
* remove blank line
|
2018-11-30 19:44:55 -05:00 |
|
Zihao Ye
|
c80dc5e012
|
[model] Tree-LSTM update & hotfix(dropbox link) (#202)
* change the signature of node/edge filter
* upd filter
* Support multi-dimension node feature in SPMV
* stable version
* hotfix
* upd tutorial
* upd README
|
2018-11-30 19:39:49 -05:00 |
|
Mufei Li
|
3a0f86a663
|
[Doc] data (#198)
* Fix dataset
* Track data APIs
|
2018-11-30 11:40:22 -05:00 |
|
Zihao Ye
|
a9ffb59e66
|
[DOC][Model] Tree-LSTM example and tutorial (#146)
[DOC][Model] Tree-LSTM example and tutorial
|
2018-11-13 18:09:14 -05:00 |
|
Minjie Wang
|
6d96a97f17
|
[Doc] docstring for SST dataset (#133)
|
2018-11-10 11:59:55 -05:00 |
|
Minjie Wang
|
c468e06867
|
some fix
|
2018-10-05 10:38:44 -04: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 |
|
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 |
|