https://github.com/budali/captcha_recognition
pytorch验证码识别
https://github.com/budali/captcha_recognition
Last synced: 10 months ago
JSON representation
pytorch验证码识别
- Host: GitHub
- URL: https://github.com/budali/captcha_recognition
- Owner: budaLi
- Created: 2020-05-21T10:23:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T03:04:46.000Z (about 6 years ago)
- Last Synced: 2025-03-05T13:25:58.143Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
###
从一个验证码识别项目熟悉pytorch
目的:
1.能进一步了解网络结构的设计
2.熟悉训练数据测试数据集验证数据的制作
3.熟悉模型调参
4.熟悉模型保存及预测
5.熟悉tensorboard可视化