mmsegmentation/mmseg
David de la Iglesia Castro 969c7fd8e4 Add runner type (#118)
* Add runner_type option

* pre-commit

* Fix max_iters

* Add by_epoch to EvalHook

* Add test_eval_hook for epoch runner

* Remove runner-type arg from tools/train

* Add missing every_n_iters check for epoch mode

* Bump mmcv min version

* Use build_runner

* Use interval in tests

* Update test_eval_hook.py

* Use every_n_epochs instead of every_n_iters. Update DistEvalHook

* Add test_dist_eval_hook_epoch

* Fix tests

* Add DeprecationWarning

* Update docs

* Replace DeprecationWarning with UserWarning
2020-10-25 15:18:46 -07:00
..
apis Add runner type (#118) 2020-10-25 15:18:46 -07:00
core Add runner type (#118) 2020-10-25 15:18:46 -07:00
datasets Define blood vessel dataset and fix filename bug (#203) 2020-10-22 17:27:40 -07:00
models add unet (#161) 2020-10-21 11:24:38 -07:00
ops [Enhance] Migrate to MMCV DepthwiseSeparableConv (#158) 2020-09-25 19:56:10 +08:00
utils [Enhance] Refactor inverted residual (#164) 2020-09-28 00:33:51 +08:00
__init__.py Add runner type (#118) 2020-10-25 15:18:46 -07:00
version.py add missing 0.7 (#188) 2020-10-11 18:08:40 +08:00