PatrickLib / captcha_recognize

Image Recognition captcha without image segmentation 无需图片分割的验证码识别
Apache License 2.0
554 stars 173 forks source link

Facing problem while freezing graph for deployment #17

Open amit2319 opened 6 years ago

amit2319 commented 6 years ago

I tried freezing the checkpoints with "Reshape_1:0" as an output Tensor, but after converting into ProtoBuffer I am unable to generate an inference from it.

What should be right input and output nodes for the Frozen graph?

zorgap commented 5 years ago

I have the same problem, did you find a solution?