If you really can't wait any longer and decide to try the freshly frozen hot model on your iOS or Android app now, you certainly can, but you'll be shown a fatal error, No OpKernel was registered to support Op 'DecodeJpeg' with these attrs, to force you to reconsider your decision.
Transforming and optimizing the image captioning model
Fixing errors with transformed models
Normally, you can use a tool called strip_unused.py, located at the same location as freeze_graph.py at tensorflow/python/tools, to remove the DecodeJpeg operation that is not included in the TensorFlow core library (see https://www.tensorflow.org/mobile/prepare_models#removing_training-only_nodes for more details), but since the input...