Luukjn

Results 2 comments of Luukjn

I have some more information on this issue now. I ran the following command: ``` tflite_convert --output_file=converted_model.tflite --graph_def_file=frozen_graph.pb --input_arrays=input_image_as_bytes --input_shapes=1,200,150,3 --output_arrays=prediction,probability ``` and I got the following output: ``` 2019-06-14...

@emedvedev Alas I can't use the saved_model since my requirments are that the model must run on the new Edge TPU. And the TPU does not support dynamic sizes. (https://coral.withgoogle.com/docs/edgetpu/models-intro/)...