Implementing TensorFlow Attention OCR on iOS
问题 I have successfully trained (using Inception V3 weights as initialization) the Attention OCR model described here: https://github.com/tensorflow/models/tree/master/attention_ocr and frozen the resulting checkpoint files into a graph. How can this network be implemented using the C++ API on iOS? Thank you in advance. 回答1: As suggested by others you can use some existing iOS demos (1, 2) as a starting point, but pay close attention to the following details: Make sure you use the right tools to