-
### What happened?
When I try to create Keras model using TF 2.16+ I've got an error:
ValueError: Exception encountered when calling layer 'keras_layer' (type KerasLayer).
A KerasTensor …
-
### Issue Type
Bug
### Source
binary
### Keras Version
2.16.0
### Custom Code
No
### OS Platform and Distribution
Linux Ubuntu 20.04
### Python version
3.10
### GPU model and memory
_No r…
-
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…
-
Hi everyone,
I would like to point out a problem that I found while developing a custom model: layer's weights are not saved if a Model subclass initializes a custom layer that contains sublayers …
-
### Reasoning
Activation functions are quite often applied as isolated layers (whilst still being available directly within a learnable layer such as convolutional layers).
### Prior Art
Tensorflow…
-
I'm using the official TF 2.17 container (**tensorflow/tensorflow:2.17.0-gpu-jupyter**) + **keras==3.5.0**.
The following code saves a model which contains a (dummy) custom LSTM layer, then inits a…
-
Can I use keras layer with bert embeddings from sentence-transformers?
```
[
merged = Dot(name = 'dot_product', normalize = True, axes = 1)([h_embeddings, s_embeddings])
# Reshape to b…
-
### Issue type
Documentation Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
tf 2.14.0
### Custom code
Yes
### OS…
-
Hi everyone. I've built a classification model using the Larq framework. After training, I obtained an h5 format model file and converted it to tflite format using the Larq Compute Engine. I observed …
-
### Is this a unique feature?
- [X] I have checked "open" AND "closed" issues and this is not a duplicate
### Is your feature request related to a problem/unavailable functionality? Please describe.…