8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
很高兴能回答你的问题,第一个问题,模型其实就是权重,模型里包含了权重和层的信息,训练时候保存的就是模型,你可以看到save_weights_only=False选项,当为False时候就会包含层信息,第二个问题,训练前其实会对样本进行预处理,会将非5252的形状resize为5252,你可以看下预处理那个部分
Sorry, something went wrong.
我测试了结果有点不佳,感觉是预处理部分正样本:负样本=4:3导致匹配结果不佳,还有图像预处理部分这类验证码应该不需要加上噪声,或许加上几何变换进行数据增强会好一些
你可以尝试下,当时我测试时候效果还行
No branches or pull requests
The text was updated successfully, but these errors were encountered: