You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When I convert .h5 model to .tflite, happened to RuntimeError: Max and min for dynamic tensors should be recorded during calibration.
I used tf-nightly version: 2.3.0, .h5 is convert from coco-tiny-v3-relu.weights, coco-tiny-v3-relu.cfg with your keras-yolov3 fork. Not modified anything.
The text was updated successfully, but these errors were encountered:
I solved this by add converter.experimental_new_converter=False to keras_to_tflite_quant.py.
But when I compile output-filename.tflite with edgetpu_compiler (version: 2.1.302470888), comes out error:
ERROR: Didn't find op for builtin opcode 'RESIZE_NEAREST_NEIGHBOR' version '3'
ERROR: Registration failed.`
Hi,
When I convert .h5 model to .tflite, happened to RuntimeError: Max and min for dynamic tensors should be recorded during calibration.
I used tf-nightly version: 2.3.0, .h5 is convert from coco-tiny-v3-relu.weights, coco-tiny-v3-relu.cfg with your keras-yolov3 fork. Not modified anything.
The text was updated successfully, but these errors were encountered: