-
Notifications
You must be signed in to change notification settings - Fork 486
New issue
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
汉字识别训练的网络是哪个啊?lenet? #17
Comments
首先要谢谢编主的分享,我也看了代码逻辑,也有这个疑问,直接使用lenet里面的lenet_train_test.prototxt和lenet.prototxt来进行训练测试吗?希望早日得到您的解答。谢谢 |
不好意思,那么迟回复,工作太累不是很想回复。 不是这个lenet
网格是基于这篇文章开发的 http://cs231n.stanford.edu/reports/zyh_project.pdf 中文训练的网格在百度云那个训练好的模型下载:
可以直接调用这个脚本来训练网络。
具体训练好的模型是在百度云可以下载,然后调用:
|
非常详细谢谢。还有以下两个问题,能否得到您的指点: 2、能否提供送入网络前的数据预处理代码呢?比如对比度最大化等 |
感谢编主工作那么忙还回复,我去试试,我现在还在国内读研究生,也预见以后的工作会很忙碌,再次感谢。 |
pdf下不了了,有没有下过的传一份? |
大哥您好,
非常赞赏你的工作。
能不能告知您训练的网络是基于哪个网络呢是以下这个吗?:https://github.com/JinpengLI/deep_ocr/blob/master/data/caffe_nets/lower_eng/lenet_train_test.prototxt
The text was updated successfully, but these errors were encountered: