mmdeploy/configs/mmedit/super-resolution/super-resolution_onnxruntime_static.py
2021-09-16 19:55:07 +08:00

6 lines
126 B
Python

_base_ = [
'./super-resolution_static.py', '../../_base_/backends/onnxruntime.py'
]
onnx_config = dict(input_shape=None)