- 10 Jan, 2019 1 commit
-
-
brett koonce authored
* minor spelling tweaks * Update CONTRIBUTORS.md
-
- 04 Jan, 2019 1 commit
-
-
Minjie Wang authored
* reorg the doc mainpage * contribute guide
-
- 26 Dec, 2018 1 commit
-
-
Aston Zhang authored
-
- 17 Dec, 2018 1 commit
-
-
Da Zheng authored
* update GNN tutorial. * Update README.txt
-
- 12 Dec, 2018 1 commit
-
-
Lingfan Yu authored
* remove loading backend in sse * build mxnet in a second run * a third run to fix everything * fix docstring in sampler * fix docstring in transformer * README for doc build * some reordering and printing * use filename_pattern instead of ignore_pattern to reduce warning at the cost of redundant work... * add env var to use mxnet in Jenkinsfile * remove step 3, it's already fixed by previous commit
-
- 11 Dec, 2018 1 commit
-
-
Minjie Wang authored
* update version; add news.md; modify contributing.md * change urls to dmlc
-
- 10 Dec, 2018 1 commit
-
-
Zihao Ye authored
* upd tutorial * upd tutorial
-
- 07 Dec, 2018 1 commit
-
-
Zihao Ye authored
* change the signature of node/edge filter * upd filter * Support multi-dimension node feature in SPMV * push transformer * remove some experimental settings * stable version * hotfix * upd tutorial * upd README * merge * remove redundency * remove tqdm * several changes * Refactor * Refactor * tutorial train * fixed a bug * fixed perf issue * upd * change dir * move un-related to contrib * tutuorial code * remove redundency * upd * upd * upd * upd * improve viz * universal done * halt norm * fixed a bug * add draw graph * fixed several bugs * remove dependency on core * upd format of README * trigger * trigger * upd viz * trigger * add transformer tutorial * fix tutorial * fix readme * small fix on tutorials * url fix in readme * fixed func link * upd
-
- 06 Dec, 2018 1 commit
-
-
Da Zheng authored
* move pytorch code to examples. * fix. * fix tutorial
-
- 05 Dec, 2018 3 commits
-
-
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
-
Lingfan Yu authored
* fix all code tutorial links and typos in texts * sse readme format * fix * sse paper link * gat readme * fix
-
Minjie Wang authored
* change Index.tolist -> Index.tonumpy; fix bug in traversal; remove dependencies in data * fix import * fix __all__ and some docstring
-
- 04 Dec, 2018 1 commit
-
-
VoVAllen authored
* improve capsule tutorial with jinyang * fix wrong layout of second-level tutorial * delete transformer
-
- 03 Dec, 2018 2 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
-
Minjie Wang authored
* model tutorials overview * update the 1_first * revised overview and summarized "what is DGL" in glance
-
- 02 Dec, 2018 2 commits
-
-
Lingfan Yu authored
-
Minjie Wang authored
* WIP * new at glance
-
- 01 Dec, 2018 6 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
-
Mufei Li authored
-
Haibin Lin authored
* update dgl at a glance * update title * Update 1_first.py
-
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
-
- 29 Nov, 2018 1 commit
-
-
VoVAllen authored
* fix memory leak & Remove unnecessary initializer * change confused name * fix name * Move func outside loop * fix name inconsistency
-
- 21 Nov, 2018 1 commit
-
-
Minjie Wang authored
* move initializer to column scheme; change num rows behavior * poke mx ci * fix mx utest in append * fix bug in add edges * utest for updating partial rows * fix bug in from_networkx and from_scipy_matrix * revert per-col initializer change * fix pickle utest
-
- 17 Nov, 2018 1 commit
-
-
Minjie Wang authored
* minor fix * jake's change
-
- 15 Nov, 2018 1 commit
-
-
Zihao Ye authored
* update tree lstm * tree_lstm (new interface) * simplify pop * merge qipeng(root) * upd tree-lstm & tutorial * upd model * new capsule tutorial * capsule for new API * fix deprecated API * New tutorial and example * investigate gc problem * add viz code * new capsule tutorial * remove ipynb * move u_hat * add link * add requirements.txt * remove ani.save * update ci to install requirements * utf-8 * change seed * graphviz requirement * accelerate * little format * update some markup
-
- 13 Nov, 2018 1 commit
-
-
Zihao Ye authored
[DOC][Model] Tree-LSTM example and tutorial
-
- 12 Nov, 2018 1 commit
-
-
VoVAllen authored
* new capsule tutorial * capsule for new API * fix deprecated API * New tutorial and example * investigate gc problem * add viz code * new capsule tutorial * remove ipynb * move u_hat * add link * add requirements.txt * remove ani.save * update ci to install requirements * add graphviz
-
- 09 Nov, 2018 1 commit
-
-
Minjie Wang authored
* refactor API doc; add markup link in tutorials * fix readme
-
- 05 Nov, 2018 2 commits
-
-
Minjie Wang authored
-
Gan Quan authored
[Doc] Basic tutorials & two model tutorials
-
- 02 Nov, 2018 1 commit
-
-
Minjie Wang authored
* Add SH tutorials * setup sphinx-gallery; work on graph tutorial * draft dglgraph tutorial * update readme to include document url * rm obsolete file * Draft the message passing tutorial * Capsule code (#102) * add capsule example * clean code * better naming * better naming * [GCN]tutorial scaffold * fix capsule example code * remove previous capsule example code * graph struc edit * modified: 2_graph.py * update doc of capsule * update capsule docs * update capsule docs * add msg passing prime * GCN-GAT tutorial Section 1 and 2 * comment for API improvement * section 3 * Tutorial API change (#115) * change the API as discusses; toy example * enable the new set/get syntax * fixed pytorch utest * fixed gcn example * fixed gat example * fixed mx utests * fix mx utest * delete apply edges; add utest for update_edges * small change on toy example * fix utest * fix out in degrees bug * update pagerank example and add it to CI * add delitem for dataview * make edges() return form that is compatible with send/update_edges etc * fix index bug when the given data is one-int-tensor * fix doc
-
- 25 Oct, 2018 1 commit
-
-
Minjie Wang authored
-
- 24 Oct, 2018 1 commit
-
-
VoVAllen authored
-
- 23 Oct, 2018 1 commit
-
-
Minjie Wang authored
* setup sphinx-gallery; work on graph tutorial * draft dglgraph tutorial * update readme to include document url * rm obsolete file * Draft the message passing tutorial
-
- 22 Oct, 2018 2 commits
-
-
Minjie Wang authored
-
Minjie Wang authored
-