1. 19 Aug, 2020 1 commit
  2. 10 Jun, 2019 1 commit
    • Da Zheng's avatar
      [BUGFIX] extand DGLGraph graph_data. (#632) · 411bcd7e
      Da Zheng authored
      * enable tutorial test in CI.
      
      * extand DGLGraph graph_data.
      
      * update doc.
      
      * Revert "enable tutorial test in CI."
      
      This reverts commit cd774067180922bb6ae979bde4aecbffc61c8147.
      
      * accept DGLGraph in graph store.
      411bcd7e
  3. 09 Jun, 2019 1 commit
    • Minjie Wang's avatar
      [Examples] Run all the examples (#623) · dec8b49b
      Minjie Wang authored
      * all pytorch examples
      
      * scan through mxnet examples
      
      * change reddit data
      
      * tweak numerical range for unittest
      
      * fix ci
      
      * fix ci
      
      * fix
      
      * add seed to workaround
      dec8b49b
  4. 07 May, 2019 1 commit
    • Da Zheng's avatar
      [Model] add multiprocessing training with sampling. (#484) · 3a1392e6
      Da Zheng authored
      * reorganize sampling code.
      
      * add multi-process training.
      
      * speed up gcn_cv
      
      * fix graphsage_cv.
      
      * add new API in graph store.
      
      * update barrier impl.
      
      * support both local and distributed training.
      
      * fix multiprocess train.
      
      * fix.
      
      * fix barrier.
      
      * add script for loading data.
      
      * multiprocessing sampling.
      
      * accel training.
      
      * replace pull with spmv for speedup.
      
      * nodeflow copy from parent with context.
      
      * enable GPU.
      
      * fix a bug in graph store.
      
      * enable multi-GPU training.
      
      * fix lint.
      
      * add comments.
      
      * rename to run_store_server.py
      
      * fix gcn_cv.
      
      * fix a minor bug in sampler.
      
      * handle error better in graph store.
      
      * improve graphsage_cv for distributed mode.
      
      * update README.
      
      * fix.
      
      * update.
      3a1392e6
  5. 17 Apr, 2019 1 commit