* delete markdownlint * Support MobileNetV3 * fix import * add mobilenetv3 head and configs * Modify MobileNetV3 to semantic segmentation version * modify mobilenetv3 configs * add std configs * fix Conv2dAdaptivePadding bug * add configs * add unitest and fix bugs * fix lraspp unitest bugs * restore * fix unitest * add MobileNetV3 docstring * add mmcv * add mmcv * fix syntax bug * fix unitest bug * fix unitest bug * fix unitest bugs * fix docstring * add configs * restore * delete unnecessary assert * modify unitest * delete benchmark
10 lines
304 B
Python
10 lines
304 B
Python
_base_ = [
|
|
'../_base_/models/lraspp_m-v3-d8.py', '../_base_/datasets/cityscapes.py',
|
|
'../_base_/default_runtime.py', '../_base_/schedules/schedule_160k.py'
|
|
]
|
|
|
|
# Re-config the data sampler.
|
|
data = dict(samples_per_gpu=4, workers_per_gpu=4)
|
|
|
|
runner = dict(type='IterBasedRunner', max_iters=320000)
|