mmdeploy/configs/mmseg/segmentation_ppl_dynamic-512x1024.py
AllentDan a4dceb4bb4
[Enhancement] Enhance ppl for all codebases (#177)
* enhance ppl for all codebases

* fix dump info

* fix md and use not None

* remove redundant codes

* safe convert empty ppl tensor

* add examples and remove useless lines
2021-11-16 19:16:46 +08:00

6 lines
184 B
Python

_base_ = ['./segmentation_dynamic.py', '../_base_/backends/ppl.py']
onnx_config = dict(input_shape=[1024, 512])
backend_config = dict(model_inputs=dict(opt_shape=[1, 3, 512, 1024]))