-
To add a loss and metrics to a model, I can add them to `model.compile(loss=..., metrics=...)`, provided that they have the signature `fn(y_true, y_pred)`, see the [docs](https://keras.io/api/models/m…
-
Prior to filing: check that this should be a bug instead of a feature request. Everything supported, including the compatible versions of TensorFlow, is listed in the overview page of each technique. …
-
When I run the runWebcam it always shows the ValueError: bad marshal data (unknown type code), I found the most popular solution of this by google, it tells me to delete the pyc files, but after I d…
-
Keras 3 is a major new release. It features a number of cleanups and modernizations of Keras which leads to number of breaking changes compared to Keras 2.
The list below is exhaustive to the best …
-
After the redesign in #2500, here is a list of potential improvements for recurrent layers and recurrent cells
- [ ] add an option in constructors to have trainable initial state
- [ ] use cuDNN
…
-
The error comes up when running locally, but not in colab.
The problematic cell is the no.22 in the solution notebook. and for reference, here's the code
```
### Defining a network Layer ###
…
-
Dear developers,
I am getting the following exception when trying to embed a ReLU network in my optimization model:
Exception has occurred: TypeError
'>' not supported between instances of 'N…
-
In the wav2vec colab (https://keras.io/examples/audio/wav2vec2_audiocls/) I get an 'UnimplementedError' when training the model in Colab.
https://colab.research.google.com/github/keras-team/keras-io/…
-
I want to make a custom 2x2 Pooling Layer for my CNN architecture with this function with Keras
`def cantor_pairing(a, b):
return (a + b) * (a + b + 1) // 2 + b`
i want the function to …
-
Hello,
I have been looking for information but I still am unclear about how to save and load the models obtained through the
[object detection guide ](https://keras.io/guides/keras_cv/object_det…
dwmar updated
3 months ago