79413694

Date: 2025-02-05 05:14:28
Score: 1
Natty:
Report link

I can recall, I had the same issue. Then, I tried changing the tensorflow version in dependencies as:

implementation 'org.tensorflow:tensorflow-lite:2.9.0'
implementation 'org.tensorflow:tensorflow-lite-gpu:2.9.0'
implementation 'org.tensorflow:tensorflow-lite-support:0.4.2'

These were suggested by my IDE. Check if your IDE is suggesting for other imports?

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Swati