mmengine/mmengine/utils
Mashiro 82a313d09b
[Enhancement] Refine logging. (#148)
* rename global accessible and intergration get_sintance and create_instance

* move ManagerMixin to utils

* fix as docstring and seporate get_instance to get_instance and get_current_instance

* fix lint

* fix docstring, rename and move test_global_meta

* rename LogBuffer to HistoryBuffer, rename MessageHub methods, MessageHub support resume

* refine MMLogger timestamp, update unit test

* MMLogger add logger_name arguments

* Fix docstring

* change default logger_name to mmengine

* Fix docstring comment and unitt test

* fix docstring

fix docstring

* fix docstring

* Fix lint

* Fix hook unit test

* Fix comments

* should not accept other arguments if corresponding instance has been created

* fix logging ddp file saving

* fix logging ddp file saving

* fix docstring

* fix unit test

* fix docstring as comment
2022-04-21 19:12:10 +08:00
..
__init__.py [Enhancement] Refine GlobalAccessble (#144) 2022-03-26 21:21:25 +08:00
hub.py [Feature] Add checkpoint helper (#93) 2022-03-06 22:05:07 +08:00
manager.py [Enhancement] Refine logging. (#148) 2022-04-21 19:12:10 +08:00
misc.py [Feature] Add Runner and Loop (#86) 2022-03-14 13:19:29 +08:00
parrots_wrapper.py [Feature]: Add optimzier and constructor. (#25) 2022-02-19 14:09:37 +08:00
path.py [feature] tmp add fileio (#17) 2022-02-14 21:55:35 +08:00
version_utils.py [Feature] Add MMDataParallel and MMDistributedDataParallel (#44) 2022-02-26 10:21:20 +08:00