1. 12 Dec, 2019 1 commit
  2. 24 Nov, 2019 1 commit
  3. 05 Nov, 2019 1 commit
  4. 25 Sep, 2019 1 commit
    • kkkio's avatar
      Fix #1223 (#1404) · 3dc9ddb7
      kkkio authored
      * Fix #1223
      
      #1223  is caused by extra > len(indice), so I add a loop to properly pad the indice list. I also changed the list concatenation from ```+=``` to ```.extend```.
      
      * Update sampler.py
      
      style
      3dc9ddb7
  5. 31 Jul, 2019 2 commits
  6. 13 Jul, 2019 1 commit
    • simon wu's avatar
      Fixing build-errors on Windows (#969) · 59fbb5c1
      simon wu authored
      * Fixing build-errors on Windows (add some compile args, which are default on Linux)
      
      * Fixing build-errors on Windows
      
      * minor formatting
      
      * Fixing errors on windows
      
      1.Adding 'cxx' key for extra_compile_args
      2.Adding type-cast to long for first parameter of THCCeilDiv facebookresearch/maskrcnn-benchmark#409
      3.Ignoring resource setting on windows
      
      * update the order of import statements
      59fbb5c1
  7. 08 Jul, 2019 1 commit
  8. 27 Jun, 2019 1 commit
    • Qiang Zhang's avatar
      Only import torch.distributed when needed (#882) · 8bf38df0
      Qiang Zhang authored
      * Fix an import error for `get_world_size` and `get_rank`
      
      * Only import torch.distributed when needed
      
      torch.distributed is only used in DistributedGroupSampler
      
      * use `get_dist_info` to obtain world size and rank
      
      `get_dist_info` from `mmcv.runner.utils` handles the problem of `distributed_c10d` doesn't exist.
      8bf38df0
  9. 20 May, 2019 1 commit
  10. 11 May, 2019 1 commit
  11. 24 Oct, 2018 2 commits
  12. 11 Oct, 2018 1 commit
  13. 08 Oct, 2018 1 commit
  14. 04 Oct, 2018 1 commit
  15. 24 Sep, 2018 1 commit
  16. 23 Sep, 2018 1 commit