-
tensorflow_text is great -- we were previously developing custom c++ ops and compiling them with tensorflow serving, now we don't need to.
There are a number of text models I would be interested…
-
Hello. I want to perform inference on tflite model in unity.
Since unity's barracuda does not support modern model computation, we are considering using Tensorflow.NET.
Tensorflow.NET looks very…
-
How would one compile a Tensorflow program to HEIR's TOSA frontend?
-
TensorFlow takes minutes to import on a Raspberry Pi Zero W and that's probably because of the huge .so file with native primitives it has to load, among other things. Given the nature of the project,…
-
when convert to tflite,the error of "call() got an unexpected keyword argument 'training'" appear,how to resolve it?
import tensorflow as tf
import keras
from keras.layers import BatchNormalizati…
-
### Describe the bug
I have reproduced this error with Tensorflow 2.12 and 2.13 and wandb 0.15.4 and 0.15.5. In the case where the following two conditions hold,
1. wandb is imported **before** te…
-
I tried the page at Meetups_Notebooks/CNN_End2End/CatsvsDogs.ipynb, but got an error while creating the function "convert_to_tflite". The error is thrown on this line...
` converter = tf.contrib…
-
### 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…
-
Hello,
The SSD model converted to tflite with a flag use_regular_nms=True doesnt work with tf-js tflite. Calling the model.predict function causes the web-page to freeze without returning any error…
-
I am trying to run a simple Tensorflow example on CartPole with the LSTMNetwork. It appears a critical member is missing from the class. I also get the same error when using the GRUNetwork.
> Error…