pkgoogle
pkgoogle
Hi @JoshPPrieto, I wouldn't call it expected, we always appreciate it when the users share any research they have already done as it usually does help us. Feel free to...
Hi @MinaBabahaji-ML, in attempting to reproduce your issue I ran into this issue: ``` adb shell "cd /data/local/tmp && LD_LIBRARY_PATH=. ./model_test --model=model_files/sample.tflite --input_shape=1,105 --output_shape=1,512" CANNOT LINK EXECUTABLE "./model_test": library "libc++_shared.so"...
HI @MinaBabahaji-ML, I was able to continue with the new instructions but am running into a different issue probably due to using an emulator. Hi @sirakiin, can you please take...
Hi @CaptainDario, I was able to replicate with your exact steps and cmake. I also tried with bazel and that seemed to work fine: ``` bazel build tensorflow/lite/tools/benchmark:benchmark_model ``` Hi...
Hi @Moddingear, can you let me know what setup/installation you have performed as well as the commands which are running into issues? i.e. Have you tried compiling? Are you only...
Hi @abattery, can you please take a look? Thanks.
Hi @michaelpoluektov, https://github.com/tensorflow/tensorflow/tree/master/tensorflow/compiler/mlir/lite this readme is a good high level overview of the passes TF --> TFL goes through, I would say at this point it is outdated but it's...
Hi @suyash-narain, I'm trying to understand how you integrated TFLite into your application. Did you build a shared library from source and included in your project? If so do you...
Hi @suyash-narain, you should be able to export it in Android Studio, then upload the zip file:  If not you can upload it to an external source such as...
@suyash-narain https://www.tensorflow.org/lite/performance/gpu#troubleshooting_gpu_support seems to state that it should just fallback to running parts of the model on CPU (despite it being slower). So this should be a bug... do you...