1. 06 Dec, 2018 3 commits
  2. 05 Dec, 2018 16 commits
  3. 04 Dec, 2018 9 commits
  4. 03 Dec, 2018 9 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
    • 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
    • Gan Quan's avatar
      [Doc] Installation guide (#223) · 419ffbde
      Gan Quan authored
      * docstrings for graph mutation & queries
      
      * [Doc] contrib.sampler. (#200)
      
      * subgraph docs
      
      * updates
      
      * added installation guide
      
      * style fix
      
      * package name fixes
      
      * adding it back...
      
      * fix as requested
      
      * adding link
      
      * mac os build instructions
      
      * OS -> macOS
      419ffbde
    • Lingfan Yu's avatar
      [Bug] fix __slots__ in view.py (#230) · b0c76d48
      Lingfan Yu authored
      b0c76d48
    • Lingfan Yu's avatar
      [Model] Relational GCN (#55) · b98dc92c
      Lingfan Yu authored
      * data preprocessing for rgcn
      
      * edge subgraph
      
      * WIP: RGCN
      
      * use edge feature in spmv
      
      * fix bugs
      
      * match AIFB accuracy
      
      * match mutag accuracy
      
      * avoid materializing in featureless case
      
      * remove untouched nodes and relabel nodes
      
      * fix python list concatenate overhead
      
      * sparsely store edge types
      
      * refactor entity classify code for clean link prediction implementation
      
      * further refactor code
      
      * refactoring
      
      * rgcn block decompose layers
      
      * link predict dataset
      
      * link predict model and eval code
      
      * dropout, self-loop, regularization, etc, plus bug fixes
      
      * update to new api
      
      * dataset update
      
      * bugs, WIP, need to impl early stopping and filtered metrics
      
      * instruction to run, and minor
      
      * group conv and early stop
      
      * clean slow code
      
      * some code comments
      
      * use new api in model code
      
      * change data preprocessing
      
      * entity classify model
      
      * WIP
      
      * move dgl graph out of model
      
      * hot fix for extract zip
      
      * fix link predict model
      
      * use latest dgl apis
      
      * still have memory issue...
      
      * bug fix and move inference to cpu
      
      * move rgcn data processing to contrib
      
      * th.allclose -> U.allclose
      
      * minor change in readme
      
      * fix memory issue in entity classify
      
      * fix and testing code for link predict
      
      * fix entity classify
      
      * clean up
      
      * fix comments
      
      * revert erroneous git merge changes
      
      * code clean up and more comments
      
      * minor
      
      * dependent package version
      b98dc92c
    • Da Zheng's avatar
      [MXNet] add unit tests for mxnet (#227) · 8918cce0
      Da Zheng authored
      [MXNet] add unit tests for mxnet
      8918cce0
    • yifeim's avatar
      [Model][MXNet] gcn normalization and compare with mlp baselines (#196) · 6f4898a1
      yifeim authored
      * clean up pr-188 and resubmit
      
      * address Da comments
      6f4898a1
    • 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 3 commits