"vscode:/vscode.git/clone" did not exist on "6529ee67ec02fcf58d2fd9242164ea002b351d75"
  1. 26 May, 2019 5 commits
  2. 25 May, 2019 1 commit
  3. 24 May, 2019 3 commits
  4. 23 May, 2019 5 commits
  5. 21 May, 2019 2 commits
    • Minjie Wang's avatar
      [Refactor] Immutable graph index (#543) · 605b5185
      Minjie Wang authored
      * WIP
      
      * header
      
      * WIP .cc
      
      * WIP
      
      * transpose
      
      * wip
      
      * immutable graph .h and .cc
      
      * WIP: nodeflow.cc
      
      * compile
      
      * remove all tmp dl managed ctx; they caused refcount issue
      
      * one simple test
      
      * WIP: testing
      
      * test_graph
      
      * fix graph index
      
      * fix bug in sampler; pass pytorch utest
      
      * WIP on mxnet
      
      * fix lint
      
      * fix mxnet unittest w/ unfortunate workaround
      
      * fix msvc
      
      * fix lint
      
      * SliceRows and test_nodeflow
      
      * resolve reviews
      
      * resolve reviews
      
      * try fix win ci
      
      * try fix win ci
      
      * poke win ci again
      
      * poke
      
      * lazy multigraph flag; stackoverflow error
      
      * revert node subgraph test
      
      * lazy object
      
      * try fix win build
      
      * try fix win build
      
      * poke ci
      
      * fix build script
      
      * fix compile
      
      * add a todo
      
      * fix reviews
      
      * fix compile
      605b5185
    • Da Zheng's avatar
      [API] update graph store API. (#549) · b2b8be25
      Da Zheng authored
      * add init_ndata and init_edata in DGLGraph.
      
      * adjust SharedMemoryGraph API.
      
      * print warning.
      
      * fix comment.
      
      * update example
      
      * fix.
      
      * fix examples.
      
      * add unit tests.
      
      * add comments.
      b2b8be25
  6. 20 May, 2019 3 commits
    • Da Zheng's avatar
      [BUGFix] Improve multi-processing training (#526) · cdfca992
      Da Zheng authored
      * fix.
      
      * add comment.
      
      * remove.
      
      * temp fix.
      
      * initialize for shared memory.
      
      * fix graphsage.
      
      * fix gcn.
      
      * add more unit tests.
      
      * add more tests.
      
      * avoid creating shared-memory exclusively.
      
      * redefine remote initializer.
      
      * improve initializer.
      
      * fix unit test.
      
      * fix lint.
      
      * fix lint.
      
      * initialize data in the graph store server properly.
      
      * fix test.
      
      * fix test.
      
      * fix test.
      
      * small fix.
      
      * add comments.
      
      * cleanup server.
      
      * test graph store with a random port.
      
      * print.
      
      * print to stderr.
      
      * test1
      
      * test2
      
      * remove comment.
      
      * adjust the initializer signature.
      cdfca992
    • VoVAllen's avatar
      [Feature] Add batch and unbatch for immutable graph (#539) · 4b761571
      VoVAllen authored
      * Add batch and unbatch for immutable graph
      
      * fix line seprator
      
      * fix lintr
      
      * remove unnecessary include
      
      * fix code review
      4b761571
    • VoVAllen's avatar
      [Bug Fix] Fix inplace op at backend (#546) · aa129522
      VoVAllen authored
      * Fix inplace operation
      
      * fix line seprator
      aa129522
  7. 17 May, 2019 1 commit
  8. 16 May, 2019 1 commit
  9. 08 May, 2019 2 commits
  10. 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
  11. 28 Apr, 2019 1 commit
  12. 26 Apr, 2019 2 commits
  13. 25 Apr, 2019 1 commit
  14. 23 Apr, 2019 2 commits
  15. 22 Apr, 2019 2 commits
  16. 18 Apr, 2019 1 commit
    • Aymen Waheb's avatar
      [Model] Add edge dropout to APPNP (#493) · 3f464591
      Aymen Waheb authored
      * [Model] Add edge dropout to APPNP
      
      [Model] Add edge dropout to APPNP
      
      * [Model] Refactor the sampling examples (#498)
      
      * reorganize sampling code.
      
      * speedup gcn_ns.
      
      * speed up gcn_cv
      
      * fix graphsage_cv.
      
      * undo the modification.
      
      * accel training.
      
      * update readme.
      
      * [Model] Add edge dropout to APPNP
      
      [Model] Add edge dropout to APPNP
      
      update
      3f464591
  17. 17 Apr, 2019 3 commits
    • Da Zheng's avatar
      [Model] Refactor the sampling examples (#498) · 6124667f
      Da Zheng authored
      * reorganize sampling code.
      
      * speedup gcn_ns.
      
      * speed up gcn_cv
      
      * fix graphsage_cv.
      
      * undo the modification.
      
      * accel training.
      
      * update readme.
      6124667f
    • kitaev-chen's avatar
      [Model] Add GIN Model (#471) · a3febc06
      kitaev-chen authored
      * add gin model
      
      * convert dataset.py to data_ont_the_fly way and put it into dgl.data module
      
      * convert dataset.py to data_ont_the_fly way and put it into dgl.data module
      python code checked
      
      * modified document and reference TUDataset; checked python part and bypass cpp part due to error
      
      * change tensor to numpy in dataset and transform in collate@Dataloader
      
      * Change minor format issue
      
      Change minor format issue
      
      * moved logging; adjusted tqdm etc
      a3febc06
    • Quan (Andy) Gan's avatar
      fb6af16f
  18. 16 Apr, 2019 2 commits
  19. 11 Apr, 2019 2 commits