1. 18 1月, 2021 1 次提交
  2. 09 12月, 2020 1 次提交
  3. 04 12月, 2020 1 次提交
    • Z
      Support pure fp16 training for ResNet50. (#4979) · ba1b19c0
      Zhen Wang 提交于
      * add pure fp16 training.
      
      * update the usage of cast_parameters_to_fp16.
      
      * use fp32 to initilize parameter values and then cast to fp16.
      
      * enable multi_precision when training with fp16.
      
      * add static loss scaling.
      
      * add the rescale_grad function in the pure fp16 training.
      
      * use cast to complete the pure fp16 training.
      
      * use sum loss for fp16 trainging and mean loss for fp32 training.
      
      * refine codes according reviewers' suggestions
      ba1b19c0
  4. 13 10月, 2020 1 次提交
  5. 29 9月, 2020 1 次提交
  6. 24 9月, 2020 1 次提交
  7. 23 9月, 2020 1 次提交
  8. 08 9月, 2020 1 次提交
  9. 16 4月, 2020 1 次提交
  10. 10 2月, 2020 2 次提交
  11. 23 12月, 2019 1 次提交
  12. 18 12月, 2019 1 次提交
  13. 16 12月, 2019 1 次提交
  14. 13 12月, 2019 1 次提交
  15. 05 12月, 2019 1 次提交
  16. 27 11月, 2019 2 次提交
  17. 26 11月, 2019 1 次提交
    • Y
      Add dali preprocessing pipeline for imagenet training (#3960) · 2e4465c6
      Yang Zhang 提交于
      * Use iterable dataloader for image classification
      
      * Support imagenet dataset with plain folder structure
      
      * Add dali section to README.md
      
      * Improve docs
      
      * Remove some flags from docs
      
      * Add dali reader for image classification
      
      * Fix elapsed time calculation
      2e4465c6
  18. 13 11月, 2019 1 次提交
  19. 28 10月, 2019 1 次提交
  20. 18 10月, 2019 1 次提交
  21. 10 10月, 2019 1 次提交
  22. 21 9月, 2019 1 次提交
  23. 09 9月, 2019 1 次提交
  24. 05 9月, 2019 1 次提交
  25. 03 9月, 2019 1 次提交
  26. 02 9月, 2019 2 次提交
  27. 26 7月, 2019 1 次提交
    • W
      fix issue on windows (#2848) · ea72e31f
      wopeizl 提交于
      * fix gpu detection issue on windows
      1. use the fluid.core.get_cuda_device_count() to decide the GPU number
      2. ignore the path missing issue
      ea72e31f
  28. 08 7月, 2019 1 次提交
  29. 02 7月, 2019 1 次提交
  30. 28 6月, 2019 1 次提交
  31. 21 6月, 2019 1 次提交
  32. 20 6月, 2019 2 次提交
  33. 19 6月, 2019 1 次提交
  34. 18 6月, 2019 1 次提交
  35. 15 6月, 2019 1 次提交
    • R
      update image classification pretrained models (#2391) · 1230a298
      ruri 提交于
      * update image classification pretrained models
      
      * update softmax
      
      * Add mixup and distill and fix bugs
      
      * recover test pyreader
      
      * add error tip
      
      * update README_CN
      
      * fix distill bug
      
      * add reader_cv2.py
      
      * update run.sh
      
      * fix docs
      
      * fix typo
      
      * polish train.py
      
      * fix typo
      
      * remove commented code
      
      * fix typo
      
      * fix_typo
      
      * recover scale_loss
      
      * fix typo
      
      * fix bug
      
      * fix test_program bug
      1230a298
  36. 16 4月, 2019 1 次提交