keras_to_tensorflow icon indicating copy to clipboard operation
keras_to_tensorflow copied to clipboard

Possible to convert to mobile use

Open gitman88 opened this issue 6 years ago • 1 comments

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.

gitman88 avatar Feb 05 '19 08:02 gitman88

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.

amir-abdi avatar Feb 05 '19 23:02 amir-abdi