This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
mmdeploy
mirror of
https://github.com/open-mmlab/mmdeploy.git
Watch
1
Star
0
Fork
You've already forked mmdeploy
0
Code
Issues
Projects
Releases
Wiki
Activity
c74c41bec9
mmdeploy
/
configs
/
_base_
/
backends
/
tensorrt-fp16.py
3 lines
102 B
Python
Raw
Normal View
History
Unescape
Escape
Add tensorrt int8 and fp16 configs for all the rest codebases (#152) * add configs for all codebases except mmocr and fixed some bugs * add ocr det * add fp16 and int8 config for text recog
2021-10-27 15:59:02 +08:00
backend_config
=
dict
(
remove trt in config (#280)
2021-12-13 19:57:15 +08:00
type
=
'
tensorrt
'
,
common_config
=
dict
(
fp16_mode
=
True
,
max_workspace_size
=
0
)
)