Closed gunjupark closed 3 years ago
I just want to get some help for converting model or getting operation latencies on devices.
so I'm not need nice clean codes, but some information about it.
I solved it. Keras model implementation -> using TF Lite Converter (v2.4) -> tf lite benchmark's profile time
I solved it. Keras model implementation -> using TF Lite Converter (v2.4) -> tf lite benchmark's profile time
Hi~ I meet the same problem. Would you share the method for converting the PyTorch checkpoint into the tflite model? really thanks.
Hi
I want to use OFA - specialized model on my device. so I need to convert speicialized ofa model(pytorch) to TF-Lite Model.
I tried to convert model with onnx, but some error occured... (e.g. ValueError: Shape must be rank 2 but is rank 1 for MatMul ...)
And I want to get Latency Tables using my devices resources also.
How could I get them?? Thank you...