CaptchaVariLength icon indicating copy to clipboard operation
CaptchaVariLength copied to clipboard

Results 3 CaptchaVariLength issues
Sort by recently updated
recently updated
newest added

Exception: Layers should have equal number of output tensors and output masks. Layer recurrent_sequential_1 has 3 output tensors and 4 output masks. help me.

我用您里面自带的验证码生成代码生成了5w左右4~8位的验证码,训练的时候单字准确率后来攀升到0.8+,但是回调验证的组合识别准确率在0.1附近徘徊,不知道这是不是正常的现象 ('Validation set acc is: ', 0.10804966948786063) ———————————-------- Epoch 113/500 4432/30215 [===>..........................] - ETA: 2:24 - loss: 0.5019 - acc: 0.8418

嘿, 我在运行 python train.py 的时候控制台输出 ModuleNotFoundError: No module named 'seq2seq' 应该是找不到这个 seq2seq 模块, 请问这个模块是需要安装的吗 我的环境是python3.6, tensorflow1.3 ; 以下是完整的输出: 👍 File "train.py", line 6, in from utils import load_data, create_simpleCnnRnn,create_imgText File...