1. 04 Mar, 2020 1 commit
  2. 26 Jan, 2020 1 commit
  3. 11 Jan, 2020 1 commit
  4. 24 Dec, 2019 1 commit
  5. 17 Dec, 2019 1 commit
    • John Andrilla's avatar
      [Doc] Tree-LSTM in DGL, edit pass for readability (#1031) · 41114b87
      John Andrilla authored
      * [Doc] Tree-LSTM in DGL, edit pass for readability
      
      Edit for grammar and style. 
      How about deleting the last line? "Besides, you..." It needs a transition or some context.
      
      * Update tutorials/models/2_small_graph/3_tree-lstm.py
      
      * Update tutorials/models/2_small_graph/3_tree-lstm.py
      41114b87
  6. 16 Dec, 2019 1 commit
  7. 10 Dec, 2019 1 commit
  8. 05 Dec, 2019 1 commit
  9. 03 Dec, 2019 1 commit
  10. 02 Dec, 2019 1 commit
  11. 01 Dec, 2019 2 commits
  12. 30 Nov, 2019 2 commits
  13. 29 Nov, 2019 2 commits
  14. 28 Nov, 2019 1 commit
  15. 27 Nov, 2019 1 commit
    • John Andrilla's avatar
      [Doc] Edit for grammar and style (#987) · 7911dc83
      John Andrilla authored
      
      
      * Edit for grammar and style
      
      As with other tutorials, it would help the reader if you add a paragraph in the opening section about assumptions or prerequisites.
      
      Does this refer to SageMaker Ground Truth feature? "...assigns its ground truth label..." If yes, phrase it thus: assigns its Amazon SageMaker Ground Truth label
      
      * Update tutorials/basics/4_batch.py
      
      * Update tutorials/basics/4_batch.py
      
      * Update tutorials/basics/4_batch.py
      
      topologies
      
      * Update tutorials/basics/4_batch.py
      Co-Authored-By: default avatarAaron Markham <markhama@amazon.com>
      7911dc83
  16. 21 Nov, 2019 2 commits
    • John Andrilla's avatar
      [Doc] Edit for readability (#989) · 8f7abb5f
      John Andrilla authored
      
      
      * Edit for readability
      
      Edit pass for grammar and style. 
      * A great value-add would be to provide assumptions and prerequisites in the opening section. This helps readers understand what they need to have in place in order to make use of your tutorial steps.
      * The wikidata knowledge graph could be improved with a smaller font for the Zuckerberg circle.
      
      * Update tutorials/hetero/1_basics.py
      
      * Update tutorials/hetero/1_basics.py
      Co-Authored-By: default avatarAaron Markham <markhama@amazon.com>
      
      * Update tutorials/hetero/1_basics.py
      Co-Authored-By: default avatarAaron Markham <markhama@amazon.com>
      
      * Update tutorials/hetero/1_basics.py
      Co-Authored-By: default avatarAaron Markham <markhama@amazon.com>
      
      * Update tutorials/hetero/1_basics.py
      Co-Authored-By: default avatarAaron Markham <markhama@amazon.com>
      
      * Update tutorials/hetero/1_basics.py
      Co-Authored-By: default avatarAaron Markham <markhama@amazon.com>
      8f7abb5f
    • John Andrilla's avatar
      [Doc] Edit for grammar and style (#986) · 409183bc
      John Andrilla authored
      Can you add a link for the download to this sentence: You can also `download <location?>` and run the different code examples...
      As with other tutorial topics, it would be helpful to add your assumptions or information in the opening section about prerequisites.
      409183bc
  17. 20 Nov, 2019 1 commit
    • John Andrilla's avatar
      [Doc] Edit for grammar and style (#985) · d2afe65c
      John Andrilla authored
      * Edit for grammar and style
      
      In the opening paragraph, it would be helpful to provide some overall scenario and the prerequisites you expect readers to have completed before they start here. "This tutorial assumes you have already..." Add a link to Install DGL topic perhaps and any other framework or IDE or even specialized knowledge. With this context, you help readers to succeed by setting expectations.
      
      Better to group all tutorials (this, PageRank with, Batched Graph, Working with) at the same level in the left navigation rail and all as subsections of DGL Basics.
      
      * Update tutorials/basics/2_basics.py
      d2afe65c
  18. 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
  19. 21 Oct, 2019 1 commit
  20. 08 Oct, 2019 2 commits
  21. 02 Oct, 2019 1 commit
  22. 13 Jun, 2019 1 commit
  23. 11 Jun, 2019 1 commit
  24. 10 Jun, 2019 1 commit
  25. 03 Jun, 2019 1 commit
  26. 01 Jun, 2019 1 commit
  27. 31 May, 2019 1 commit
  28. 08 May, 2019 2 commits
  29. 23 Apr, 2019 1 commit
  30. 18 Mar, 2019 1 commit
  31. 28 Feb, 2019 2 commits
  32. 21 Feb, 2019 1 commit
  33. 19 Feb, 2019 1 commit
    • Da Zheng's avatar
      [Feature] add NodeFlow API (#361) · f370e628
      Da Zheng authored
      * sample layer subgraphs.
      
      * fix.
      
      * fix.
      
      * add layered subgraph.
      
      * fix lint.
      
      * fix.
      
      * fix tutorial.
      
      * fix.
      
      * remove copy_to_parent.
      
      * add num_layers
      
      * move sampling code to sampler.cc
      
      * fix.
      
      * move subgraph construction out.
      
      * Revert "move subgraph construction out."
      
      This reverts commit 24b3d13b0d8ed5f91847ea75a7674ee8f7d45cff.
      
      * change to NodeFlow.
      
      * use NodeFlow in Python.
      
      * use NodeFlowIndex.
      
      * add node_mapping and edge_mapping.
      
      * remove unnecessary code in SSE tutorial.
      
      * Revert "remove unnecessary code in SSE tutorial."
      
      This reverts commit 093f0413d5fa2e63ca5f80c46c80a126a9fb720c.
      
      * fix tutorial.
      
      * move to node_flow.
      
      * update gcn cv updater.
      
      * import NodeFlow.
      
      * update.
      
      * add demo code for vanilla control variate sampler.
      
      * update.
      
      * update.
      
      * add neighbor sampling.
      
      * return flow offsets.
      
      * update node_flow.
      
      * add test.
      
      * fix sampler.
      
      * fix graph index.
      
      * fix a bug in sampler.
      
      * fix map_to_layer_nid and map_to_flow_eid.
      
      * fix apply_flow.
      
      * remove model code.
      
      * implement flow_compute.
      
      * fix a bug.
      
      * reverse the csr physically.
      
      * add mini-batch test.
      
      * add mini batch test.
      
      * update flow_compute.
      
      * add prop_flows
      
      * run on specific nodes.
      
      * test copy
      
      * fix a bug in creating frame in NodeFlow.
      
      * add init gcn_cv_updater.
      
      * fix a minor bug.
      
      * fix gcn_cv_updater.
      
      * fix a bug.
      
      * fix a bug in NodeFlow.
      
      * use new h in gcn_cv_updater.
      
      * add layer_in_degree and layer_out_degree.
      
      * fix gcn_cv_updater for gpu.
      
      * temp fix in NodeFlow for diff context.
      
      * allow enabling/disabling copy back.
      
      * add with-updater option.
      
      * fix a bug in computing degree.
      
      * add with-cv option.
      
      * rename and add comments.
      
      * fix lint complain.
      
      * fix lint.
      
      * avoid assert.
      
      * remove assert.
      
      * fix.
      
      * fix.
      
      * fix.
      
      * fix.
      
      * fix the methods in NodeFlow.
      
      * fix lint.
      
      * update SSE.
      
      * remove gcn_cv_updater.
      
      * correct comments for the schedulers.
      
      * update comment.
      
      * add map_to_nodeflow_nid
      
      * address comment.
      
      * remove duplicated test.
      
      * fix int.
      
      * fix comments.
      
      * fix lint
      
      * fix.
      
      * replace subgraph with NodeFlow.
      
      * move view.
      
      * address comments.
      
      * fix lint.
      
      * fix lint.
      
      * remove static_cast.
      
      * fix docstring.
      
      * fix comments.
      
      * break SampleSubgraph.
      
      * move neighbor sampling to sampler.cc
      
      * fix comments.
      
      * rename.
      
      * split neighbor_list.
      
      * address comments.
      
      * fix.
      
      * remove TODO.
      f370e628