mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
6 lines
211 B
Python
6 lines
211 B
Python
_base_ = ['./base.py', '../_base_/backends/tensorrt.py']
|
|
tensorrt_param = dict(
|
|
opt_shape_dict=dict(
|
|
input=[[1, 3, 320, 320], [1, 3, 800, 1344], [1, 3, 1344, 1344]]),
|
|
max_workspace_size=1 << 30)
|