Logo
Explore Help
Register Sign In
mirrors/mmsegmentation
1
0
Fork 0
You've already forked mmsegmentation
mirror of https://github.com/open-mmlab/mmsegmentation.git synced 2025-06-03 22:03:48 +08:00
Code Issues Projects Releases Wiki Activity
mmsegmentation/mmseg/utils/__init__.py

11 lines
312 B
Python
Raw Normal View History

[Dcos] Add header for files (#796) * Add header for files * Delete header in config files
2021-08-17 14:16:55 +08:00
# Copyright (c) OpenMMLab. All rights reserved.
init commit
2020-07-07 20:52:19 +08:00
from .collect_env import collect_env
from .logger import get_root_logger
[Feature] add auto resume (#1172) * [Feature] add auto resume * Update mmseg/utils/find_latest_checkpoint.py Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com> * Update mmseg/utils/find_latest_checkpoint.py Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com> * modify docstring * Update mmseg/utils/find_latest_checkpoint.py Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com> * add copyright Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
2022-01-11 12:27:24 +08:00
from .misc import find_latest_checkpoint
add multi-processes script (#1238)
2022-01-27 21:18:55 +08:00
from .set_env import setup_multi_processes
init commit
2020-07-07 20:52:19 +08:00
add multi-processes script (#1238)
2022-01-27 21:18:55 +08:00
__all__ = [
'get_root_logger', 'collect_env', 'find_latest_checkpoint',
'setup_multi_processes'
]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 543ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API