-
DeepExplainer can't handle the GlobalMaxPooling layer but it can handle the GlobalAveragePooling layer.
```
inp = layers.Input((1250,21,1))
out = layers.GlobalMaxPooling2D()(inp) # works with Glo…
-
Issues with tensorflow version
https://developer.apple.com/metal/tensorflow-plugin/
```
58 python -m pip show tensorflow-metal
59 python -m pip show tensorflow
60 python -m pip show…
-
Hi,
Thanks for the tool. I have tried the Colab, but in the `Predict antibody-antigen complexes` step, it has following error:
```
Loading the trained models
Traceback (most recent call last):
…
-
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 …
-
### Keras version: 3
### TensorFlow version
2.16.1
### Current behavior?
1/1 ━━━━━━━━━━━━━━━━━━━━ 0s 354ms/step - accuracy: 0.5000 - loss: 1.1560
[1.1560312509536743, 0.5]
Epoch 1/10
1/…
-
Hello, I am trying to install dca but keep getting errors related to keras.
Which dca, keras, tensorflow versions to use?
-
### Issue Type
Bug
### Source
source
### Keras Version
Keras 3.4.1
### Custom Code
No
### OS Platform and Distribution
Windows 10
### Python version
3.12.3
### GPU …
-
I followed the instructions in the document at https://keras.io/api/keras_cv/models/tasks/deeplab_v3_segmentation/ and encountered an error when I input the following code:
```python
from keras_cv.m…
-
-
Keras 3 is a high-velocity open-source project. We welcome contributions! Here's what you can do:
## Take up one of these items:
Here are some features that we'd love to see implemented by the K…