mmcv/mmcv/runner
Alex Yang cff3feccbe
[Feature] Support finding free port in _init_dist_slurm() (#1846)
* [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>
2022-04-09 12:53:23 +08:00
..
hooks [Feature] Support for linearly learning rate decay (#1627) 2022-03-31 09:39:40 +08:00
optimizer [Docs] Fix a wrong example in DefaultOptimizerConstructor (#1795) 2022-03-12 00:21:22 +08:00
__init__.py [Feature] Support for linearly learning rate decay (#1627) 2022-03-31 09:39:40 +08:00
base_module.py [Docs] Fix the format of the docstring (#1573) 2021-12-09 22:15:52 +08:00
base_runner.py [Fix] Fix some warnings in unittest (#1522) 2021-12-22 10:57:10 +08:00
builder.py
checkpoint.py [Fix] Fix some warnings in unittest (#1522) 2021-12-22 10:57:10 +08:00
default_constructor.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
dist_utils.py [Feature] Support finding free port in _init_dist_slurm() (#1846) 2022-04-09 12:53:23 +08:00
epoch_based_runner.py [Fix] Fix some warnings in unittest (#1522) 2021-12-22 10:57:10 +08:00
fp16_utils.py [Fix] Fix the cast_tensor_type (#1639) 2022-01-24 21:21:37 +08:00
iter_based_runner.py [Enhance] prevent deadlock in 2021-11-10 15:43:11 +08:00
log_buffer.py
priority.py
utils.py [Enhancement] Add error handler when getting host failed (#1374) 2021-10-14 13:49:45 +08:00