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. 02 9月, 2020 1 次提交
  5. 01 9月, 2020 1 次提交
  6. 21 8月, 2020 1 次提交
  7. 20 8月, 2020 2 次提交
    • X
      add NumWorkers validate · 7dc7990d
      xiefangqi 提交于
      7dc7990d
    • 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
  8. 19 8月, 2020 1 次提交
  9. 13 8月, 2020 2 次提交
  10. 31 7月, 2020 1 次提交
  11. 29 7月, 2020 2 次提交
  12. 23 7月, 2020 1 次提交
  13. 21 7月, 2020 1 次提交
  14. 20 7月, 2020 1 次提交
  15. 16 7月, 2020 2 次提交
  16. 14 7月, 2020 1 次提交
  17. 13 7月, 2020 1 次提交
  18. 10 7月, 2020 2 次提交
  19. 09 7月, 2020 2 次提交
  20. 08 7月, 2020 1 次提交
  21. 03 7月, 2020 1 次提交
  22. 30 6月, 2020 1 次提交
  23. 29 6月, 2020 1 次提交
  24. 28 6月, 2020 1 次提交
  25. 23 6月, 2020 1 次提交
  26. 22 6月, 2020 1 次提交
  27. 20 6月, 2020 2 次提交
  28. 17 6月, 2020 4 次提交
  29. 16 6月, 2020 1 次提交
  30. 15 6月, 2020 1 次提交
    • 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