-
### Issue type
Build/Install
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
tf 2.16
### Custom code
No
### OS platform and distribution
…
-
我先使用onnx转成tensorflow pb,代码如下
```python
from onnx_tf.backend import prepare
import onnx
onnx_model = onnx.load("version-RFB-320.onnx")
tf_rep = prepare(onnx_model)
tf_rep.export_graph("version-…
-
First, this is work is WOW and I'm newbie in all this AI stuff. But has been playing with TF for a while and was going to use it along with TPU (Google Coral), now I see and tried your project, I'm so…
-
### 1. System information
- OS Platform and Distribution : Ubuntu 22.04.3 LTS
- TensorFlow installation: pip install tensorflow (virtual env: venv)
- TensorFlow library: pip package -> tensorflow…
-
**Describe the bug**
When doing the [Sparsity and cluster preserving quantization aware training (PCQAT) Keras example](https://www.tensorflow.org/model_optimization/guide/combine/pcqat_example), if …
-
Hello! Our static bug checker has found a performance issue in models/research/seq_flow_lite/models/sgnn/sgnn.py: [`fused_project`](https://github.com/aboerzel/German_License_Plate_Recognition/blob/6…
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
tf 2.14
### Custom code
Yes
### OS platform and distribution
aarch64…
-
Tensorflow Lite v2.7.0 for debian is now available in our [ppa](https://launchpad.net/~nnstreamer/+archive/ubuntu/ppa/+packages).
New GPU (using opencl) and XNNPACK delegates are available with our t…
-
when I try to run android application native-lib.cpp has error saying some files not found. I am new to it.Can you please help me.
-
**Describe the bug**
When i try to convert a pruned model in a TFlite model i get this error : InvalidArgumentError: Input 0 of node pruned/prune_low_magnitude_conv2d_2/AssignVariableOp was passed fl…