Pratik Joshi
Pratik Joshi
Hi, Thank you for opening this issue. Since this issue has been open for a long time, the code/debug information for this issue may not be relevant with the current...
@tpmccallum I was checking if the issue still persists. I was able to run the code sample provided in [object detection example](https://www.tensorflow.org/lite/models/modify/model_maker/object_detection). The inference seems to be fine with tflite...
Closing as stale. Please reopen if you'd like to work on this further. Thanks!
Hi @HuDi2018 While m/2^n and (max - min)/2^8 may not be exactly equal due to the differences in precision between integers and floats, the scale (max - min)/2^8 ensures that...
Closing as stale. Please reopen if you'd like to work on this further. Thanks!
Hi @ysong2123 Thanks for reporting this issue. Sorry for the late response. I have tried to reproduce the issue on the same steup but facing different error. Please refer the...
Closing as stale. Please reopen if you'd like to work on this further. Thanks!
Hi @drubinstein You might need to add in https://github.com/tensorflow/tensorflow/blob/master/tensorflow/compiler/mlir/lite/ir/tfl_ops.cc https://github.com/tensorflow/tensorflow/blob/master/tensorflow/compiler/mlir/lite/ir/tfl_ops.td https://github.com/tensorflow/tensorflow/blob/master/tensorflow/compiler/mlir/lite/tests/legalize-tf.mlir Can you please refer to sample commit https://github.com/tensorflow/tensorflow/commit/ace44332389423ac161c4b04e1b1ca9ca5ce8898 which adds bitcast operator into builtin ops. Thanks.
@williamdias Thank you for the pointers. @GoldFeniks Thanks for the PR. The issue will be closed once PR #61381 is merged.
Hi @windmaple The example when run on colab with latest stable version TF 2.13 runs into an error. Please find this [gist](https://colab.research.google.com/gist/pjpratik/c43e50310ab9f1923895551bc468eb1d/super-resolution.ipynb). The converted tflite model has input shape of...