模型训练技巧

本文介绍了模型训练的两种有效策略:首先,先在大规模数据集如ImageNet预训练,然后在特定任务数据集上进行Fine-tuning;其次,对于端到端任务,如OCR,可以先在大量数据上预训练检测部分,再进行端到端序列训练,使用GT辅助。实验表明,这两种策略能帮助模型在小数据集上达到良好收敛。
摘要由CSDN通过智能技术生成

1. funtinue

一般可以先在大数据集上预训练再fintune

如backbone可以在imagenet,

其他任务直接在相应数据集上预训练, 如检测在coco

2.端到端任务如ocr 检测+识别

可以先在大数据上fintune

可以先只训练检测, 在这个基础上再端到端序列, 

训练的时候检测用gt

To jointly train text localization and recognition network, the overall training procedure is divided into two stages. To overcome the shortage of small datasets, we utilize the vgg-synthetic data [12], i.e., VGG-Synth 800k, to train the base network using ImageNet pretrained model. Specifically, one training strategy is to train the detection branch until it almost converges to a steady point, and jointly train detection and recognition branches simultaneously. Another training strategy is to train the recognition branch at first instead, and then jointly train the wh

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

yang_daxia

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值