Skip to content
Snippets Groups Projects
  1. Jul 29, 2019
  2. Jul 25, 2019
  3. Jul 15, 2019
  4. Jul 04, 2019
  5. Jun 28, 2019
    • Cao Yuhang's avatar
      Support FP16 training (#520) · e7466395
      Cao Yuhang authored
      * add fp16 support
      
      * fpn donot need bn normalize
      
      * refactor wrapped bn
      
      * fix bug of retinanet
      
      * add fp16 ssd300 voc, cascade r50, cascade mask r50
      
      * fix bug in cascade rcnn testing
      
      * add support to fix bn training
      
      * add fix bn cfg
      
      * delete fixbn cfg, mv fixbn fp16 to a new branch
      
      * fix cascade mask fp16 bug in test
      
      * fix bug in cascade mask rcnn fp16 test
      
      * add more fp16 cfgs
      
      * add fp16 fast-r50 and faster-dconv-r50
      
      * add fp16 test, minor fix
      
      * clean code
      
      * fix config work_dir name
      
      * add patch func, refactor code
      
      * fix format
      
      * clean code
      
      * move convert rois to single_level_extractor
      
      * fix bug for cascade mask, the seg mask is ndarray
      
      * refactor code, add two decorator force_fp32 and auto_fp16
      
      * add fp16_enable attribute
      
      * add more comment, fix format and test assertion
      
      * fix pep8 format error
      
      * format commont and api
      
      * rename distribute to distributed, fix dict copy
      
      * rename function name
      
      * move function, add comment
      
      * remove unused parameter
      
      * mv decorators into decorators.py, hook related functions to hook
      
      * add auto_fp16 to forward of semantic head
      
      * add auto_fp16 to all heads and fpn
      
      * add docstrings and minor bug fix
      
      * simple refactoring
      
      * bug fix for patching forward method
      
      * roi extractor in fp32 mode
      
      * fix flake8 error
      
      * fix ci error
      
      * add fp16 support to ga head
      
      * remove parallel test assert
      
      * minor fix
      
      * add comment in build_optimizer
      
      * fix typo in comment
      
      * fix typo enable --> enabling
      
      * udpate README
      e7466395
  6. Jun 17, 2019
  7. Jun 11, 2019
  8. Jun 03, 2019
  9. May 29, 2019
  10. May 24, 2019
  11. May 20, 2019
  12. May 17, 2019
  13. May 15, 2019
    • Cao Yuhang's avatar
      Add tool to analyze log (#648) · c2352d52
      Cao Yuhang authored
      * add tool to analyze log
      
      * minor fix
      
      * plot multi keys, use subparser, modify code
      
      * add two method add_plot_parser and add_time_parser, minor fix
      
      * minor fix
      
      * move add parser func outside main
      
      * move subparser.add inside add parser func
      c2352d52
  14. May 11, 2019
  15. Apr 30, 2019
  16. Apr 28, 2019
  17. Apr 17, 2019
  18. Dec 27, 2018
  19. Dec 25, 2018
  20. Dec 22, 2018
  21. Dec 21, 2018
  22. Dec 20, 2018
  23. Dec 19, 2018
  24. Dec 18, 2018
  25. Dec 12, 2018
  26. Dec 11, 2018
  27. Nov 30, 2018
  28. Nov 28, 2018
  29. Nov 26, 2018
  30. Oct 20, 2018
  31. Oct 15, 2018
  32. Oct 12, 2018
  33. Oct 11, 2018
  34. Oct 10, 2018
Loading