mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
align mmedit static cfg (#82)
This commit is contained in:
parent
5e3288e74d
commit
7e8154090a
@ -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)
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user