mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
6 lines
170 B
Python
6 lines
170 B
Python
_base_ = ['./tensorrt.py']
|
|
|
|
backend_config = dict(common_config=dict(fp16_mode=True, int8_mode=True))
|
|
|
|
calib_config = dict(create_calib=True, calib_file='calib_data.h5')
|