"...text-generation-inference.git" did not exist on "a04356fb8c0b87d5349319f0d87df3103118529d"
  1. 19 Oct, 2018 1 commit
  2. 18 Oct, 2018 7 commits
    • Da Zheng's avatar
      [GraphIndex] Create graph index directly from scipy matrix. (#87) · fb6be9fb
      Da Zheng authored
      * create synthetic data with scipy.
      
      * changes as comments
      fb6be9fb
    • Da Zheng's avatar
      update the MXNet backend. (#89) · 4af3f8bc
      Da Zheng authored
      * update mxnet.
      
      * add get_tvmtype.
      
      * remove undefined test.
      4af3f8bc
    • Minjie Wang's avatar
      Merge branch 'master' into cpp · 6cbdf37c
      Minjie Wang authored
      6cbdf37c
    • Minjie Wang's avatar
      [Frame] Refactor frame. (#85) · b9631912
      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
      b9631912
    • Minjie Wang's avatar
      [Hotfix] Revert part of the send logic; disable the send twice test case; GCN... · 66261aee
      Minjie Wang authored
      [Hotfix] Revert part of the send logic; disable the send twice test case; GCN on GPU works again. (#88)
      
      66261aee
    • Gan Quan's avatar
      MinGW building instructions · 16cd670d
      Gan Quan authored
      16cd670d
    • Gan Quan's avatar
      [GRAPHINDEX] Multigraph support (#79) · bc3f852d
      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
      bc3f852d
  3. 17 Oct, 2018 2 commits
    • Lingfan Yu's avatar
      Efficient send_and_recv (#83) · 750e5037
      Lingfan Yu authored
      * python side send_and_recv shortcut
      
      * common util function for c apis
      
      * degree bucketing scheduler
      
      * scheduler c apis
      
      * cmake
      
      * python side logics
      
      * minor
      
      * fix multiple msg/red func cases
      
      * remove shell echo command in Jenkinsfile...
      
      * fuse apply for send_and_recv
      
      * fuse update func for update_all
      
      * typo...
      
      * handle anonymous
      
      * add degree bucketing for entire graph
      
      * degree bucketing executor
      
      * minor
      
      * style
      
      * rename graph_mapping to recv_nodes
      
      * fix some comments
      750e5037
    • Gan Quan's avatar
      node/edge filtering (#80) · b2c1c4fa
      Gan Quan authored
      * node/edge filtering
      
      * changing to tensor operations (what did i do???)
      
      * ???
      b2c1c4fa
  4. 16 Oct, 2018 1 commit
  5. 14 Oct, 2018 4 commits
    • Da Zheng's avatar
      [BACKEND] Add MXNet backend. (#77) · 5567f4a4
      Da Zheng authored
      * support mxnet.
      
      * add mxnet version of GCN.
      
      * rename mxnet.nd as F.
      
      * add mxnet GAT.
      
      * enable GPU for GCN.
      
      * fix MXNet GCN train.
      
      * Use adam to optimize GAT
      
      * support more operators.
      
      * support sparse arrays.
      
      * update mxnet backend.
      
      * support index_copy.
      
      * remove NN.
      
      * update mxnet backend.
      
      * temp check in.
      
      * fix data conversion.
      
      * add test.
      
      * clean up mxnet backend.
      
      * update mxnet examples.
      
      * Revert "remove NN."
      
      This reverts commit d815d9a0ec619f9ce9099c48cd35db9d8e947483.
      
      * temp disable MXNet version of NN.
      5567f4a4
    • GaiYu0's avatar
      Update README.md · f31b6fd2
      GaiYu0 authored
      f31b6fd2
    • GaiYu0's avatar
      Merge pull request #72 from jermainewang/line-graph · 47392596
      GaiYu0 authored
      [MODEL] CDGNN and line graph
      47392596
    • GaiYu0's avatar
      README.md · 8738ebfa
      GaiYu0 authored
      8738ebfa
  6. 13 Oct, 2018 1 commit
  7. 10 Oct, 2018 2 commits
  8. 09 Oct, 2018 4 commits
  9. 08 Oct, 2018 3 commits
  10. 07 Oct, 2018 3 commits
    • GaiYu0's avatar
      sparse line graph · 5119a504
      GaiYu0 authored
      5119a504
    • Lingfan Yu's avatar
      Dockerfile and CI (#74) · cdf7334c
      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
      cdf7334c
    • GaiYu0's avatar
      cpp lg · 905db292
      GaiYu0 authored
      905db292
  11. 06 Oct, 2018 6 commits
  12. 05 Oct, 2018 6 commits