mirror of https://github.com/open-mmlab/mmocr.git
7 lines
196 B
Python
7 lines
196 B
Python
|
_base_ = [
|
||
|
'../../_base_/schedules/schedule_adadelta_8e.py',
|
||
|
'../../_base_/default_runtime.py',
|
||
|
'../../_base_/recog_datasets/toy_dataset.py',
|
||
|
'../../_base_/recog_models/crnn.py'
|
||
|
]
|