-
Hi, I am trying to add this library to my project. For android given instructions are working. But for iOS i tried many ways to add library but i am getting `null is not an object evaluating (TfliteRe…
-
-
I try to build android app and install to my phone. Then such kind of error prompted out.
eeyrw updated
3 years ago
-
`Cannot copy from a TensorFlowLite tensor (StatefulPartitionedCall:4) with shape X to a Java object with shape Y.` seems to be a common problem (#176, #166, #162, #150, #147, #140, #109, #94, #84, #46…
-
Do we have a mobile version of the Real-ESRGAN (.tflite version)?
If not, would it be straightforward to convert the model (.pth file) to .tflite?
-
I am working on a proof of concept of using TensorflowJS with microcontroller sensors to build machine learning models that can connect to microcontroller actuators after classification using webSeria…
-
This is the stack trace when i tried to open realtime screen
Caused by: java.lang.IllegalArgumentException: Cannot copy from a TensorFlowLite tensor (Identity) with shape [1, 1] to a Java object wi…
-
Why is `abs` defined in the Arduino.h for this core?
https://github.com/arduino/ArduinoCore-mbed/blob/682a054fb9769066571ab046b200b2a30b18c11a/cores/arduino/Arduino.h#L70
This conflicts with `st…
-
IDE: Xcode 15
Platform: iOS17
TensorFlow version: r2.9
I am developing both iOS and Android apps that are running with TensorFlow Lite model. Because my model uses LSTM, I have to make use of TFS…
-
Hi there,
I was following the build instructions in the README to create a tflite .dll file for my windows realtime image classification project.
The project works but very stuttery, so I tried to…