-
I'm trying to run kws_streaming's 00_check_data.ipynb/01_train.ipynb/02_inference.ipynb.
docker image tensorflow/tensorflow:nightly-gpu-jupyter is used to run the demo. And the following packages a…
-
**Hello,
I'm not 100% sure it's a bug.
I trained a model and saved it on Google Colab Entreprise
Tensorflow v2.17.0
Keras v 3.4.1
Once a try to load the model using tf.keras.models.load_mod…
-
Hey all, thank you for your efforts in this project. KUDOS.
#### Issue Description
I'm trying to load a Keras Model created with TF. It is a Yolov3. Looks like the Functional Layer Type is not s…
-
hello, I'm having a problem with loading premade models (https://www.tensorflow.org/lattice/tutorials/premade_models)
when I save the model as .tf format and load the model I would get
```
KeyEr…
-
Previously Keras 2 I can use **model.add_metric()** to add any arbitrary tensor as my metric.
But Keras 3 removed .add_metric() method from layer and model. How can I achieve that?
BTW I can't …
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
binary
### TensorFlow version
2.17.0
### Custom code
No
### OS platform and distribution
Linux ubun…
-
Running the example shows inconsistency in number of parameters and model performance compared to what is displayed.
It seems that the global average pooling should take data_format to "channel_fir…
-
The Keras interface works fine but I had to change the Binary Encoding.
TensorFlow’s Graph Mode relies on Symbolic Tensors, which act as placeholders without actual data during initial model checks…
-
This is likely due to Keras version changes. Currently using Keras 3.2.1 with Tensorflow 2.16.1.
So far, I've changed the following in `layers.py`:
`from keras.src.layers.rnn.dropout_rnn_cell_mi…
-
I am applying the use of Keras models that utilize probabilistic layers. The model below, which used to work normally, now presents the following error:
inputs = tf.keras.Input(shape=(X_train.shape…