kerlomz / captcha_trainer

[验证码识别-训练] This project is based on CNN/ResNet/DenseNet+GRU/LSTM+CTC/CrossEntropy to realize verification code identification. This project is only for training the model.
Apache License 2.0
3.02k stars 821 forks source link

转换TFlite #54

Open MrZWJax opened 4 years ago

MrZWJax commented 4 years ago

在转换Tflite模型时,报错unsupported operation:CTCGreedyDecoder,求问解决方法。 还想问下,如果想对mobilenetv2模型进行伪量化训练,需要怎么修改呢,个人尝试过后并没有成功