OpenMMLab Foundational Library for Training Deep Learning Models
 
 
Go to file
Yuan Liu bc759e5550
[Feature]: Add base Hook (#47)
* [Feature]: Add Part3 of Hooks

* [Feature]: Add Hook

* [Fix]: Add docstring and type hint for base hook

* [Fix]: Add test case to not the last iter, inner_iter, epoch

* [Fix]: Add missing type hint

* [Feature]: Add Args and Returns in docstring

* [Fix]: Add missing colon

* [Fix]: Add optional to docstring

* [Fix]: Fix docstring problem

* [Fix]:typo

* [Fix]: Fix lint

Co-authored-by: Your <you@example.com>
2022-02-26 14:51:09 +08:00
.github Ignore the docstring of magic methods (#28) 2022-02-17 21:00:35 +08:00
docs [Feature] Add MMDataParallel and MMDistributedDataParallel (#44) 2022-02-26 10:21:20 +08:00
mmengine [Feature]: Add base Hook (#47) 2022-02-26 14:51:09 +08:00
requirements Add runtime.txt and tests.txt (#36) 2022-02-19 12:55:56 +08:00
tests [Feature]: Add base Hook (#47) 2022-02-26 14:51:09 +08:00
.gitignore add config test (#10) 2022-02-17 17:46:06 +08:00
.pre-commit-config.yaml add config test (#10) 2022-02-17 17:46:06 +08:00
LICENSE init commit to setup 2022-02-08 17:37:03 +08:00
README.md init commit to setup 2022-02-08 17:37:03 +08:00
pytest.ini Mock unimplemented modules and fix unit tests (#54) 2022-02-25 15:24:27 +08:00
requirements.txt Fix setup.py and add requirements.txt (#37) 2022-02-19 13:43:36 +08:00
setup.cfg update isort version (#1) 2022-02-09 20:05:26 +08:00
setup.py Fix setup.py and add requirements.txt (#37) 2022-02-19 13:43:36 +08:00

README.md

MMEngine