- 利用Pytorch 训练一个卷积神经网络,识别验证码 文件简介: built_data.py:用captcha生成验证码数据集 model.py:搭建卷积神经网络(cnn) mydataset.py:初始化数据 onehot.py:将验证码转换为onehot编码 train.py:训练文件