Skip to content

NewGod/pytorch_captcha_rec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytorch_captcha_rec

A simple captcha recognize program based on pytorch

###preparation Some dependencies is needed as follow

  • pytorch
  • tensorboard
  • tqdm
  • numpy
  • captcha

###To Run Train the model with python3 train.py and verify the model with python3 train.py -v. If you want to speed up the processes with gpu, you can use -g . See train.py -h for more information.

This training process take you about 2 hours if you have an GTX 1080 Ti.

###Result Here we do some experiment and get the 50% accuracy. The working logs tabel is showing below.

table

Here is our report

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages