Closed agilotra closed 7 years ago
IMAGE_HEIGHT = 65, IMAGE_WIDTH = 190, CHARS_NUM =8 also can work fine. do you change loss function in captcha_models.py or image decode in captcha_input.py? what's kind of your captcha generate ? you can redownload the master code, using generate_default and try again. have a good luck!
Attaching few of captchas i was trying to decode
Model doesnot work. Training loss never stablizes. Here is the proof.
Configuration: IMAGE_HEIGHT = 65 IMAGE_WIDTH = 190 CHAR_SETS = 'abcdefghijklmnopqrstuvwxyz' CLASSES_NUM = len(CHAR_SETS) CHARS_NUM = 8