mmdeploy/configs/mmcls/mmcls_tensorrt.py

6 lines
215 B
Python
Raw Normal View History

2021-06-17 15:28:23 +08:00
_base_ = ['./mmcls_base.py', '../_base_/backends/tensorrt.py']
2021-06-23 13:14:28 +08:00
tensorrt_param = dict(
opt_shape_dict=dict(
input=[[1, 3, 224, 224], [4, 3, 224, 224], [32, 3, 224, 224]]),
max_workspace_size=1 << 30)