- 09 Apr, 2022 1 commit
-
-
Alex Yang authored
* [feat]:support find free port in _init_dist_slurm * fix format * Update mmcv/runner/dist_utils.py should support port taken by a non-localhost address. Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update dist_utils.py Add Copyright. * rename inner function * Update mmcv/runner/dist_utils.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * fix dist_utils.py change _is_port_in_use() criterion. * Update dist_utils.py rename _is_port_in_use to _is_free_port * Update mmcv/runner/dist_utils.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update dist_utils.py fix lint * Update dist_utils.py fix lint Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- 05 Apr, 2022 1 commit
-
-
Tan SU authored
* [fix] fix collect_env() on Windows * fix(utils): add back 'Cuda compilation tools' to nvcc info * feat(utils): find default ccompiler * fix(utils, test): parse cl.exe version instead of path * fix: code style * fix(tools): use distutils * [fix] collect_env() returns GCC or MSVC * [fix] unitest for collect_env() * add comments * test: add GCC to expected_keys * fix: code style * Update mmcv/utils/env.py
-
- 02 Apr, 2022 2 commits
-
-
Jiazhen Wang authored
* Fix python3.10 ci * fix build ci * fix build ci * fix onnx build in ci * remove onnx optimizer * remove python3.10 ci * special treatment for py3.10 * fix build ci * special treatment for python3.10 in requirements/test * fix requirements/test
-
Rockey authored
-
- 01 Apr, 2022 1 commit
-
-
Zaida Zhou authored
-
- 31 Mar, 2022 1 commit
-
-
Sharpiless authored
* update support for linearly learning rate decay * Fix LinearAnnealingLrUpdaterHook, update LinearAnnealingMomentumUpdaterHook, add unit test add docstring add docstring update linear lr momentum schedule test fix ci Fix CI * add lr and momentum hook to runner and hooks package add lr and momentum hook to runner and hooks package * replace multi_optimziers with multi_optimizers Co-authored-by:
HAOCHENYE <21724054@zju.edu.cn> Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com>
-
- 28 Mar, 2022 1 commit
-
-
wulele authored
-
- 26 Mar, 2022 2 commits
-
-
Zaida Zhou authored
-
Jiazhen Wang authored
* fix pt111 dist * fix val step
-
- 24 Mar, 2022 2 commits
- 23 Mar, 2022 1 commit
-
-
Zaida Zhou authored
* [Docs] Add more windows information in README * minor fix * rename MacOS to macOS
-
- 22 Mar, 2022 3 commits
-
-
q.yao authored
* implement corner pool with python for torch<1.5 * fix for torch130
-
Tan SU authored
* [fix] config ignore modules and functions * add unitest
-
Jiazhen Wang authored
* add python3.10 ci * fix github workflow
-
- 21 Mar, 2022 1 commit
-
-
q.yao authored
-
- 18 Mar, 2022 1 commit
-
-
Wenhao Wu authored
-
- 17 Mar, 2022 1 commit
-
-
Jiazhen Wang authored
* [Fix] remove warnings in compilation * [Fix] fix order of statements * [Fix] fix build error on windows * cannel buildextension wrapper
-
- 15 Mar, 2022 6 commits
-
-
Zaida Zhou authored
-
Alex Yang authored
* Add .owners.yml to mark daily issue shift * Update .owners.yml fix end of file * Add __copy__() to Config * fix format in config.py * fix format in test_copy * fix format in config.py * Update config.py * Update tests/test_utils/test_config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
Wenhao Wu authored
* add nondeterministic voxelization op * fix lint * fix lint * resolve comments * fix lint
-
Jiazhen Wang authored
* add pytorch1.11 ci * fix test parallel * fix test parallel
-
Jiazhen Wang authored
-
Mashiro authored
* add worker_init_fn * "Fix as comment" * Fix format Co-authored-by:Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- 14 Mar, 2022 2 commits
-
-
Vinay Kumar authored
minor typo fix in `docs/en/understand_mmcv/data_process.md`
-
Vinay Kumar authored
Fixed typo in `docs/en/understand_mmcv/cnn.md`. The `BaseModule` class implements `init_weights()` not `init_weight()`
-
- 13 Mar, 2022 1 commit
-
-
Vinay Kumar authored
* minor typo minor typing bug. replaced `deprecated.py` to `deprecated_cfg.py` * fixing the typo as per the example, the directory name is `converters` not `converter`.
-
- 11 Mar, 2022 1 commit
-
-
Tong Gao authored
-
- 09 Mar, 2022 1 commit
-
-
Alex Yang authored
* Add .owners.yml to mark daily issue shift * Update .owners.yml fix end of file
-
- 07 Mar, 2022 3 commits
-
-
Wenhao Wu authored
* Fix bugs in Voxelization op * fix comments * fix lint * add comments
-
Wenhao Wu authored
* Fix bugs in DynamicScatter op * recover unittest * add a comment as a reminder * compatible to torch with lower version
-
WRH authored
* include spconv/**.h in MANIFEST.in * add more headers * fix * build from sdist in cpu runner * remove original copy of src code in ci Co-authored-by:wangruohui <wangruohui@local>
-
- 06 Mar, 2022 1 commit
-
-
Tan SU authored
-
- 03 Mar, 2022 3 commits
-
-
Xiangxu-0103 authored
* fix deconv_flops_counter * Update generalized_attention.py
-
XiwuChen authored
Fix typo in conv.py.
-
saurbhc authored
* add SegmindLoggerHook * update linting for segmind.py * ran pre-commit * add test_segmind_hook - add SegmindLoggerHook import in: mmcv/runner/__init__.py mmcv/runner/hooks/__init__.py mmcv/runner/hooks/logger/__init__.py * update test_segmind_hook - Add Docstring to SegmindLoggerHook - Use get_loggable_tags(...) * update test_hooks.py & segmind.py - mmcv/runner/hooks/logger/segmind.py moved docs from __init__ to class ... update ImportError line-indentation remove unwanted method - tests/test_runner/test_hooks.py update assert_called_with only on hook.segmind_mlflow_log * Update tests/test_runner/test_hooks.py disable yapf on test_hooks.py imports Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmcv/runner/hooks/logger/segmind.py Update SegmindLoggerHook docstring Co-authored-by:
Jiazhen Wang <47851024+teamwong111@users.noreply.github.com> * update before_run method in segmind.py removed un-used statements * updated imports in SegmindLoggerHook * update SegmindLoggerHook - code cleanup * update SegmindLoggerHook - add interval parameter in __init__ method * update SegmindLoggerHook - more arguments passes to __init__ method - interval - ignore_last - reset_flag - by_epoch * Update mmcv/runner/hooks/logger/segmind.py Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update mmcv/runner/hooks/logger/segmind.py Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
Jiazhen Wang <47851024+teamwong111@users.noreply.github.com> Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com>
-
- 02 Mar, 2022 1 commit
-
-
Wenhao Wu authored
-
- 01 Mar, 2022 1 commit
-
-
q.yao authored
-
- 25 Feb, 2022 1 commit
-
-
Mashiro authored
* Reorganizing OpenMMLab projects in readme * Update README.md * Reorganizing OpenMMLab projects in readme Reorganizing OpenMMLab projects in readme * fix typo * fix typo Co-authored-by:Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- 24 Feb, 2022 1 commit
-
-
Zaida Zhou authored
* first commit * Add copyright pre-commit-hook
-