"git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "c49582c9965ba38e34dbd89f2e3c924cb1841a1f"
  1. 01 May, 2020 1 commit
  2. 29 Apr, 2020 2 commits
  3. 27 Apr, 2020 3 commits
  4. 26 Apr, 2020 1 commit
    • Chao Ma's avatar
      [KVStore] add init_data() on client (#1466) · 27520bc5
      Chao Ma authored
      * add init_data on client
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * fix lint
      
      * fix lint
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      27520bc5
  5. 23 Apr, 2020 2 commits
  6. 20 Apr, 2020 1 commit
  7. 16 Apr, 2020 1 commit
    • Chao Ma's avatar
      [KVstore] Fast-pull (#1446) · 338f24cf
      Chao Ma authored
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * fix lint
      338f24cf
  8. 09 Apr, 2020 2 commits
  9. 06 Apr, 2020 1 commit
  10. 05 Apr, 2020 1 commit
  11. 03 Apr, 2020 1 commit
  12. 02 Apr, 2020 1 commit
  13. 30 Mar, 2020 4 commits
  14. 29 Mar, 2020 1 commit
  15. 28 Mar, 2020 1 commit
  16. 27 Mar, 2020 2 commits
  17. 23 Mar, 2020 1 commit
  18. 22 Mar, 2020 3 commits
  19. 20 Mar, 2020 1 commit
  20. 19 Mar, 2020 1 commit
  21. 18 Mar, 2020 1 commit
  22. 16 Mar, 2020 1 commit
    • Minjie Wang's avatar
      [Model] RGCN mini-batch training; Better bipartite graph support (#1337) · 6111ea46
      Minjie Wang authored
      * change the model to use node embedding only
      
      * minibatch training
      
      * add readme
      
      * small fix
      
      * backward-compatible
      
      * backward compatible
      
      * modify to_block; rgcn changed
      
      * fix
      
      * fix transform
      
      * fix bug in unittest script
      
      * docstring
      
      * fix lint
      
      * add tests
      
      * address comments; fix offline eval
      
      * gitignore
      6111ea46
  23. 12 Mar, 2020 1 commit
  24. 11 Mar, 2020 1 commit
    • Da Zheng's avatar
      [Feature] Improve the speed of to_bidirected (#1327) · 1a584ced
      Da Zheng authored
      * make graph symmetric
      
      * call gklib routine.
      
      * use gklib version except in windows.
      
      * minor errors.
      
      * fix test.
      
      * update doc.
      
      * fix a compile error.
      
      * fix.
      
      * add comments for the new C API.
      
      * fix a bug.
      
      * address comments.
      
      * fix compile error.
      
      * fix comment.
      1a584ced
  25. 10 Mar, 2020 1 commit
  26. 09 Mar, 2020 1 commit
    • Chao Ma's avatar
      [DGL-KE] Clean up argument for DGL-KE (#1325) · d98c71ef
      Chao Ma authored
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * clean up args
      
      * change args for eval
      
      * update
      
      * update
      
      * update
      
      * update num_worker=8
      
      * add num_proc=1
      
      * update
      
      * update
      
      * add eval percent
      
      * update
      
      * update
      
      * update
      
      * save emb
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * remove neg_chunk_size
      
      * update
      
      * update
      
      * update
      
      * remove
      
      * update
      
      * remove
      
      * change num_thread
      d98c71ef
  27. 08 Mar, 2020 1 commit
    • Da Zheng's avatar
      [Feature] add metis partitioning to DGL (#1308) · 0e153c4b
      Da Zheng authored
      
      
      * add metis.
      
      * add test.
      
      * construct partition id.
      
      * link to METIS github repo.
      
      * update metis.
      
      * add a tool for partitioning a graph.
      
      * update metis.
      
      * update.
      
      * update.
      
      * fix metis.
      
      * fix lint
      
      * fix indent.
      
      * another way of building metis.
      
      * disable metis in windows.
      
      * test windows
      
      * fix.
      
      * disable metis for windows properly.
      
      * fix for tensorflow.
      
      * skip test for gpu.
      
      * make graph symmetric
      
      * address comments.
      
      * more comments.
      
      * fix compile
      
      * fix a bug.
      
      * add test.
      
      * change the default #hops of HALO nodes.
      Co-authored-by: default avatarUbuntu <ubuntu@ip-172-31-26-167.us-east-2.compute.internal>
      0e153c4b
  28. 07 Mar, 2020 2 commits