-
Hi,
I am trying to create Kivy-ios app to be able to view and analyse a data set. I see that python-for-ios doesn't have recipes for pandas, scikit-learn, tensorflow and h5py so I will have to create…
-
### 1. System information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Win 10 22H2 (but reproducible elsewhere)
- TensorFlow installation (pip package or built from source): pip pack…
DLumi updated
10 months ago
-
On the first page of the ["TensorFlow for Poets 2: TFLite iOS" tutorial](https://codelabs.developers.google.com/codelabs/tensorflow-for-poets-2/#0)
it says that you'll learn "How to compress your mod…
-
```bash
$ nnstreamer-check
NNStreamer version: 2.4.0
loaded : TRUE
path : /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libnnstreamer.so
NNStreamer configuration:
===========…
-
### Issue type
Support
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
binary
### TensorFlow version
tf 2.15.0.dev
### Custom code
No
### OS platform and distribution…
-
### Description
...Hi, I want to ensemble models on Tensor2tensor but found it a bit difficult with tf estimators. Maybe it would be better using raw session I guess. Does anyone can share me some …
lyzKF updated
5 years ago
-
My aim is to implement this model in edge computing, and one thing i'm trying out is quantising the model.
I've converted the .h5 file into a tf frozen graph following [this](https://github.com/mat…
-
Hi,
I have a model with BatchNormalization layer.
Model -
[model-quant.tflite.tar.gz](https://github.com/google-coral/edgetpu/files/5151097/model-quant.tflite.tar.gz)
I get the following err…
-
I want to use 3D object detection in ios is there someway I can do that?
-
Hi, I am trying to quantize my own tf-keras model for NNAPI delegate. First the origin tf-keras model size is 5.6MB,and quantized int8-tflite model size is about 1.8M, that is not 4X times. And more i…