1. 29 7月, 2021 1 次提交
  2. 22 7月, 2021 1 次提交
  3. 20 7月, 2021 1 次提交
  4. 08 7月, 2021 1 次提交
  5. 28 6月, 2021 4 次提交
  6. 21 6月, 2021 1 次提交
  7. 15 6月, 2021 1 次提交
  8. 11 6月, 2021 2 次提交
  9. 10 6月, 2021 2 次提交
  10. 11 5月, 2021 1 次提交
  11. 10 5月, 2021 1 次提交
  12. 30 4月, 2021 1 次提交
    • W
      Support transforms for paddle tensor image (#31970) · 6ab43f7f
      Wenyu 提交于
      * add to_grayscale, normalize
      
      * add rotate
      
      * add vfip and hflip
      
      * add crop center_crop
      
      
      * add padding, support constant, reflect, replicate, circular same as paddle.pad
      
      * add get-image-[n,c,w,h] axis utils
      6ab43f7f
  13. 29 4月, 2021 2 次提交
  14. 26 4月, 2021 1 次提交
  15. 25 4月, 2021 1 次提交
  16. 15 4月, 2021 1 次提交
    • J
      Update hapi to support AMP (#31417) · fabdb43c
      Jiaqi Liu 提交于
      * make hapi support amp, and add unittest
      
      * make unittest only support GPU
      
      * update parameters for amp in hapi.Model
      
      * update hapi.Model.prepare interface, and update unittest
      
      * fix test_model.py unittest bug
      
      * add grad clear in dygraph
      
      * use_fp16_guard defaults to True, which could avoid nan
      
      * add input check, and add internal doc link to low level api
      
      * update doc, and decrease the sample num of dataset to avoid timeout
      
      * make hapi amp param  support str 'O1' or 'O2'
      
      * resume calling , modify the code of the check part
      
      * upgrade the usage of Fleet API, and disable 'pure_fp16' param
      fabdb43c
  17. 24 2月, 2021 1 次提交
  18. 21 1月, 2021 1 次提交
  19. 11 1月, 2021 2 次提交
  20. 29 12月, 2020 1 次提交
  21. 25 12月, 2020 1 次提交
  22. 03 12月, 2020 1 次提交
  23. 01 12月, 2020 1 次提交
  24. 30 11月, 2020 1 次提交
  25. 28 11月, 2020 1 次提交
  26. 27 11月, 2020 2 次提交
  27. 26 11月, 2020 2 次提交
  28. 24 11月, 2020 1 次提交
  29. 23 11月, 2020 3 次提交
    • L
      Add EarlyStopping (#28691) · 70385518
      LiuChiachi 提交于
      * add early stopping
      
      * add doc for early stopping
      
      * fix sample code bugs
      
      * update infer of mode, update doc, add unittests to increase coverage rate
      
      * fix sample code for early stopping
      
      * update sample code and unittests
      
      * reduce time cost of test_callbacks unittest
      
      * fix model.py code style error
      70385518
    • L
      Update path name of saving in hapi (#28462) · 8c8b42f2
      LiuChiachi 提交于
      * update hapi save_inference_model output pathname
      
      * update hapi save_inference_model output pathname
      
      * use new 2.0-api paddle.static.io.load_inference_model
      
      * add unittests to increase coverage rate
      8c8b42f2
    • L
      Add lr scheduler callback for high level api (#28737) · 00e55ded
      LielinJiang 提交于
      * add lr scheduler
      00e55ded