1. 08 Jan, 2021 2 commits
  2. 07 Jan, 2021 2 commits
  3. 06 Jan, 2021 3 commits
  4. 05 Jan, 2021 3 commits
  5. 04 Jan, 2021 4 commits
  6. 03 Jan, 2021 1 commit
  7. 02 Jan, 2021 1 commit
  8. 01 Jan, 2021 2 commits
  9. 31 Dec, 2020 2 commits
  10. 29 Dec, 2020 1 commit
    • Haoming Lu's avatar
      [Papers] Update papers using DGL (#2459) · 035f1ae3
      Haoming Lu authored
      Added three papers using DGL:
      NHK_STRL at WNUT-2020 Task 2: GATs with Syntactic Dependencies as Edges and CTC-based Loss for Text Classification
      Relation-aware Graph Attention Networks with Relational Position Encodings for Emotion Recognition in Conversations
      PGM-Explainer: Probabilistic Graphical Model Explanations for Graph Neural Networks
      035f1ae3
  11. 28 Dec, 2020 4 commits
  12. 27 Dec, 2020 1 commit
  13. 26 Dec, 2020 3 commits
  14. 25 Dec, 2020 2 commits
    • Quan (Andy) Gan's avatar
    • Quan (Andy) Gan's avatar
      [Performance] Use allocator from PyTorch if possible (#2328) · 9a7235fa
      Quan (Andy) Gan authored
      * first commit
      
      * some thoughts
      
      * move around
      
      * more commit
      
      * more fixes
      
      * now it uses torch allocator
      
      * fix symbol export error
      
      * fix
      
      * fixes
      
      * test fix
      
      * add script
      
      * building separate library per version
      
      * fix for vs2019
      
      * more fixes
      
      * fix on windows build
      
      * update jenkinsfile
      
      * auto copy built dlls for windows
      
      * lint and installation guide update
      
      * fix
      
      * specify conda environment
      
      * set environment for ci
      
      * fix
      
      * fix
      
      * fix
      
      * fix again
      
      * revert
      
      * fix cmake
      
      * fix
      
      * switch to using python interpreter path
      
      * remove scripts
      
      * debug
      
      * oops sorry
      
      * Update index.rst
      
      * Update index.rst
      
      * copies automatically, no need for this
      
      * do not print message if library not found
      
      * tiny fixes
      
      * debug on nightly
      
      * replace add_compile_definitions to make CMake 3.5 happy
      
      * fix linking to wrong lib for multiple pytorch envs
      
      * changed building strategy
      
      * fix nightly
      
      * fix windows
      
      * fix windows again
      
      * setup bugfix
      
      * address comments
      
      * change README
      9a7235fa
  15. 23 Dec, 2020 1 commit
  16. 21 Dec, 2020 2 commits
  17. 20 Dec, 2020 3 commits
    • Minjie Wang's avatar
      2f28f791
    • Xiangkun Hu's avatar
      [Doc] Add six paper to awesome paper list (#2435) · 5d0d7660
      Xiangkun Hu authored
      * PPIDataset
      
      * Revert "PPIDataset"
      
      This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a.
      
      * data pipeline user guide
      
      * remove chapter numbers
      
      * Update data.rst
      
      * image in dataset userguide
      
      * update links using ref
      
      * modify the link of save_graphs and load_graphs in dataset user guide
      
      * move image to s3 server.
      
      * fix links and ref
      
      * Hide implementations that may cause confusions to the user
      
      * add papers
      5d0d7660
    • Mufei Li's avatar
      [Fix] Avoid Overloading Nonzero for PyTorch Backend (#2434) · 492ad9be
      Mufei Li authored
      * Update gatedgraphconv.py
      
      * Update entity_classify.py
      
      * Update data-process.rst
      
      * Update reading_data.py
      
      * Update data-process.rst
      
      * Update utils.py
      
      * Update knowledge_graph.py
      
      * Update entity_classify.py
      
      * Update rdf.py
      
      * Update entity_classify_mb.py
      
      * Update test_classify.py
      
      * Update tensor.py
      
      * Update sparse.py
      
      * Update entity_classify_mp.py
      
      * Update 6_line_graph.py
      492ad9be
  18. 18 Dec, 2020 3 commits