Skip to content
Snippets Groups Projects
  1. May 15, 2019
    • Jerry XU's avatar
      add pytorch 1.1.0 SyncBN support (#577) · ddfb38ef
      Jerry XU authored
      * add pytorch 1.1.0 SyncBN support
      
      * change BatchNorm2d to _BatchNorm and call freeze after train
      
      * add freeze back to init function
      
      * fixed indentation typo in adding freeze
      
      * use SyncBN protect member func to set ddp_gpu_num
      
      * Update README.md
      
      update pytorch version to 1.1
      ddfb38ef
    • Kai Chen's avatar
      Support param-wise optimizer settings (#634) · c52cdd62
      Kai Chen authored
      * support param-wise optimizer settings
      
      * fix outdated docstring
      
      * minor fix for param checking
  2. May 13, 2019
  3. May 12, 2019
  4. May 11, 2019
  5. May 09, 2019
  6. May 08, 2019
  7. May 07, 2019
  8. May 06, 2019
  9. May 04, 2019
  10. May 03, 2019
  11. May 02, 2019
  12. May 01, 2019
  13. Apr 30, 2019
  14. Apr 29, 2019
  15. Apr 28, 2019
  16. Apr 27, 2019
  17. Apr 25, 2019
  18. Apr 20, 2019
  19. Apr 17, 2019
    • myownskyW7's avatar
      Support models without FPN (#133) · a9e21cf7
      myownskyW7 authored
      * add two stage w/o neck and w/ upperneck
      
      * add rpn r50 c4
      
      * update c4 configs
      
      * fix
      
      * config update
      
      * update config
      
      * minor update
      
      * mask rcnn support c4 train and test
      
      * lr fix
      
      * cascade support upper_neck
      
      * add cascade c4 config
      
      * update config
      
      * update
      
      * update res_layer to new interface
      
      * refactoring
      
      * c4 configs update
      
      * refactoring
      
      * update rpn_c4 config
      
      * rename upper_neck as shared_head
      
      * update
      
      * update configs
      
      * update
      
      * update c4 configs
      
      * update according to commits
      
      * update
      a9e21cf7
    • Kai Chen's avatar
      Add slurm support for distributed training (#508) · 90096804
      Kai Chen authored
      * implement _init_dist_slurm()
      
      * add slurm train/test scripts
      
      * fix linting error
      
      * minor fix
  20. Apr 16, 2019
Loading