CaptchaRecognition
CaptchaRecognition copied to clipboard
End-to-end variable length Captcha recognition using CNN+RNN+Attention/CTC (pytorch implementation). 端到端的不定长验证码识别
"D:\Program Files\Python368\python.exe" B:/PyTorch/CaptchaRecognition/main.py val_count= 1250 Loading data... 100_60_4_captcha.npz Loading dictionary... [[ 0 3 3 4 12 11] [ 0 4 7 7 1 12] [ 0 8 5 4 12...
关于训练和测试
在RNN+ATTENTION的model中为什么直接用targets来作为Decoder的Input来训练啊?用每一个时间步(程序中的di)的hidden来作为下一步的input吗?
hi the question:No module named captcha.image where is the file? thx
Could you give me any suggestion?