-
The Dropout-Layer doesnt seem to be represented.
Error comes from the keras_util
`NameError: name 'Dropout' is not defined`
-
### 1. System information
- OS Platform and Distribution: Pop!_OS 22.04 LTS
- TensorFlow installation: pip package
- TensorFlow library: 2.17.0
### 2. Code
```
import tensorflow as tf
…
-
**Describe the bug**
I trained a U-net style segmentation model using the exact model generation code found here: (https://keras.io/examples/vision/oxford_pets_image_segmentation/).
The segmentati…
-
The model I trained is a 3-layer feedforward neural network with tabular data.
The DeepExplainer could be initialized but error when calling shap_values at second line:
```
e = shap.DeepExplainer(m…
-
I downgraded to Keras 2 hoping to use lwtnn after reading this issue: https://github.com/lwtnn/lwtnn/issues/175
Unfortunately it still doesn't work. The issue is that lwtnn expects a specific struc…
-
Hello,
I'm trying to certify a model I have trained in pytorch, and then converted to keras. I am using run_cnn in pymain.py, but I'm getting the error:
"ValueError: Invalid Layer Type"
bec…
-
I tried to load "**trees_202106190148_Adam_e4_redgreenblueinfrared_256_84_frames_weightmapTversky_MSE100_5weight_attUNet.h5**" model and others too for testing models on my input data but there is a p…
-
### Issue type
Documentation Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
tf 2.14.0
### Custom code
Yes
### O…
-
In some cases, the dynamic has a result, but the static inference shape reports an error.
Here are some samples:
1.
version: keras -- 3.5.0; Jax – 0.4.31
```python
import os
import re
import…
-
2024-09-14 04:23:33,200 - CRITICAL - Can not load tensorflow or keras, stopping
2024-09-14 04:23:33,201 - CRITICAL - Can not load tensorflow or keras, stopping
--------------------------------------…