ypwhs / captcha_break

验证码识别
MIT License
2.72k stars 686 forks source link

尝试把n_class+1程序可以运行,但是不知道对不对 #63

Open shanhedian2017 opened 4 years ago

shanhedian2017 commented 4 years ago

尝试把n_class+1程序可以运行,但是不知道对不对 x = Dense(n_class + 1, kernel_initializer='he_normal', activation='softmax')(x)

_Originally posted by @Sqrt5 in https://github.com/ypwhs/captcha_break/issues/7#issuecomment-340400041_

shanhedian2017 commented 4 years ago

百度CTC_loss,有的解读说是得加一个blank的位置,加1应该是对的