bartekcensorpic

Results 1 comments of bartekcensorpic

> My problem was solved by changing supported_ops in python to `converter.target_spec.supported_ops = [tf.lite.OpsSet.TFLITE_BUILTINS, tf.lite.OpsSet.SELECT_TF_OPS]` Yup, helped. Thanks!