1. 01 Jul, 2020 2 commits
  2. 30 Jun, 2020 1 commit
    • Jerry Jiarui XU's avatar
      Add cpu ops (#370) · 0970ae94
      Jerry Jiarui XU authored
      * update actiion
      
      * remove 1.3 cuda
      
      * reorder
      
      * add no torch
      
      * fixed version
      
      * make py3.8 on pt1.5
      
      * make py3.8 on pt1.5
      
      * remove torch 1.3
      
      * disable py3.8
      
      * pip
      
      * merge master with cuda compile fix
      
      * add cpu roi align
      
      * fixed test
      
      * fixed no torch
      
      * add CUDA_ARGS
      
      * use one line
      
      * gencode=61
      
      * seperate jobs
      
      * update lint
      
      * use parametrize test
      
      * formart and rename
      
      * unit test for all
      0970ae94
  3. 29 Jun, 2020 3 commits
  4. 28 Jun, 2020 2 commits
    • louzana's avatar
      fix bug of building ConvModule with HSigmoid using inplace=True and a… (#369) · 2c6fc5fd
      louzana authored
      * fix bug of building ConvModule with HSigmoid using inplace=True and add corresponding unittest
      
      * fix linting
      2c6fc5fd
    • zhuyuanhao's avatar
      add ext ops, support parrots (#310) · c0f5492e
      zhuyuanhao authored
      
      
      * add ext ops, support parrots
      
      * fix lint
      
      * fix lint
      
      * update op from mmdetection
      
      * support non-pytorch env
      
      * fix import bug
      
      * test not import mmcv.op
      
      * rename mmcv.op to mmcv.ops
      
      * fix compile warning
      
      * 1. fix syncbn warning in pytorch 1.5
      2. support only cpu compile
      3. add point_sample from mmdet
      
      * fix text bug
      
      * update docstrings
      
      * fix line endings
      
      * minor updates
      
      * remove non_local from ops
      
      * bug fix for nonlocal2d
      
      * rename ops_ext to _ext and _ext to _flow_warp_ext
      
      * update the doc
      
      * try clang-format github action
      
      * fix github action
      
      * add ops to api.rst
      
      * fix cpp format
      
      * fix clang format issues
      
      * remove .clang-format
      Co-authored-by: default avatarKai Chen <chenkaidev@gmail.com>
      c0f5492e
  5. 26 Jun, 2020 2 commits
    • Kai Chen's avatar
      bump version to v0.6.2 (#368) · a7bf7701
      Kai Chen authored
      a7bf7701
    • Jintao Lin's avatar
      Add utils to calculate model complexity and adjust folder structure for mmcv/cnn/utils . (#366) · 9bc0b96d
      Jintao Lin authored
      * Add utils to calculate model complexity info
      
      * remove _InstanceNorm in unittest
      
      * add docstring and increase unittest coverage
      
      * fix deconv_flops_counter_hook to accept different data shape
      
      * test when model is not a common instance
      
      * put flops_counter.py and weight_init.py into mmcv/cnn/utils folder
      
      * fix import name
      
      * reformat some docstrings
      
      * update the scripts with latest one and remove redundant codes
      
      * directly represent a model without string and eval()
      
      * reformat code
      9bc0b96d
  6. 25 Jun, 2020 1 commit
  7. 19 Jun, 2020 5 commits
  8. 18 Jun, 2020 5 commits
  9. 17 Jun, 2020 7 commits
  10. 16 Jun, 2020 1 commit
  11. 15 Jun, 2020 2 commits
    • Harry's avatar
      Add CosineRestartLrUpdaterHook (#319) · f28a7c7e
      Harry authored
      * feat: add CosineRestartLrUpdaterHook
      
      * style: rename period to periods
      
      * fix: bug in period 0
      
      * feat: rename eta_min to min_lr and add min_lr_ratio
      
      * docs: fix docstring of restart lr updater
      
      * refactor: use annealing_cos
      
      * docs: add docstring to annealing_cos
      
      * feat: cosine restart lr update hook
      
      * refactor: modify code order for unittest
      f28a7c7e
    • lizz's avatar
      Harmless changes (#340) · 9f04477f
      lizz authored
      
      
      * harmless changes
      Signed-off-by: default avatarlizz <lizz@sensetime.com>
      
      * Update conv_module.py
      
      * No bracket for simple class
      Signed-off-by: default avatarlizz <lizz@sensetime.com>
      9f04477f
  12. 14 Jun, 2020 2 commits
  13. 13 Jun, 2020 2 commits
  14. 12 Jun, 2020 2 commits
  15. 11 Jun, 2020 1 commit
    • Harry's avatar
      Add IterBasedRunner (#314) · 67a26da9
      Harry authored
      
      
      * feat: add IterBasedRunner
      
      * fix: unittest
      
      * feat: more unittest
      
      * fix: expose dataloader len
      
      * minor updates of BaseRunner
      
      * refactor: remove CosineRestartLrUpdaterHook
      
      * style: add docstring
      
      * refactor: update IterTextLoggerHook: fstring and exp_name
      
      * fix: epoch_runner unittest
      
      * refactor: remove IterBasedTextLogger
      
      * fix: old IterTextLoggerHook issue
      
      * refactor: remove __len__ of IterLoader
      
      * feat: add IterBasedRunner to init
      
      * feat: add __len__ to IterLoader
      
      * fix some docstrings
      
      * refactor: use is_parallel_module
      
      * fix: import issue
      
      * fix: runner unittest missing logger
      
      * fix checkpoints
      
      * feat: add by_epoch default value to IterBaseRunner regitering loggger_hook
      
      * refactor: remove setting by_epoch in log_config
      
      * minor refactoring
      
      * docs: add docstring
      
      * fix: remove unused doc
      
      * update the log info for saving checkpoints
      Co-authored-by: default avatarKai Chen <chenkaidev@gmail.com>
      67a26da9
  16. 10 Jun, 2020 2 commits