8 lines
195 B
Python
8 lines
195 B
Python
_base_ = [
|
|||
'../../_base_/torchscript_config.py',
|
|||
'../../_base_/backends/torchscript.py'
|
|||
]
|
|||
|
|||
ir_config = dict(input_shape=None)
|
|||
codebase_config = dict(type='mmocr', task='TextRecognition')
|