"docs/vscode:/vscode.git/clone" did not exist on "15d3a4557eecf53e02ce8f29f043daee13babdc4"
  1. 14 Dec, 2019 1 commit
  2. 05 Dec, 2019 1 commit
  3. 04 Dec, 2019 1 commit
  4. 30 Nov, 2019 1 commit
  5. 26 Nov, 2019 2 commits
  6. 13 Nov, 2019 1 commit
  7. 08 Nov, 2019 1 commit
  8. 05 Nov, 2019 1 commit
  9. 04 Nov, 2019 2 commits
  10. 03 Nov, 2019 1 commit
    • Zihao Ye's avatar
      [NN] nn modules & examples update (#890) · 9a0511c8
      Zihao Ye authored
      * upd
      
      * damn it
      
      * fuck
      
      * fuck pylint
      
      * fudge
      
      * remove some comments about MXNet
      
      * upd
      
      * upd
      
      * damn it
      
      * damn it
      
      * fuck
      
      * fuck
      
      * upd
      
      * upd
      
      * pylint bastard
      
      * upd
      
      * upd
      
      * upd
      
      * upd
      
      * upd
      
      * upd
      
      * upd
      
      * upd
      
      * upd
      9a0511c8
  11. 30 Oct, 2019 1 commit
    • xiang song(charlie.song)'s avatar
      [Bug Fix] Fix package reliability bug of networkx (#949) · 82499e60
      xiang song(charlie.song) authored
      * upd
      
      * fig edgebatch edges
      
      * add test
      
      * trigger
      
      * Update README.md for pytorch PinSage example.
      
      Add noting that the PinSage model example under
      example/pytorch/recommendation only work with Python 3.6+
      as its dataset loader depends on stanfordnlp package
      which work only with Python 3.6+.
      
      * Provid a frame agnostic API to test nn modules on both CPU and CUDA side.
      
      1. make dgl.nn.xxx frame agnostic
      2. make test.backend include dgl.nn modules
      3. modify test_edge_softmax of test/mxnet/test_nn.py and
          test/pytorch/test_nn.py work on both CPU and GPU
      
      * Fix style
      
      * Delete unused code
      
      * Make agnostic test only related to tests/backend
      
      1. clear all agnostic related code in dgl.nn
      2. make test_graph_conv agnostic to cpu/gpu
      
      * Fix code style
      
      * fix
      
      * doc
      
      * Make all test code under tests.mxnet/pytorch.test_nn.py
      work on both CPU and GPU.
      
      * Fix syntex
      
      * Remove rand
      
      * Add TAGCN nn.module and example
      
      * Now tagcn can run on CPU.
      
      * Add unitest for TGConv
      
      * Fix style
      
      * For pubmed dataset, using --lr=0.005 can achieve better acc
      
      * Fix style
      
      * Fix some descriptions
      
      * trigger
      
      * Fix doc
      
      * Add nn.TGConv and example
      
      * Fix bug
      
      * Update data in mxnet.tagcn test acc.
      
      * Fix some comments and code
      
      * delete useless code
      
      * Fix namming
      
      * Fix bug
      
      * Fix bug
      
      * Add test for mxnet TAGCov
      
      * Add test code for mxnet TAGCov
      
      * Update some docs
      
      * Fix some code
      
      * Update docs dgl.nn.mxnet
      
      * Update weight init
      
      * Fix
      
      * reproduce the bug
      
      * Fix concurrency bug reported at #755.
      Also make test_shared_mem_store.py more deterministic.
      
      * Update test_shared_mem_store.py
      
      * Update dmlc/core
      
      * networkx >= 2.4 will break our examples
      
      * Update tutorials/requirements
      
      * fix selfloop edges
      
      * upd version
      82499e60
  12. 29 Oct, 2019 2 commits
  13. 26 Oct, 2019 1 commit
  14. 25 Oct, 2019 1 commit
  15. 21 Oct, 2019 4 commits
  16. 30 Sep, 2019 1 commit
  17. 29 Sep, 2019 1 commit
    • Minjie Wang's avatar
      [Hetero][Model] RGCN for heterogeneous input (#885) · 1c91f460
      Minjie Wang authored
      * new hetero RGCN
      
      * bgs running
      
      * fix gpu
      
      * am dataset
      
      * fix bug in label preparation
      
      * Fix AM training; add result
      
      * rm sym link
      
      * new embed layer; mutag
      
      * mutag matched; other fix
      
      * minor fix
      
      * dataset refactor
      
      * new data loading
      
      * rm old files
      
      * refactor
      
      * docstring
      
      * include literal nodes in AIFB dataset
      
      * address comments
      
      * docstring
      1c91f460
  18. 28 Sep, 2019 1 commit
    • Zardinality's avatar
      [Model] Add Pytorch example for Cluster GCN (#877) · 51a73504
      Zardinality authored
      * initial commit of cluster GCN
      
      * update readme
      
      * fix small bugs running ppi
      
      * nearly sota ppi training script&update readme
      
      * rm unused imports&add shebang line to scripts
      
      * minor comments&readme appended
      
      * add rnd seed control&update readme
      51a73504
  19. 27 Sep, 2019 1 commit
    • Mufei Li's avatar
      [Model][Hetero] HAN (#868) · c03046a0
      Mufei Li authored
      * Add HAN
      
      * Fix
      
      * WIP; load raw ACM dataset
      
      * DGL's own preprocessing with metapath coalescer
      
      * various fixes
      
      * comparison against simple logistic regression
      
      * rename
      
      * fix test
      c03046a0
  20. 26 Sep, 2019 1 commit
  21. 11 Sep, 2019 1 commit
  22. 10 Sep, 2019 1 commit
  23. 07 Sep, 2019 1 commit
  24. 05 Sep, 2019 1 commit
  25. 03 Sep, 2019 1 commit
  26. 02 Sep, 2019 1 commit
    • ziqiaomeng's avatar
      [Example] metapath2vec (#764) · ddeb86f9
      ziqiaomeng authored
      * Prepare for metapath sampler
      
      This file is just for reviewing metapath sampling algorithm (Python version).
      
      * Delete metapath_sampler
      
      * Prepare for metapath sampler
      
      This file is just for reviewing metapath sampling algorithm (Python code).
      
      * Add files via upload
      
      * Create metapath2vec.md
      
      * Add files via upload
      
      * Delete data_handler.py
      
      * Delete word2vec.py
      
      * Delete word_train.py
      
      * Add files via upload
      
      Metapath2vec implementations. Metapath2vec++ needs negative sampler optimization.
      
      * Delete shuffle_training.py
      
      * Delete test.py
      
      * Add files via upload
      
      * Delete sampler.py
      
      * Delete metapath_sampler.md
      
      * Add files via upload
      
      * Update and rename shuffle_training.py to metapath2vec.py
      
      * Update reading_data.py
      
      * Update metapath2vec.md
      
      * Update metapath2vec.md
      
      * Update metapath2vec.md
      
      * Update metapath2vec.md
      
      * Update metapath2vec.md
      
      * Create label 2
      
      * Delete label 2
      
      * Create testing.md
      
      * Add files via upload
      
      * Create sample.md
      
      * Add files via upload
      
      * Delete sampler.py
      
      * Add files via upload
      
      * Delete googlescholar.8area.author.label.txt
      
      * Delete googlescholar.8area.venue.label.txt
      
      * Delete testing.md
      
      * Delete id_author.txt
      
      * Delete id_conf.txt
      
      * Delete paper.txt
      
      * Delete paper_author.txt
      
      * Delete paper_conf.txt
      
      * Delete sample.md
      
      * Delete sampler.py
      
      * Add files via upload
      
      * Add files via upload
      
      * Add files via upload
      
      * Delete reading_data.py
      
      * Add files via upload
      
      * Add files via upload
      
      * Delete metapath2vec.py
      
      * Add files via upload
      
      * Rename shuffle_training.py to metapath2vec.py
      
      * Update metapath2vec.md
      
      * Delete reading_data.py
      
      * add comments and remov e commented codes
      ddeb86f9
  27. 31 Aug, 2019 1 commit
  28. 28 Aug, 2019 4 commits
    • Mufei Li's avatar
      Fix (#806) · 1b5820a5
      Mufei Li authored
      1b5820a5
    • xiang song(charlie.song)'s avatar
      [NN] Add MXNet impl for TAGCN module. (#799) · e17add56
      xiang song(charlie.song) authored
      * upd
      
      * fig edgebatch edges
      
      * add test
      
      * trigger
      
      * Update README.md for pytorch PinSage example.
      
      Add noting that the PinSage model example under
      example/pytorch/recommendation only work with Python 3.6+
      as its dataset loader depends on stanfordnlp package
      which work only with Python 3.6+.
      
      * Provid a frame agnostic API to test nn modules on both CPU and CUDA side.
      
      1. make dgl.nn.xxx frame agnostic
      2. make test.backend include dgl.nn modules
      3. modify test_edge_softmax of test/mxnet/test_nn.py and
          test/pytorch/test_nn.py work on both CPU and GPU
      
      * Fix style
      
      * Delete unused code
      
      * Make agnostic test only related to tests/backend
      
      1. clear all agnostic related code in dgl.nn
      2. make test_graph_conv agnostic to cpu/gpu
      
      * Fix code style
      
      * fix
      
      * doc
      
      * Make all test code under tests.mxnet/pytorch.test_nn.py
      work on both CPU and GPU.
      
      * Fix syntex
      
      * Remove rand
      
      * Add TAGCN nn.module and example
      
      * Now tagcn can run on CPU.
      
      * Add unitest for TGConv
      
      * Fix style
      
      * For pubmed dataset, using --lr=0.005 can achieve better acc
      
      * Fix style
      
      * Fix some descriptions
      
      * trigger
      
      * Fix doc
      
      * Add nn.TGConv and example
      
      * Fix bug
      
      * Update data in mxnet.tagcn test acc.
      
      * Fix some comments and code
      
      * delete useless code
      
      * Fix namming
      
      * Fix bug
      
      * Fix bug
      
      * Add test code for mxnet TAGCov
      
      * Update some docs
      
      * Fix some code
      
      * Update docs dgl.nn.mxnet
      
      * Update weight init
      
      * Fix
      e17add56
    • Quan (Andy) Gan's avatar
      [NN] Renaming NearestNeighborGraph to KNNGraph (#802) · 14bffe97
      Quan (Andy) Gan authored
      * initial commit
      
      * second commit
      
      * another commit
      
      * change docstring
      
      * migrating to dgl.nn
      
      * fixes
      
      * docs
      
      * lint
      
      * multiple fixes
      
      * doc
      
      * renaming nearest neighbor graph
      14bffe97
    • Quan (Andy) Gan's avatar
      [Example] Dynamic Graph CNN on Point Cloud (#789) · dc19cd56
      Quan (Andy) Gan authored
      * initial commit
      
      * second commit
      
      * another commit
      
      * change docstring
      
      * migrating to dgl.nn
      
      * fixes
      
      * docs
      
      * lint
      
      * multiple fixes
      
      * doc
      dc19cd56
  29. 27 Aug, 2019 3 commits
    • Mufei Li's avatar
      [Model Zoo] GAT on Tox21 (#793) · e590feeb
      Mufei Li authored
      * GAT
      
      * Fix mistake
      
      * Fix
      
      * hotfix
      
      * Fix
      
      * Fix
      
      * Fix
      
      * Fix
      
      * Fix
      
      * Fix
      
      * Fix
      
      * Update
      
      * Update
      
      * Update
      
      * Fix style
      
      * Hotfix
      
      * Hotfix
      
      * Hotfix
      
      * Fix
      
      * Fix
      
      * Update
      
      * CI trial
      
      * Update
      
      * Update
      
      * Update
      e590feeb
    • VoVAllen's avatar
      [Model zoo] JTNN model zoo (#790) · 3192beb4
      VoVAllen authored
      * jtnn model zoo
      
      * poke ci
      
      * fix line sep
      
      * fix
      
      * Fix import order
      
      * fix render
      
      * fix render
      
      * revert
      
      * fix
      
      * Resolve conflict
      
      * dix
      
      * remove create_var
      
      * refactor
      
      * fix
      
      * refactor
      
      * readme
      
      * format
      
      * fix lint
      
      * fix lint
      
      * pylint
      
      * lint
      
      * fix lint
      
      * fix lint
      
      * add hint
      
      * fix
      
      * Remove vocab
      
      * Add explanation for warning
      
      * add directory
      
      * Load model to cpu by default
      
      * Update
      3192beb4
    • Mufei Li's avatar
      [Model Zoo] Clean up for Alchemy dataset (#800) · 331337fe
      Mufei Li authored
      * Make dataset framework agnostic
      
      * Update
      
      * Update
      
      * Fix
      
      * Remove unused import
      331337fe