- 18 Mar, 2019 1 commit
-
-
Quan (Andy) Gan authored
* refactored sampler code * docstring * fix tutorial
-
- 13 Mar, 2019 3 commits
-
-
Lingfan Yu authored
* fix send with builtin bug * test cases * remove todo comment
-
Zihao Ye authored
* fix rgcn tutorial * small fix * upd * findedge/s * upd * upd * upd * upd * add test * remove redundancy * upd * upd * upd * upd * add edge_subgraph * explicit cast * add test immutable subg * reformat * reformat * fix bug * upd * hotfix * subgraph docs * fix adj mat * fix edges() order * add test * revert * upd * fix * upd
-
Quan (Andy) Gan authored
-
- 08 Mar, 2019 5 commits
-
-
mc-robinson authored
-
Minjie Wang authored
-
Lingfan Yu authored
* update README performance number * news
-
Minjie Wang authored
* fix cython bug * fix * fix
-
Minjie Wang authored
* update version * update news
-
- 07 Mar, 2019 1 commit
-
-
Da Zheng authored
* refactor. * accelerate update_all in nodeflow. * fix. * refactor. * fix lint. * fix lint. * reorganize. * reorg. * remove. * add doc. * impl block_incidence_matrix * fix lint. * fix. * simple fix. * fix test. * fix interface. * fix eid. * fix comments.
-
- 05 Mar, 2019 2 commits
-
-
Minjie Wang authored
* enable cython * add helper function and data structure for void_p vector return * move sampler from graph index to contrib.sampling * WIP * WIP * refactor layer sampling * pass tests * fix lint * fix graphsage * remove comments * pickle test * fix comments * update dev guide for cython build
-
Quan (Andy) Gan authored
-
- 04 Mar, 2019 1 commit
-
-
Lingfan Yu authored
* use index_select instead of __getitem__ * fix bug in dataset processing * fix edge_type shape bug * comments
-
- 03 Mar, 2019 1 commit
-
-
GaiYu0 authored
* migrate to node-flow * uniform layer sampler test cases * more test cases * documentations * fix lint errors * fix lint errors * fix lint errors * iota * add asnumpy * requested changes * fix indptr error * fix lint errors * requested changes & fix lint errors * fix lint errors * fix LayerSampler unit test
-
- 02 Mar, 2019 2 commits
-
-
Minjie Wang authored
-
Lingfan Yu authored
* implement pytorch spmm with gather and scatter add * fix * replace torch take with index_select * comments * comment about pytorch __getitem__ operator pitfall * typo
-
- 01 Mar, 2019 2 commits
-
-
Minjie Wang authored
-
Zihao Ye authored
* fix rgcn tutorial * small fix * upd * findedge/s * upd * upd * upd * upd * add test * remove redundancy * upd * upd * upd * upd * add edge_subgraph * explicit cast * add test immutable subg * reformat * reformat * fix bug * upd * hotfix * subgraph docs
-
- 28 Feb, 2019 3 commits
-
-
Da Zheng authored
* don't return aux_info. * fix sampler test. * fix sse. * fix. * add comment.
-
Ziyue Huang authored
* neighbor sampling draft * val/test acc * control variate draft * control variate * update * fix new_history * maintain aggregated history while updating new history * preprocess the first layer, change push to pull * update * fix subg_degree * nodeflow * clear * readme * doc and unittest for self loop * address comments * rename * update * fix * Update node_flow.py * Update node_flow.py
-
Mufei Li authored
-
- 27 Feb, 2019 1 commit
-
-
Zihao Ye authored
* fix rgcn tutorial * small fix * upd * findedge/s * upd * upd * upd * upd * add test * remove redundancy * upd * upd * upd * upd * add edge_subgraph * explicit cast * add test immutable subg * reformat * reformat * fix bug * upd
-
- 26 Feb, 2019 1 commit
-
-
Quan (Andy) Gan authored
[Bugfix] Removing non-determinism in data loading
-
- 25 Feb, 2019 1 commit
-
-
Minjie Wang authored
* refactor graph conv * docs & tests * fix lint * fix lint * fix lint * fix lint script * fix lint * Update * Style fix * Fix style * Fix style * Fix gpu case * Fix for gpu case * Hotfix edgesoftmax docs * Handle repeated features * Add docstring * Set default arguments * Remove dropout from nn.conv * Fix * add util fn for renaming * revert gcn_spmv.py * mx folder * fix wierd bug * fix mx * fix lint
-
- 22 Feb, 2019 3 commits
-
-
hbsun2113 authored
* simple implemention of GraphSAGE * update the abstract method and `torch.nn` modules are more utilized
-
Minjie Wang authored
-
Tianyi authored
* [Model] Simplifying Graph Convolutional Networks. * - improve code stype (use nn.Linear) - use `bias` option - update hyperparameter and corresponding performance
-
- 21 Feb, 2019 1 commit
-
-
Hao Zhang authored
* 9_gat.py * readme * Update 9_gat.py * Update 9_gat.py * fix format
-
- 20 Feb, 2019 5 commits
-
-
Zihao Ye authored
* fix rgcn tutorial * small fix * add switch readonly state interface * remove trailing ws * fix * fix * change signature * change signature * remove trailing ws * upd * upd interface * upd * rm trailing ws * reformat * trailing space * upd
-
Da Zheng authored
* fix. * add check. * fix assert.
-
Quan (Andy) Gan authored
-
VoVAllen authored
-
Quan (Andy) Gan authored
* random walk traces generation * remove outdated comments * oops put in the wrong place * explicit inline * moving rand_r to util * moving random walk to public function * per-thread seed and openmp support * type cast styles
-
- 19 Feb, 2019 2 commits
-
-
Da Zheng authored
* sample layer subgraphs. * fix. * fix. * add layered subgraph. * fix lint. * fix. * fix tutorial. * fix. * remove copy_to_parent. * add num_layers * move sampling code to sampler.cc * fix. * move subgraph construction out. * Revert "move subgraph construction out." This reverts commit 24b3d13b0d8ed5f91847ea75a7674ee8f7d45cff. * change to NodeFlow. * use NodeFlow in Python. * use NodeFlowIndex. * add node_mapping and edge_mapping. * remove unnecessary code in SSE tutorial. * Revert "remove unnecessary code in SSE tutorial." This reverts commit 093f0413d5fa2e63ca5f80c46c80a126a9fb720c. * fix tutorial. * move to node_flow. * update gcn cv updater. * import NodeFlow. * update. * add demo code for vanilla control variate sampler. * update. * update. * add neighbor sampling. * return flow offsets. * update node_flow. * add test. * fix sampler. * fix graph index. * fix a bug in sampler. * fix map_to_layer_nid and map_to_flow_eid. * fix apply_flow. * remove model code. * implement flow_compute. * fix a bug. * reverse the csr physically. * add mini-batch test. * add mini batch test. * update flow_compute. * add prop_flows * run on specific nodes. * test copy * fix a bug in creating frame in NodeFlow. * add init gcn_cv_updater. * fix a minor bug. * fix gcn_cv_updater. * fix a bug. * fix a bug in NodeFlow. * use new h in gcn_cv_updater. * add layer_in_degree and layer_out_degree. * fix gcn_cv_updater for gpu. * temp fix in NodeFlow for diff context. * allow enabling/disabling copy back. * add with-updater option. * fix a bug in computing degree. * add with-cv option. * rename and add comments. * fix lint complain. * fix lint. * avoid assert. * remove assert. * fix. * fix. * fix. * fix. * fix the methods in NodeFlow. * fix lint. * update SSE. * remove gcn_cv_updater. * correct comments for the schedulers. * update comment. * add map_to_nodeflow_nid * address comment. * remove duplicated test. * fix int. * fix comments. * fix lint * fix. * replace subgraph with NodeFlow. * move view. * address comments. * fix lint. * fix lint. * remove static_cast. * fix docstring. * fix comments. * break SampleSubgraph. * move neighbor sampling to sampler.cc * fix comments. * rename. * split neighbor_list. * address comments. * fix. * remove TODO.
-
Quan (Andy) Gan authored
* fixing bug in pickling readonly graphs * multigraph test coverage * fixing lint (??????) * another lint * is_readonly interface
-
- 17 Feb, 2019 2 commits
-
-
Hao Zhang authored
* Create ppi.py * Create train_ppi.py * Update train_ppi.py * Update train_ppi.py * Create gat.py * Update train.py * Update train_ppi.py * Update ppi.py * Update train_ppi.py * Update ppi.py * Update train_ppi.py * Update train_ppi.py * Update ppi.py * Update train_ppi.py * update docs and readme
-
Zihao Ye authored
-
- 15 Feb, 2019 1 commit
-
-
Zihao Ye authored
* fix rgcn tutorial * small fix * upd
-
- 14 Feb, 2019 1 commit
-
-
Quan (Andy) Gan authored
-
- 13 Feb, 2019 1 commit
-
-
Lingfan Yu authored
-