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
@tensorflow/micro
Move the output tensor dims data for GATHER_ND using the CreateWritableTensorDimsWithCopy utility method.
bug=fixes `gather_nd`: prepare stage tries to access model `.rodata` tensorflow#1723
Thank you for bringing this issue to the attention of the TFLM team. We appreciate your feedback regarding problems with the TFLM codebase.
This issue has been identified as a bug in the GATHER_ND kernel operator. The PR #1727 has been submitted for this issue. Once the PR is merged, this issue should automatically close.
model used: single_pose model from tf_hub:
Following lines from
gather_nd
OP in prepare stage try to update values from the actual model, which of course is problematic:https://github.com/tensorflow/tflite-micro/blob/main/tensorflow/lite/micro/kernels/gather_nd.cc#L92-L100
Related issue on
tflite-micro-esp-examples
: espressif/esp-tflite-micro#30 (comment)I have simply commented out the lines locally. Please suggest correct path here.
The text was updated successfully, but these errors were encountered: