dee1024 / pytorch-captcha-recognition

基于CNN训练的一套 "端到端" 的验证码识别模型,使用深度学习+训练数据+大量计算力,纯数字识别率高达 99.99%,数字+字母识别率 96%
Apache License 2.0
1.08k stars 314 forks source link

识别率百分之四十 #30

Open Qutcoder opened 4 years ago

Qutcoder commented 4 years ago

十万张测试图片,test的正确率在百分之四十左右,是不是过拟合了?如何修正参数

zzh-ecnu commented 4 years ago

老哥,求教你的其他超参数设置。

Qutcoder commented 4 years ago

我百分之四十这么低的识别率你都看???

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: zzh <notifications@github.com> 发送时间: 2020年4月3日 15:52 收件人: dee1024/pytorch-captcha-recognition <pytorch-captcha-recognition@noreply.github.com> 抄送: Qutcoder <77364217@qq.com>, Author <author@noreply.github.com> 主题: 回复:[dee1024/pytorch-captcha-recognition] 识别率百分之四十 (#30)

老哥,求教你的其他超参数设置。

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

zzh-ecnu commented 4 years ago

总比零的好阿,我刚刚又调了调,总算不是零了。

Qutcoder commented 4 years ago

训练图片数量高一点,我记得我从1万、10万、30万都测了

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: zzh <notifications@github.com> 发送时间: 2020年4月3日 17:09 收件人: dee1024/pytorch-captcha-recognition <pytorch-captcha-recognition@noreply.github.com> 抄送: Qutcoder <77364217@qq.com>, Author <author@noreply.github.com> 主题: 回复:[dee1024/pytorch-captcha-recognition] 识别率百分之四十 (#30)

总比零的好阿,我刚刚又调了调,总算不是零了。

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

bruceyanwee commented 4 years ago

十万张测试图片,test的正确率在百分之四十左右,是不是过拟合了?如何修正参数

应该不是过拟合了吧,都10w张了,你是直接用的作者的结构还是改动了

ZJahon commented 3 years ago

训练图片数量高一点,我记得我从1万、10万、30万都测了 发自我的iPhone ------------------ 原始邮件 ------------------ 发件人: zzh <notifications@github.com> 发送时间: 2020年4月3日 17:09 收件人: dee1024/pytorch-captcha-recognition <pytorch-captcha-recognition@noreply.github.com> 抄送: Qutcoder <77364217@qq.com>, Author <author@noreply.github.com> 主题: 回复:[dee1024/pytorch-captcha-recognition] 识别率百分之四十 (#30) 总比零的好阿,我刚刚又调了调,总算不是零了。 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

我也是这样的,识别率和你的差不多,3张测试对了1张。我只改成用GPU跑了,其余没改。