align mmedit static cfg (#82)

This commit is contained in:
Yifan Zhou 2021-09-16 19:55:07 +08:00 committed by GitHub
parent 5e3288e74d
commit 7e8154090a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,3 +1,3 @@
_base_ = ['./super-resolution_static.py', '../../_base_/backends/ppl.py']
onnx_config = dict(input_shape=[256, 256])
onnx_config = dict(input_shape=None)