1. 28 6月, 2020 1 次提交
  2. 22 6月, 2020 1 次提交
  3. 29 5月, 2020 1 次提交
    • P
      fixed bug for split, RandomSampler and some other cleanup · 5469be2a
      Peilin Wang 提交于
      add another test case
      
      typo
      
      merge conflict
      
      another PR changed testing behavior, updated test cases in this commit
      
      added input check for use_sampler
      
      addressed code review comments
      
      fixed pylint, not related to my changes
      
      fixed edge case of rounding in getting split sizes
      
      fix pylint
      5469be2a
  4. 28 5月, 2020 1 次提交
  5. 27 5月, 2020 1 次提交
  6. 26 5月, 2020 1 次提交
  7. 22 5月, 2020 1 次提交
    • P
      general split case done, chaining sampler (basic case) is working · 71e8bb19
      Peilin Wang 提交于
      implementation 99% complete
      
      everything and tested except for repeatable shuffling
      
      tested most basic/typical split usecases
      
      cleanup
      
      some more cleanup
      
      fix CI
      
      more ci fix
      
      more ci fixes
      
      more ci fix
      
      more ci fix
      
      more ci fix
      
      added more tests, fixed some bugs
      
      some more clean up and test cases
      
      added shard/shuffle before split warning/error
      
      addressed code review comments and ci
      
      fixed ci
      71e8bb19