- 26 Jun, 2020 2 commits
-
-
Kai Chen authored
-
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
-
- 25 Jun, 2020 1 commit
-
-
Y. Xiong authored
* use mmcv without installing pytorch * add new line * revise utils.init by try-except-else block * add new line to utils.init * del whitespace in new line * add flake8 ignore to utils.__init__
-
- 19 Jun, 2020 5 commits
-
-
Harry authored
* feat: support for os.environ port for slurm training * fix: port data type * feat: add flawed unittest * feat: add flawed unittest * docs: add comments * fix: unittest * fix: unittest
-
Jerry Jiarui XU authored
-
Kai Chen authored
-
louzana authored
* add hswish and hsigmoid * fix linting * fix linting * delete useless staticmethod in cnn/bricks/hsigmoid.py * forward(x) ==> forward(seld, x) * add unittests for hsigmoid and hswish * use torch.equal instead of numpy.equal
-
Jerry Jiarui XU authored
-
- 18 Jun, 2020 5 commits
-
-
Harry authored
-
Kai Chen authored
-
Harry authored
* fix: fix custom_keys whenweight_decay is not specified * docs: small fix * feat: add type check * refactor: move if outside for
-
Jintao Lin authored
* add non_local module * rewrite non local module comments * perfect docstring and adjust init function * not to init norm layer * Correct initialize when there is a norm * set normal method for both embedded_gaussian and dot_product
-
Kai Chen authored
-
- 17 Jun, 2020 7 commits
-
-
Harry authored
* feat: add custom_group to DefaultOptimConstrutor * refactor: move custom_groups validate to _validate_cfg * docs: add doc to explain custom_groups * feat: add unittest for non_exist_key * refactor: one param per group * fix: small fix * fix: name * docs: docstring * refactor: change to mult for only lr and wd custom * docs: docstring * docs: more explaination * feat: sort custom key * docs: add docstring * refactor: use reverse arg of sorted * docs: fix comment * docs: fix comment * refactor: small modi * refactor: small modi * refactor: small modi
-
Kai Chen authored
-
Harry authored
* feat: modify parallel to module wrapper * fix: unittest * fix: add registry file * feat: add module wrapper unittest
-
Jerry Jiarui XU authored
* add backend arg * add test * update doc, add test * update test * update doc
-
Wang Xinjiang authored
* load_checkpoint support normal dict checkpoints * comments
-
Rui Xu authored
* fix bug in using inner iter when by_epcoh==True * set default for log config * fix bug: remove optim in val, use iter in log when by_epoch is False
-
Wang Xinjiang authored
* added pillow backend in loading * reformat * remove auto fill for RGBA * change according to comments * change according to comments * reformat
-
- 16 Jun, 2020 1 commit
-
-
Wang Xinjiang authored
-
- 15 Jun, 2020 2 commits
-
-
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
-
lizz authored
* harmless changes Signed-off-by:
lizz <lizz@sensetime.com> * Update conv_module.py * No bracket for simple class Signed-off-by:
lizz <lizz@sensetime.com>
-
- 14 Jun, 2020 2 commits
-
-
Wenwei Zhang authored
-
Cao Yuhang authored
-
- 13 Jun, 2020 2 commits
-
-
lizz authored
* Remove more unused things Signed-off-by:
lizz <lizz@sensetime.com> * panic Signed-off-by:
lizz <lizz@sensetime.com>
-
Jintao Lin authored
-
- 12 Jun, 2020 2 commits
- 11 Jun, 2020 1 commit
-
-
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:Kai Chen <chenkaidev@gmail.com>
-
- 10 Jun, 2020 2 commits
-
-
Jerry Jiarui XU authored
* Add syntax check in .py config * rename validate
-
Jerry Jiarui XU authored
-
- 09 Jun, 2020 1 commit
-
-
Harry authored
-
- 08 Jun, 2020 2 commits
-
-
Kai Chen authored
* fix the BC issue of ddp * minor fix for the docstring
-
Wang Xinjiang authored
-
- 05 Jun, 2020 3 commits
-
-
Joanna authored
Co-authored-by:lixuanyi <lixuanyi@sensetime.com>
-
wang shiguang authored
* add parrots and pytorch dataloader wrapper * fix commit Co-authored-by:wangshiguang <wangshiguang@sensetime.com>
-
Ye Liu authored
-
- 04 Jun, 2020 2 commits
-
-
Harry authored
-
Jerry Jiarui XU authored
-