shanhedian2017

Results 6 issues of shanhedian2017

尝试把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_

Canny函数是不是自带高斯滤波,在使用之前不用在滤波吧