1. 06 Dec, 2018 4 commits
  2. 05 Dec, 2018 9 commits
  3. 04 Dec, 2018 6 commits
  4. 03 Dec, 2018 4 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
    • Da Zheng's avatar
      [Graph][Bugfix] Fix the API of map_to_subgraph_nid (#226) · 2c170a8c
      Da Zheng authored
      * correct vid mapping API.
      
      * fix sse.
      2c170a8c
    • Lingfan Yu's avatar
      [Bug] fix __slots__ in view.py (#230) · b0c76d48
      Lingfan Yu authored
      b0c76d48
    • Lingfan Yu's avatar
      [Bug] Fix inplace update (#221) · 52ed09a3
      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
      52ed09a3
  5. 02 Dec, 2018 4 commits
    • Gan Quan's avatar
      [DOC] Documentation strings for graph mutation, queries, and subgraphing (#207) · 5680f8dc
      Gan Quan authored
      * docstrings for graph mutation & queries
      
      * [Doc] contrib.sampler. (#200)
      
      * subgraph docs
      
      * updates
      5680f8dc
    • Minjie Wang's avatar
      [Graph] small fix on the all index (#219) · 57daf9c9
      Minjie Wang authored
      57daf9c9
    • Da Zheng's avatar
      [Model] Accelerate SSE (#172) · 57b07fce
      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.
      57b07fce
    • Haibin Lin's avatar
      update s3 links (#215) · 5278220f
      Haibin Lin authored
      5278220f
  6. 01 Dec, 2018 5 commits
  7. 30 Nov, 2018 3 commits
  8. 29 Nov, 2018 3 commits
  9. 28 Nov, 2018 1 commit
    • Mufei Li's avatar
      [Model] Fix + batched DGMG (#175) · a0d0b1ea
      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
      a0d0b1ea
  10. 27 Nov, 2018 1 commit