- 08 Jul, 2022 1 commit
-
-
Mashiro authored
* make compatible with pytorch 1.12 * override _run_ddp_forward * over write _run_ddp_forward * refactor docstring
-
- 15 Jun, 2022 1 commit
-
-
tripleMu authored
* Add typehints * Fix * Fix * Update mmcv/parallel/distributed_deprecated.py Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Fix * add type hints to scatter add type hints to scatter * fix ScatterInputs * Update mmcv/parallel/_functions.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Fix * refine type hints * minor fix Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> Co-authored-by:
HAOCHENYE <21724054@zju.edu.cn> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
zhouzaida <zhouzaida@163.com>
-
- 18 Apr, 2022 1 commit
-
-
mattcasey02 authored
* Fixed version comparison to include prerelease versions Currently all tagged versions of torch 1.11.0 have version 1.11.0a0. Previously the comparison to 1.11.0 failed and self._sync_params() was still used, causing an error. This fix should include all versions of 1.11. * Same update Didn't realize that 1.11.0 was mentioned multiple times in the file. This fixes the other instances.
-
- 26 Mar, 2022 1 commit
-
-
Jiazhen Wang authored
* fix pt111 dist * fix val step
-
- 08 Aug, 2021 1 commit
-
-
Jerry Jiarui XU authored
* [Docs] Add header for files * change to OpenMMLab * add headers for .cpp, .cu, .h, .cuh * replace Open-MMLab with OpenMMLab
-
- 23 Jul, 2021 1 commit
-
-
Haodong Duan authored
* improve digit_version & use it for version_checking * more testing for digit_version * setuptools >= 50 is needed * fix CI * add debuging log * >= to == * fix lint * remove * add failure case * replace * fix * consider TORCH_VERSION == 'parrots' * add unittest * digit_version do not deal with the case if 'parrots' in version name.
-
- 29 Jun, 2021 1 commit
-
-
Haodong Duan authored
-
- 11 Mar, 2021 1 commit
-
-
ZhangShilong authored
* fix scatter in pytorch18 * remove blanks
-
- 03 Jan, 2021 1 commit
-
-
Rui Xu authored
* fix ddp bug when pytorch>=1.7 * fix ddp bug when pytorch>=1.7 * support pat * fix docs * use print_log instead of get_logger Co-authored-by:nbei <631557085@qq.com>
-
- 14 Jun, 2020 1 commit
-
-
Cao Yuhang authored
-
- 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>
-
- 12 Feb, 2020 1 commit
-
-
Cao Yuhang authored
-
- 10 Jan, 2020 1 commit
-
-
Kai Chen authored
* add copyright header * change # to // for cpp files
-
- 02 Dec, 2019 1 commit
-
-
Kai Chen authored
* fix the code style of yapf 0.29 * fix flake8
-
- 30 Jul, 2019 1 commit
-
-
Kai Chen authored
* add yapf and isort to travis * minor formatting * remove blank lines * skip unit tests for progressbar when python2 * update travis to ubuntu 16.04 * use a newer version ffmpeg * add -y to add-apt-repository
-
- 25 Dec, 2018 1 commit
-
-
Kai Chen authored
-
- 09 Dec, 2018 1 commit
-
-
Kai Chen authored
-
- 08 Oct, 2018 1 commit
-
-
Kai Chen authored
-