MAERec-Gradio / configs /textrecog /nrtr /nrtr_resnet31-1by8-1by4_6e_st_mj.py
Mountchicken's picture
Upload 704 files
9bf4bd7
raw
history blame
109 Bytes
_base_ = [
'nrtr_resnet31-1by16-1by8_6e_st_mj.py',
]
model = dict(backbone=dict(last_stage_pool=False))