1. 31 Oct, 2020 1 commit
  2. 29 Oct, 2020 1 commit
  3. 28 Oct, 2020 3 commits
  4. 26 Oct, 2020 2 commits
  5. 17 Oct, 2020 1 commit
  6. 15 Oct, 2020 3 commits
    • Jintao Lin's avatar
      import_modules_from_strings when loading cfg from file (#606) · a260a96a
      Jintao Lin authored
      * import_modules_from_strings when loading cfg from file
      
      * add unittest to tell whether the feature is enabled as expected
      
      * minor
      
      * set an environment variable instead of writing a file
      
      * use 'shutil' instead of 'os.system'
      a260a96a
    • Ruohui Wang's avatar
      Fix a typo in warning message (#615) · 46095957
      Ruohui Wang authored
      "please use MMDistributedDataParallelinstead." -> "please use MMDistributedDataParallel instead."
      46095957
    • Wang Xinjiang's avatar
      Add Sync buffer in CheckpointHook (#588) · 50a33950
      Wang Xinjiang authored
      * Add Sync buffer in CheckpointHook
      
      * add reduce_params in fp16_utils.py
      
      * change default value of sync_buffer to False
      
      * Add world size check
      
      * reset sync_buffer to false
      
      * fix world_size
      
      * Move dist functions into dist_utils.py
      
      * fix small bugs
      
      * Deprecation compatibility
      
      * Change according to comments
      50a33950
  7. 13 Oct, 2020 1 commit
  8. 11 Oct, 2020 2 commits
  9. 07 Oct, 2020 1 commit
  10. 06 Oct, 2020 1 commit
    • Wenwei Zhang's avatar
      Fix wrappers version comparison (#602) · 005c4087
      Wenwei Zhang authored
      * add version check in wrappers
      
      * fix assersion
      
      * use digital version for version comparison
      
      * fix unit tests
      
      * reformat
      
      * fall back to compare the first two version
      
      * fix unittest
      
      * fix unittest
      
      * fix unit test
      
      * clean unnecessary change
      005c4087
  11. 01 Oct, 2020 1 commit
  12. 29 Sep, 2020 1 commit
  13. 28 Sep, 2020 3 commits
  14. 27 Sep, 2020 1 commit
    • GT9505's avatar
      register deconv in CONV_LAYERS (#582) · acee61d7
      GT9505 authored
      * register deconv in CONV_LAYERS
      
      * use ConvTranspose2d implemented in MMCV
      
      * remove repetitive register_module
      
      * update
      
      * add unittest for deconv
      acee61d7
  15. 26 Sep, 2020 2 commits
  16. 25 Sep, 2020 3 commits
    • Wenwei Zhang's avatar
      Support to specify LR of DCN's conv_offset (#344) · ed2887bb
      Wenwei Zhang authored
      * Support to specify LR of DCN's conv_offset
      
      * Resolve comments & add unit test
      
      * Resolve formats
      
      * Fix CI for DCN
      
      * Mock DCN when cpu only
      
      * Use mock for cpu testing
      
      * Fix docstring and support ModulatedDCN
      
      * set offset_lr_mult as dcn's arguments, link CU-49u01p
      
      * fix lr bug
      
      * fall back to set LR in constructor
      
      * resolve comments
      ed2887bb
    • q.yao's avatar
      add torchvision roi_align with aligned=True (#581) · 467b4883
      q.yao authored
      * add torchvision roi_align with aligned=True
      
      * fix for lint test
      
      * fix for lint test2
      
      * format use yapf
      467b4883
    • David de la Iglesia Castro's avatar
      Add runner builder (#570) · 6b52e9b5
      David de la Iglesia Castro authored
      * Add build_runner
      
      * Parametrize test_runner
      
      * Add imports to runner __init__
      
      * Refactor max_iters and max_epochs from run to init
      
      * Add assertion error messages
      
      * Add test_builder
      
      * Make change retro-compatible
      
      * Raise ValueError if max_epochs and max_iters
      6b52e9b5
  17. 24 Sep, 2020 2 commits
  18. 22 Sep, 2020 1 commit
  19. 21 Sep, 2020 1 commit
  20. 18 Sep, 2020 3 commits
  21. 17 Sep, 2020 2 commits
  22. 16 Sep, 2020 2 commits
  23. 15 Sep, 2020 1 commit
  24. 14 Sep, 2020 1 commit
    • Qiaofei Li's avatar
      Supports brightness and contrast augmentations (#546) · a0cc5a84
      Qiaofei Li authored
      * add brightness and contrast augmentation
      
      * remove unnecessary
      
      * reformat
      
      * relax the precision constrain for adjust_brightness aug
      
      * fix percision assertion error in unit test
      
      * remove toy
      
      * rename alpha as factor
      
      * use np.testing.assert_allclose in place of np.less_equal
      a0cc5a84