1. 17 Feb, 2023 3 commits
  2. 16 Feb, 2023 3 commits
  3. 15 Feb, 2023 1 commit
  4. 14 Feb, 2023 1 commit
  5. 13 Feb, 2023 2 commits
    • kylasa's avatar
      Code changes to fix order sensitivity of the pipeline (#5288) · 432c71ef
      kylasa authored
      
      
      Following changes are made in this PR.
      1. In dataset_utils.py, when reading edges from disk we follow the order defined by the STR_EDGE_TYPE key in the metadata.json file. This order is implicitly used to assign edgeid to edge types. This same order is used to read edges from the disk as well.
      2. Now the unit test framework will also randomize the order of edges read from the disk. This is done for the edges when reading from the disk for the unit tests.
      Co-authored-by: default avatarQuan (Andy) Gan <coin2028@hotmail.com>
      432c71ef
    • Quan (Andy) Gan's avatar
      enable sparse on windows and mac (#5277) · f62669b0
      Quan (Andy) Gan authored
      
      
      * enable sparse on windows and mac
      
      * that was stupid
      
      * let's see what's going on..
      
      * [Sparse] Fix the import error on Mac OS.
      
      When using template functions that are defined in source files from DGL,
      the loader of MacOS somehow cannot find their definitions. This fix simply
      avoids depending on template functions from DGL headers.
      
      With this fix, the sparse tests all pass on the MAC environment.
      
      * ok this is the problem
      
      * make errors clearer
      
      * uh
      
      * test
      
      * Update __init__.py
      
      * disabling ddp on windows
      
      ---------
      Co-authored-by: default avatarczkkkkkk <zekucai@gmail.com>
      f62669b0
  6. 10 Feb, 2023 1 commit
  7. 09 Feb, 2023 1 commit
  8. 08 Feb, 2023 1 commit
    • ZhenyuLU_Heliodore's avatar
      [Transform] Add SVDPE Transform Module (#5121) · 5598503a
      ZhenyuLU_Heliodore authored
      * add SVD positional encoding
      
      * modify importing module
      
      * Fixed certain problems
      
      * Change the test unit to a nonsigular one
      
      * Fixed typo and make accord with lintrunner
      
      * added svd_pe into dgl.rst
      
      * Modified dgl.rst
      5598503a
  9. 01 Feb, 2023 1 commit
  10. 16 Jan, 2023 2 commits
  11. 13 Jan, 2023 4 commits
  12. 12 Jan, 2023 3 commits
  13. 11 Jan, 2023 1 commit
  14. 08 Jan, 2023 1 commit
  15. 06 Jan, 2023 4 commits
  16. 05 Jan, 2023 1 commit
  17. 03 Jan, 2023 4 commits
  18. 29 Dec, 2022 4 commits
  19. 28 Dec, 2022 2 commits