-
### Issue Type
Bug
### Source
source
### Keras Version
Keras 3.5.0
### Custom Code
No
### OS Platform and Distribution
Mac OS Sonoma 14.6.1
### Python version
3.10.9
### GPU model and memo…
-
Using tensorflow 2.16.1 with keras 3.5.0 falied to load pretrained gru layers weights to a gru cell.
the tow layer are defined as below
For gru layers:
t_rnn_1 = keras.layers.GRU(units=64, r…
-
**1. URL of the file using:**
https://github.com/tensorflow/tfjs
**2. Issue:**
I am encountering an issue when attempting to convert a Keras model (`.h5`) to TensorFlow.js format using the `tenso…
-
# Description
When the Keras model contains `tf.where` somewhere in the graph, it breaks model (de)serialization. The problem doesn't happen if `keras.ops.where` is used instead. There is no mention …
-
ValueError: Unknown layer: 'TensorFlowOpLayer'. Please ensure you are using a `keras.utils.custom_object_scope` and that this object is included in the scope. See https://www.tensorflow.org/guide/kera…
-
This task is part of the KerasHub project ( Consolidating all of KerasCV and KerasNLP models in to one place)
Models from KerasCV will be added to KerasNLP in KerasNLP infrstructure style. The develop…
-
After fixing some imports, I am getting this error:
Could you provide the custom_object, or maybe a link to a working Google Colab notebook?
```
[/usr/local/lib/python3.10/dist-packages/keras/src/l…
-
This task is part of the KerasHub project ( Consolidating all of KerasCV and KerasNLP models in to one place)
Models from KerasCV will be added to KerasNLP in KerasNLP infrstructure style. The develop…
-
Would be really helpful if we could include callbacks similarly to how keras does it. For example:
https://github.com/keras-team/keras/blob/a063684e1128944461809d923758f9a684e721de/keras/backend/…
-
This task is part of the KerasHub project ( Consolidating all of KerasCV and KerasNLP models in to one place)
Models from KerasCV will be added to KerasNLP in KerasNLP infrstructure style. The develop…