tflite-support
tflite-support copied to clipboard
TFLite Support is a toolkit that helps users to develop ML and deploy TFLite models onto mobile / ioT devices.
Not sure what hinders from allowing downloading models in runtime and serving them? https://github.com/tensorflow/tflite-support/blob/master/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/common/FileUtil.java ``` public static MappedByteBuffer loadMappedFile(@NonNull Context context, @NonNull String filePath) throws IOException { SupportPreconditions.checkNotNull(context, "Context should...
Not sure if this is the correct place to report this problem, or I should report it at tensorflow/tensorflow repository. As said [here](https://www.tensorflow.org/tutorials/images/data_augmentation), using Keras preprocessing layers as part of...
i dont understand the problem from where its coming but when i call createtflitesimdmodule from the tflite.simd file it return empty buffers but before it was working as expected and...
few weeks ago this tensorflow official tutorial used to work now it breaks in model.evalute_tflite(test_data) with the follwing error: InvalidArgumentError: required broadcastable shapes [Op:Mul] 
 it looks like the paths that are printed by a logger are wrong and do not even exist. Or am I missing anything here?
Hello tflite-support team! Thank you for building an awesome project. Do you have roadmap visibility for model personalization (transfer learning) on IoT devices (e.g. rpi) ? The feature has been...
Hello everybody :) I am using a custom TFLite model in an Android Studio Application and want to profile it so I can see the resources spent in each layer...