"...git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "5656d5d4dc980664b90b5332f7fc6237d115a7ad"
  1. 27 Nov, 2023 1 commit
  2. 22 Aug, 2023 1 commit
  3. 20 Aug, 2023 1 commit
  4. 18 Aug, 2023 1 commit
  5. 19 Jul, 2023 1 commit
  6. 03 Jul, 2023 1 commit
  7. 27 Jun, 2023 1 commit
  8. 17 Apr, 2023 1 commit
  9. 22 Mar, 2023 1 commit
    • ZhenyuLU_Heliodore's avatar
      [Dataset] Add ZINC Dataset (#5428) · 4534650f
      ZhenyuLU_Heliodore authored
      
      
      * Update dgl.data.rst
      
      * Add files via upload
      
      * Add files via upload
      
      * Add files via upload
      
      * Update zinc.py
      
      * Update dgl.data.rst
      
      * Update test_data.py
      
      * Add files via upload
      
      * Update cluster.py
      
      * Update pattern.py
      
      * Update zinc.py
      
      * Update zinc.py
      
      * Update test_data.py
      
      * lint
      
      * fix
      
      * fix path
      
      * update test on label shape
      
      ---------
      Co-authored-by: default avatarrudongyu <ru_dongyu@outlook.com>
      4534650f
  10. 09 Mar, 2023 1 commit
  11. 08 Mar, 2023 1 commit
  12. 01 Mar, 2023 1 commit
  13. 17 Feb, 2023 2 commits
  14. 11 Jan, 2023 1 commit
  15. 10 Oct, 2022 1 commit
  16. 30 Jun, 2022 1 commit
  17. 14 Jun, 2022 1 commit
  18. 12 Jun, 2022 1 commit
  19. 02 Jun, 2022 2 commits
  20. 16 May, 2022 1 commit
  21. 24 Feb, 2022 1 commit
  22. 23 Feb, 2022 1 commit
  23. 18 Feb, 2022 2 commits
  24. 17 Feb, 2022 1 commit
  25. 15 Feb, 2022 1 commit
  26. 11 Feb, 2022 1 commit
  27. 10 Feb, 2022 1 commit
  28. 30 Jan, 2022 1 commit
  29. 18 Jan, 2022 1 commit
  30. 11 Jan, 2022 1 commit
  31. 10 Jan, 2022 1 commit
    • Rhett Ying's avatar
      [Feature] add CSVDataset to load data from csv files (#3547) · 95c0ff63
      Rhett Ying authored
      * [Feature] add CSVDataset to load data from csv files
      
      * add CSVDataset class file
      
      * install pyyaml when running unit tests
      
      * install pandas for unit tests
      
      * utilize pydantic for YAML config check
      
      * generate yaml and csv files during test
      
      * make more keys as optional
      
      * remove/rename several keys in yaml config and more tets though looks a bit clumsy
      
      * fix test failure on mxnet
      
      * pass /path/to/dataset instead of yaml path
      
      * code refinement
      
      * code refine
      
      * change several yaml field such as feat and graph_id
      
      * merge graph generation logic
      
      * refine code
      
      * Refactored_first_version
      
      * DGLCSVDataset works for single heterograph
      
      * add more tests
      
      * fix test failure in mxnet
      
      * add docstring
      
      * use list comprehension for dict
      
      * fix version in YAML
      
      * refine data length assert
      
      * use dict.pop directly
      
      * remove ambiguous variable names
      
      * refine graph id missing logic
      
      * refine graph create call
      
      * separate node/edge/graph data parser
      
      * remove separator in DefaultDataParser
      
      * refine validation error log for yaml field
      
      * minor check
      
      * refine code via dict.get()
      
      * move load_from_csv into Node/Edge/GraphData
      
      * move _parse_node/edge/graph_data into Node/Edge/GraphData
      
      * refine id-related fields check
      
      * check duplicate ntypes/etypes when load yaml
      
      * refine docstring
      95c0ff63
  32. 30 Sep, 2021 1 commit
  33. 13 Jul, 2021 1 commit
  34. 21 Jun, 2021 1 commit
    • Kay Liu's avatar
      [Feature] add permission information and fix import problems (#3036) · 9706eaa8
      Kay Liu authored
      
      
      * [Feature] add positive negative statistics
      
      * [Feature] add permission information and fix import problem
      
      * fix backend incompatible problem
      
      * modify random split to remove sklearn usage
      
      * modify file read to remove pandas usage
      
      * add datasets into doc
      
      * add random seed in data splitting
      
      * add dataset unit test
      
      * usage permission information update
      Co-authored-by: default avatarzhjwy9343 <6593865@qq.com>
      9706eaa8
  35. 14 Jun, 2021 1 commit
  36. 05 Nov, 2020 1 commit
    • Xiangkun Hu's avatar
      [Bugfix] GINDataset check whether labels are all valid (#2319) · 5f198763
      Xiangkun Hu authored
      * PPIDataset
      
      * Revert "PPIDataset"
      
      This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a.
      
      * check whether the original labels are valid
      
      * add unit test for gin dataset
      
      * bug of asscalar in mxnet<=1.6
      
      * mxnet<=1.6 asscalar requires ndarray to be shaped (1,)
      
      * skip gpu while testing datasets
      
      * Update test_data.py
      
      * test of gin dataset takes too much time
      5f198763
  37. 08 Sep, 2020 1 commit