keras_to_tensorflow
keras_to_tensorflow copied to clipboard
Possible to convert to mobile use
Would it be possible to use the outputed .pb-file for mobile use by converting it like this ([How do you get a model you can use on mobile?] (https://www.tensorflow.org/lite/tfmobile/prepare_models))? What is needed is a GraphDef-file (.pb) and a checkpoint (.ckpt) and the desired output is a frozen GraphDef-file and a output node names which is a list of the names of the nodes that you want to extract the results of your graph from.
I am, as well, using the same freeze_graph and other tools here. Check my code and feel free to extend if certain features were needed.