1. 01 Jun, 2019 1 commit
  2. 31 May, 2019 1 commit
  3. 08 May, 2019 2 commits
  4. 23 Apr, 2019 1 commit
  5. 18 Mar, 2019 1 commit
  6. 28 Feb, 2019 2 commits
  7. 21 Feb, 2019 1 commit
  8. 19 Feb, 2019 1 commit
    • Da Zheng's avatar
      [Feature] add NodeFlow API (#361) · f370e628
      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.
      f370e628
  9. 15 Feb, 2019 1 commit
  10. 10 Jan, 2019 1 commit
  11. 04 Jan, 2019 1 commit
  12. 17 Dec, 2018 1 commit
  13. 12 Dec, 2018 1 commit
    • Lingfan Yu's avatar
      [Doc] Fix document building for multiple tensor backends (#301) · 0cbe521b
      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
      0cbe521b
  14. 11 Dec, 2018 1 commit
  15. 10 Dec, 2018 1 commit
  16. 07 Dec, 2018 1 commit
    • Zihao Ye's avatar
      [Model]Transformer (#186) · 9f325542
      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
      9f325542
  17. 06 Dec, 2018 1 commit
  18. 05 Dec, 2018 3 commits
    • VoVAllen's avatar
      [Tutorial] Add sse tutorial & MXNet Tutorial CI (#252) · cd907cdd
      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
      cd907cdd
    • Lingfan Yu's avatar
      [Doc] Fix hyperlink in tutorial of tutorals (#260) · f4a9a455
      Lingfan Yu authored
      * fix all code tutorial links and typos in texts
      
      * sse readme format
      
      * fix
      
      * sse paper link
      
      * gat readme
      
      * fix
      f4a9a455
    • Minjie Wang's avatar
      [Bugfix] tolist and dependencies in `dgl.data` (#239) · 21255b65
      Minjie Wang authored
      * change Index.tolist -> Index.tonumpy; fix bug in traversal; remove dependencies in data
      
      * fix import
      
      * fix __all__ and some docstring
      21255b65
  19. 04 Dec, 2018 1 commit
  20. 03 Dec, 2018 2 commits
    • HQ's avatar
      [Doc] LGNN tutorial (#210) · b1e8d95e
      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
      b1e8d95e
    • Minjie Wang's avatar
      [Doc] overview and others (#222) · 10e18ed9
      Minjie Wang authored
      * model tutorials overview
      
      * update the 1_first
      
      * revised overview and summarized "what is DGL" in glance
      10e18ed9
  21. 02 Dec, 2018 1 commit
  22. 01 Dec, 2018 5 commits
  23. 29 Nov, 2018 1 commit
  24. 21 Nov, 2018 1 commit
    • Minjie Wang's avatar
      [Frame] change num rows behavior (#163) · 0ec1a492
      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
      0ec1a492
  25. 17 Nov, 2018 1 commit
  26. 15 Nov, 2018 1 commit
    • Zihao Ye's avatar
      [DOC][Model] Update Tree-LSTM (#152) · 53b9a4bd
      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
      53b9a4bd
  27. 13 Nov, 2018 1 commit
  28. 12 Nov, 2018 1 commit
    • VoVAllen's avatar
      [Doc][Model] New Capsule Tutorial & Example (#143) · 7cb50072
      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
      7cb50072
  29. 09 Nov, 2018 1 commit
  30. 05 Nov, 2018 2 commits