OpenMMLab Foundational Library for Training Deep Learning Models
 
 
Go to file
Zaida Zhou 661e759063
[Fix] param_scheduler can not None when training models (#208)
* [Fix] param_scheduler can not None when training models

* update unit tests

* fix unit tests

* refactor ParamSchedulerHook

* refactor unit tests

* param_schedulers can be an empty list
2022-04-27 19:45:27 +08:00
.circleci Try to fix lint issue (#199) 2022-04-26 13:53:00 +08:00
.github fix mmdet->mmengine in build.yml (#104) 2022-03-07 18:12:15 +08:00
docs [Fix] Fix dump config without self.filename (#202) 2022-04-27 19:43:12 +08:00
mmengine [Fix] param_scheduler can not None when training models (#208) 2022-04-27 19:45:27 +08:00
requirements [Fix] add required lib for vis (#111) 2022-03-09 22:11:05 +08:00
tests [Fix] param_scheduler can not None when training models (#208) 2022-04-27 19:45:27 +08:00
.gitignore [Feature] Add distributed module (#59) 2022-03-05 22:03:32 +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
MANIFEST.in [Feature] Add checkpoint helper (#93) 2022-03-06 22:05:07 +08:00
README.md init commit to setup 2022-02-08 17:37:03 +08:00
pytest.ini Update pytest.ini (#156) 2022-03-30 23:26:12 +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] add required lib for vis (#111) 2022-03-09 22:11:05 +08:00

README.md

MMEngine