1. 09 9月, 2020 1 次提交
    • Z
      Add usage flag to MNIST/CIFAR · 1bb93580
      Zirui Wu 提交于
      ci fix 1
      
      fix ci 2
      
      fix ci 3
      
      fix ci 4
      
      fix ci 5
      
      fix ci 6
      
      fix ci 7
      
      change var name in CelebA from dataset_type to usage
      
      address review cmts
      
      fix cpp ut fail
      
      change mode to usage in VOCDataset
      
      fix cmts
      
      fix ci test case fail
      1bb93580
  2. 08 9月, 2020 1 次提交
    • N
      switch input columns and operation · 3bac9d37
      nhussain 提交于
      change ImagefolderDV2 name
      
      change ds.transforms.vision to ds.vision
      
      change batch api to match map api more closely
      
      compose op changes
      
      test_pylint
      
      remove compose op from vision, move to transform module, refactor map and batch to use column_order
      3bac9d37
  3. 03 9月, 2020 1 次提交
  4. 01 9月, 2020 1 次提交
  5. 20 8月, 2020 1 次提交
    • Z
      Implemented Callback for Dataset · 78c1aa1d
      Zirui Wu 提交于
      implment pause in MapOp, added more to callback
      
      add ds_callback
      
      - Initial drop of Python DSCallback
      
      - Pybind DSCallback
      
      - Pybind DSCallback
      
      added callback to mapOp
      
      - de_pipeline DSCallback
      
      - de_pipeline DSCallback
      
      add test case, segfault for now
      
      fix seg fault
      
      - de_pipeline DSCallback
      
      remove 1 line
      
      update callback test case, now works
      
      use builder class for mapOp callback
      
      - de_pipeline DSCallback
      
      - de_pipeline DSCallback
      
      - de_pipeline DSCallback
      
      better test case
      
      minor fix
      
      add comments and minor clean ups
      
      get rid of nullptr in MapOp, use other flag instead
      
      fix a bug ParseMapOp only takes 1 callback
      
      - Added WaitedDSCalabck
      
      refactor callback param
      
      fix text case incorrect number
      
      - added testing
      
      fix cpp test case
      
      - added testing
      
      - revert back lenet changes
      
      - cleanup test_callbacks.py
      
      - cleanup test_callbacks.py
      
      fix CI stage I
      
      fix CI stage II
      
      fix CI and update epoch counter
      
      - add validation
      - add more testing  test_callbacks.py
      
      use random data op to do tests
      
      adjust when to call EpochBegin/End
      
      - add repeat with callback
      
      - addressing reviewers' comments
      
      - docstring and CI fixes
      
      - docstring and CI fixes
      
      - docstring and CI fixes
      
      - rebase with upstream/master
      
      fix cpp test case
      
      fix review comments
      
      addr review cmts, add test case
      78c1aa1d
  6. 13 8月, 2020 1 次提交
  7. 06 8月, 2020 1 次提交
  8. 05 8月, 2020 1 次提交
  9. 31 7月, 2020 1 次提交
  10. 25 7月, 2020 1 次提交
  11. 23 7月, 2020 1 次提交
  12. 21 7月, 2020 1 次提交
  13. 20 7月, 2020 4 次提交
  14. 16 7月, 2020 2 次提交
    • L
      save op in minddataset · bc676fe2
      liyong 提交于
      bc676fe2
    • Z
      implemented cpp random choice, apply and compos · d233c541
      Zirui Wu 提交于
      python part of random ops
      
      added random select sub policy
      
      validators added
      
      comments added, remaining issues addressed
      
      add more python test cases
      
      fix ci
      
      fix CI
      
      fix order of include files
      
      addr review cmts
      
      addr review cmts
      
      reorg file
      
      fix compile err
      
      address review cmts
      
      address review cmts
      d233c541
  15. 14 7月, 2020 1 次提交
  16. 13 7月, 2020 1 次提交
  17. 25 6月, 2020 1 次提交
  18. 20 6月, 2020 1 次提交
  19. 19 6月, 2020 2 次提交
  20. 16 6月, 2020 1 次提交
  21. 15 6月, 2020 2 次提交
    • P
      initial commit, start of BucketBatchByLengthOp · 848e07d0
      Peilin Wang 提交于
      c implementation done, just need to call batch/pad
      
      added python api and validator
      
      added pybind/de_pipeline stuff, fixed some compile errors, figure out how null py::function works
      
      added tiny bit of doc
      
      integrated with static batch methods
      
      fixed some bugs
      
      some more bug fixes and cleanup
      
      ci fix
      
      fix ci
      
      ci fix
      
      fix ci
      
      added test_cases and debugged
      
      addressed code review comments
      
      addressed code review comments
      
      ci fix
      
      ci fix
      
      addressed code review comments
      
      addressed code review comments
      848e07d0
    • J
      add CLUE dataset · e0e167a0
      jiangzhiwen 提交于
      e0e167a0
  22. 12 6月, 2020 1 次提交
    • Z
      implemented from_dataset · 880ce5ea
      Zirui Wu 提交于
      fix complie error
      
      more tests
      
      address CI complains
      
      fix ci
      
      adress review comments
      
      address review cmts
      880ce5ea
  23. 11 6月, 2020 1 次提交
  24. 09 6月, 2020 1 次提交
    • H
      - Bug when empty strings sent to Python · f837ddc9
      hesham 提交于
      - Support accepting Numpy of str as input
      - Support batching strings
      - Core logic of batch&pad is static
      - Make Pad a utility function
      f837ddc9
  25. 05 6月, 2020 1 次提交
  26. 04 6月, 2020 1 次提交
    • J
      consistent design for num_samples · 51bc0c04
      Jamie Nisbet 提交于
      updates
      
      more update
      
      more work
      
      more fixin
      
      post rebase updates
      
      clang formatting
      
      code review recovery
      
      ci fixes
      
      updates
      
      update
      
      update
      
      update
      51bc0c04
  27. 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
  28. 21 5月, 2020 1 次提交
  29. 15 5月, 2020 2 次提交
  30. 13 5月, 2020 1 次提交
  31. 07 5月, 2020 1 次提交
    • Z
      batch with padding implemented · c2d364a5
      Zirui Wu 提交于
      support for 1 specific dimension to be None, added validator
      
      fix various CI complains
      
      another round of CI fixes
      
      ci
      
      refactor parts of the code
      
      code refactor
      
      ci fix
      
      comments added, fix bugs
      
      address review comments
      
      address review comments
      
      review cmts
      
      added simple perf test script
      
      update pad code
      
      perf imprv
      c2d364a5
  32. 29 4月, 2020 1 次提交
  33. 22 4月, 2020 1 次提交
    • E
      X# This is a combination of 2 commits. · cd945187
      eric 提交于
      Initial commit for dataset op python
      
      Added signature to barrier
      
      Adde compiling barrier code
      
      Rebasing, fixed new compile errors
      
      Final fix for make_unique
      
      Added pybind API for barrier
      
      Fixed pyfunc invocation
      
      python interface - sync_wait
      
      !1 sync_wait python interface
      * python interface - sync_wait
      
      fix test
      
      update test
      
      update test
      
      Added new test case
      
      add test case
      
      test for shuffle + batch
      
      Added two-sync test case
      
      Restrited that no shuffle after sync
      
      Added sync to pipeline info
      
      block first databuffer as well
      
      Intelligently get batch size
      
      Fix default case
      
      Lock Pair shares among all iterators
      
      Added fix for empty character
      
      Fixed up test case formatting
      
      Fix end of epoch in sync_wait
      
      Fixing CI
      cd945187