-
Facing issues when creating quantized int8 tflite model.
```
(base) C02ZL31WLVCF:tensorflow-yolov4-tflite username$ python convert_tflite.py --weights ./checkpoints/yolov4-416 --output ./checkpoi…
-
The LCE interpreter from `lce.testing.Interpreter` is a standalone class and exposes different properties of the quantized model (scale and zero-point for example). the converter on the other hand is …
-
Hi, I used your script `k2tf_convert.py` to convert my trained Keras model to `.pb` format. Next I wanted to use it to convert to tflite model. When I call `tf.lite.TFLiteConverter.from_saved_model(sa…
-
Hi,
If I want to use the version without GPU, where or which code should I uncommented `#define GPU_DELEGATE` ?
-
### 1. System information
WSL Linux l 5.14.0-427.18.1.el9_4.x86_64 GNU/Linux
tensorflow==2.10.1
tensorflow-cpu==2.10.1
installed using pip
### 2. Code
Ignore the fact that the dequantization…
-
To quote a mistake when I user bazel-0.15.0 build tf0.10 on ubuntu16.04 python3.6.8。
My command is “`bazel build --config=opt //tensorflow/tools/pip_package:build_pip_package`”。
**gcc: error: un…
-
I have an embedder model that takes an RGB image as input and outputs two vectors of shapes `(batch_size,128)` and `(batch_size,512)`.
The model was trained with the following preprocessing of the …
-
感谢您参与 X2Paddle 社区! 问题模版为了 X2Paddle 能更好的迭代,例如新功能发布、 RoadMaps 和错误跟踪. :smile_cat:
## 问题描述
- 错误信息
- 错误截图
## 具体信息
- 转换模型后用处
- [ ] 使用 Paddle 框架/ PaddleInference 推理预测
- [ ] 使用 Paddle-L…
-
Is it possible to run guesslang inference without the need of TensorFlow?
I see that some pre-trained model is offered as part of the github. But users will still need to install the complete TensorF…
-
pip install Keras==2.3.1
pip install Keras-Applications==1.0.8
pip install Keras-Preprocessing==1.1.0
pip install tensorboard==1.14.0
pip install tensorflow==1.14.0
pip install tensorflow-estimat…