- 06 Dec, 2018 2 commits
-
-
Minjie Wang authored
-
Minjie Wang authored
* faq & env * add update version script; 0.0.1 -> 0.1.0
-
- 05 Dec, 2018 9 commits
-
-
Da Zheng authored
* fix a bug in creating immutable graph index. * fix for new changes in the backend API. * fix for creating immutable graph index from coo matrix. * retrigger
-
Minjie Wang authored
-
Lingfan Yu authored
* include/dgl/runtime * include * src/runtime * src/graph * src/scheduler * src * clean up CMakeLists * further clean up in cmake * install commands * python/dgl/_ffi/_cython * python/dgl/_ffi/_ctypes * python/dgl/_ffi * python/dgl * some fix * copy right
-
VoVAllen authored
* add sse tutorial * add mxnet tutorial ci * fix ci * fix ci * fix ci * fix ci * fix ci * fix ci * Fix ci * Fix ci * Fix ci * fix ci * fix ci * fix ci * fix ci * fix ci * fix ci * Fix CI Fix CI image * permission fix * fix a bug in the code. * small fix * fix doc * fix ci * shorten the iters * fix * remove extra file * add load_backend api to dynamically switch to another backend * try fix * fix tutorial * fix tutorial * fix bug in tutorial
-
Da Zheng authored
* add more unit tests for mxnet. * fix.
-
Da Zheng authored
* return seed ids. * fix tests. * implement.
-
Lingfan Yu authored
* WIP * lr -> 0.01 * new cora dataset * normalization code * minor format change * normalization factor for deg bucket
-
Minjie Wang authored
* change Index.tolist -> Index.tonumpy; fix bug in traversal; remove dependencies in data * fix import * fix __all__ and some docstring
-
Minjie Wang authored
* Fix edge order and builtin max bug in mx * fix as requested
-
- 04 Dec, 2018 6 commits
-
-
Lingfan Yu authored
* builtin function docstring * init docstring * view docstring * add init to index and fix * node /edge feature * Example -> Examples * fix func hyperlink * traversal * fix * from/to_networkx docstring * minor * fix duplicate label * comment about tensor framework * from scipy sparse matrix * fix format errors
-
Mufei Li authored
* Docs for graph computing * Docs for graph computing * Fix * WIP * update the docstring
-
Da Zheng authored
-
Lingfan Yu authored
* copy feature to networkx * fix to_network for multi-graph * test case for nx conversion * iterate over Index returns plain int instead of numpy.int64 * fix from_network multi-edge bug
-
Da Zheng authored
* fix. * make it generic. * add the API. * fix. * remove mxnet.
-
Da Zheng authored
-
- 03 Dec, 2018 4 commits
-
-
HQ authored
* tutorial notebook added * lg tutorial cleaned up * dataset scaffold * move dataloader to data * fix model * remove todo * utils seperated * [model]line graph new implementation + tutorial + binary sub graph dataset * [tutorial] line graph sphinx scaffold * [tutorial] lgnn tutorial improved * [tutorial] remove notebook * [tutorial] fix lg and gcn links * [tutorial] fix random seed * [tutorial]fix * WIP * code refactor done * new mini dataset; remove utils code * fix * word fix * fix link * minor fix * minor fix * minor fix
-
Da Zheng authored
* correct vid mapping API. * fix sse.
-
Lingfan Yu authored
-
Lingfan Yu authored
* inplace write row op and executor * update scheduler and graph to use inplace write * fix * fix bug * test case for inplace * fix bugs for inplace apply node/edge * fix comments * th.allclose -> U.allclose
-
- 02 Dec, 2018 4 commits
-
-
Gan Quan authored
* docstrings for graph mutation & queries * [Doc] contrib.sampler. (#200) * subgraph docs * updates
-
Minjie Wang authored
-
Da Zheng authored
* lazy eval edge ids. * parallelize node id lookup. * fix a bug. * use mxnet for index. * use update_all in the subgraph training. * sample neighbors. * Revert "parallelize node id lookup." This reverts commit e661f69bb06cb5a7c246f0e106f245e27800e220. * update README. * cache subgraphs. * support all degrees. * cache adj in CPU. * fix a bug in sse. * print. * raise error on mutable graphs. * measure train time per epoch. * fix a bug in graph_index. * remove readonly in DGLSubGraph. * cache subgraph properly. * accelerate getting adjacency. * split infer. * lazy eval edges. * specify inference mode. * update for new sampler. * use new mxnet sampling api. * fix indent. * remove profiling code. * remove mxnet from sampler. * return a lambda function for graph edges. * add docs for immutable subgraph. * Revert "return a lambda function for graph edges." This reverts commit 0de5d7f100e230c518a3fb8976a6227f474d09ee. * get parent_eid.
-
Haibin Lin authored
-
- 01 Dec, 2018 5 commits
-
-
Lingfan Yu authored
* fix dgmg tutorial indentation * bug in incidence_matrix docstring * remove print
-
Lingfan Yu authored
* rgcn tutorial * data processing for rgcn * many fix * requirements for rgcn tutorial * fix comments * description of rgcn dataset * author * bug fix * move all dataset to s3
-
Haibin Lin authored
-
VoVAllen authored
* move file from dropbox to s3 * fix ci and move sst to s3 * remove blank line
-
Zihao Ye authored
* change the signature of node/edge filter * upd filter * Support multi-dimension node feature in SPMV * stable version * hotfix * upd tutorial * upd README
-
- 30 Nov, 2018 3 commits
-
-
Mufei Li authored
* Fix dataset * Track data APIs
-
Mufei Li authored
* Docstring for udf * Track udf docs * Improve * Improved * Delete udf.py * Improve
-
Haibin Lin authored
-
- 29 Nov, 2018 3 commits
- 28 Nov, 2018 1 commit
-
-
Mufei Li authored
* DGMG with batch size 1 * Fix * Adjustment * Fix * Fix * Fix * Fix * Fix has_node and __contains__ * Batched implementation for DGMG * Remove redundant dependency * Adjustment * Fix * Add comments
-
- 27 Nov, 2018 3 commits
-
-
HQ authored
* [Model]SBM hotfix * [Model] remove backend in data
-
Minjie Wang authored
* add bdist_wheel build * fix wheel build * fix setup * fix ci * fix setup * fix * fix setup * poke ci * fix * poke ci * clean build * fix ci * addback the env
-
Minjie Wang authored
-