- 14 Nov, 2018 1 commit
-
-
Minjie Wang authored
* refactor graph caching * fix mx test * fix typo
-
- 12 Nov, 2018 2 commits
-
-
Minjie Wang authored
* change ci * update ci * update ci * update ci * update ci * update ci * update ci * update ci * update ci * update ci * update ci * update ci * update ci * update ci * update ci * update ci * nx package * update ci * update ci * update ci * fix * mx dockerfile by zhengda * python3.6->3.5 * update ci image * add tutorial test * fix ci * fix ssl problem * minor change * small fix on traversal utest * fix syntax * add matplotlib in image * fix * update ci * update ci
-
Gan Quan authored
-
- 11 Nov, 2018 2 commits
-
-
Gan Quan authored
* bfs with edges * dfs toy test case * clean up * style fix * bugfix * updating docs for bfs_edges and readouts
-
Minjie Wang authored
* Fix bug in bfs and topo * remove legacy codes
-
- 10 Nov, 2018 1 commit
-
-
Gan Quan authored
* fixing builtin src*edge shape mismatch * bundled function refactor (?) * fixing names * readout prototype * oops * more fixes * removing readout prototype * sum_on() with SPMV, fixing batching with 0 edges * readouts with segmented sum * typo (??????) * fixes NLTK dependency (#125) * misc fixes including #126 (pushing again) * sanity check for mxnet * fixes NLTK dependency (#125) and #126 * reverting to sum_nodes/edges
-
- 09 Nov, 2018 3 commits
-
-
Minjie Wang authored
* add examples in traversal.py * message propagate methods * use the new message propagation for tree-lstm * update to the new name * update propagate API doc * update doc * add propagate utest
-
Gan Quan authored
-
Minjie Wang authored
-
- 08 Nov, 2018 1 commit
-
-
GaiYu0 authored
* bfs, dfs and topological traversal * dfs and test cases * Conflicts: python/dgl/graph.py src/graph/graph.cc src/graph/graph_op.cc * documentation * requested changes * Conflicts: Jenkinsfile examples/pytorch/gcn/gcn.py examples/pytorch/gcn/gcn_spmv.py python/dgl/graph.py python/dgl/graph_index.py src/graph/graph.cc src/graph/graph_op.cc * Conflicts: Jenkinsfile python/dgl/graph_index.py * fix lint errors * fix lint errors * fix lint errors * fix test cases * requested changes * traversal interface * [Bug] fixed a typo that caused syntax error (#120) * WIP * bfs nodes generator works * topological traversal * WIP: dfs_edges * dfs edges * dfs labeled edges * utest for traversal * fix lint * fix utest * code clean * changes as requested
-
- 04 Nov, 2018 1 commit
-
-
Minjie Wang authored
-
- 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
-
- 01 Nov, 2018 1 commit
-
-
Gan Quan authored
* cherry picking optimization from jtnn * unbatch by slicing frames * reduce pack * oops * support frame read/write with slices * reverting to unbatch by splitting; slicing is unfriendly to backward * replacing lru cache with static object factory * replacing Scheme object with namedtuple * remove comment * forgot the find edges interface * subclassing namedtuple
-
- 30 Oct, 2018 1 commit
-
-
Mufei Li authored
* Fix 1. Fix two typos in gcn.py and gcn_spmv.py 2. Update README * Fix GCN module 1. Update the outdated graph convolution layer class 2. Fix a bug in the code where dropout never works. Modules like dropout/batch norm depend on whether we are in the training stage or inference stage. * Fix a bug in dropout 1. dropout depends on nn.Module.training * Update GCN module * Fix README * Fix dropout & remove self.msg_field * Fix * Align with TF implementation * Make g an argument for forward * Remove features from the argument of GraphConv layer * Support for create nodes/edges after setting representations * Remove redundant commit * Delete test_init_repr.py * Test case for dynamic addition * Base 'add_rows' upon 'append' * Move test function * Fix * test by assertion * changed add_rows to adding blank rows only; adding convert_to to backend * moving test to basics * oops mxnet
-
- 19 Oct, 2018 1 commit
-
-
Minjie Wang authored
-
- 18 Oct, 2018 4 commits
-
-
Da Zheng authored
* update mxnet. * add get_tvmtype. * remove undefined test.
-
Minjie Wang authored
* refactor frame codes * fix unit test * fix gcn example * minor doc/message changes * raise errors for non-exist columns in FrameRef; sanity check when append * fix unittest; change error msg * Add warning for none initializer * fix unittest * use warnings package
-
Minjie Wang authored
[Hotfix] Revert part of the send logic; disable the send twice test case; GCN on GPU works again. (#88)
-
Gan Quan authored
* multigraph support on graph index * more tests * multigraph flag, bugfix on clear & copy * networkx interfaces * including graph index tests in Jenkins * node subgraph test * edge subgraphs * removing duplicates in pred/succ * more explicit test and doc * query source and destination from edge id * subgraphindex * renaming has_edge to has_edge_between, apply_edges adding eid * send_on and send_and_recv_on * DGLGraph edge subgraph * merged send_on and send_and_recv_on * change request * removing hashmap * creating multigraph by flag; mingw support * changes per request * reverting networkx auto multigraph discovery * notes on send/send_and_recv on multigraphs * changing test reducer from sum to max * added a fixme note in spmv scheduler
-
- 17 Oct, 2018 1 commit
-
-
Gan Quan authored
* node/edge filtering * changing to tensor operations (what did i do???) * ???
-
- 13 Oct, 2018 1 commit
-
-
GaiYu0 authored
-
- 09 Oct, 2018 1 commit
-
-
Minjie Wang authored
-
- 07 Oct, 2018 1 commit
-
-
Lingfan Yu authored
* Test CPP branch CI (#2) * Fix batching node-only graphs (#62) * fixing batching with graphs with no edges * oops forgot test * fix readme * Docker and Jenkins (#1) * docker ci cpu * install python packages * docker ci gpu * add readme * use dgl cpu image * run command in container as root * use python3 * fix test case * remove nose from docker file * docker folder readme * parallelize cpu and gpu * top level stages * comment out python2 related installation * fix * remove igraph * building for cpp * change building order * export env in test stage * withEnv * run docker container as root * fix test cases * fix test cases * minor * remove old build
-
- 06 Oct, 2018 2 commits
-
-
Minjie Wang authored
-
Da Zheng authored
* update subgraph. * update subgraph API. * keep node embedding.
-
- 05 Oct, 2018 1 commit
-
-
Minjie Wang authored
-
- 04 Oct, 2018 1 commit
-
-
Minjie Wang authored
-
- 03 Oct, 2018 2 commits
-
-
Minjie Wang authored
-
Minjie Wang authored
-
- 20 Sep, 2018 4 commits
-
-
Minjie Wang authored
-
Minjie Wang authored
-
Gan Quan authored
* fixing batching with graphs with no edges * oops forgot test
-
Lingfan Yu authored
* support multiple fields in spmv * finishing SPMV executor * non-spmv case * refactor code to give single mfunc rfunc a shortcut * two test cases to test multiple msg/red func * catching cases where msg uses anonymous field * default ALL for update edge * more corner case test * print failed test * delete print * fix builtin max reducer
-
- 01 Sep, 2018 1 commit
-
-
Minjie Wang authored
* 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
-
- 28 Aug, 2018 1 commit
-
-
Gan Quan authored
* 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
-
- 24 Aug, 2018 1 commit
-
-
Gan Quan authored
* fixing 0 degree reduces * adopting accum=None semantics * minor fix as per reviews * TODO in test * fix test
-
- 23 Aug, 2018 1 commit
-
-
Lingfan Yu authored
* fix dgl.batch edge ordering bug * add graph batching test cases * fix partial spmv ctx. * add dataset generating for dgmg
-
- 22 Aug, 2018 1 commit
-
-
Minjie Wang authored
* subgraph copy from * WIP * cached members * Change all usage of id tensor to the new Index object; remove set device in DGLGraph; * subgraph merge API tested * add dict type reduced msg test
-
- 18 Aug, 2018 1 commit
-
-
Minjie Wang authored
* subgraph * more test cases * WIP * new FrameRef and test * separate nx init code * WIP * subgraph code and test * line graph code and test * adding new test for adding new features on line graphs * no backtracking line graph * fix inplace relabel
-
- 13 Aug, 2018 1 commit
-
-
Minjie Wang authored
* partial spmv impl and test * some fix for update edge
-