-
**Title:** ModelCheckpoint Callback Fails to Save Models in .h5 Format in TensorFlow 2.17.0+
**Description:**
I'm experiencing an issue with TensorFlow's `tf.keras.callbacks.ModelCheckpoint` acr…
-
Hi,
I already asked this question on stackoverflow, but didn't get any responses. So I'll try here:
I am trying to develop a transformer sequence to vector model but encounter performance issues. I …
-
I originally posted this issue in the [TensorFlow GitHub](https://github.com/tensorflow/tensorflow/issues/77048), and was told it looks like a Keras issue and I should post it here.
TensorFlow ver…
-
### 1. System information
- OS Platform and Distribution: Windows 11
- TensorFlow installation : pip
- TensorFlow library: 2.18.0
### 2. Code
import tensorflow as tf
input_shape = (224,…
-
Hi,
I recently upgraded from Keras 2 to Keras 3 and noticed some strange behavior when using a custom loss function with model.fit(). The model trains without throwing any errors, but the loss va…
-
Trevor noticed that calling `train()` using the outer GAN model was calling the `train_step()` from the inner GAN.
We need to override the `train_step` of the models _**inside**_ the TF_CGAN, but …
-
Why does the copied code from the [tensorflow documentation](https://www.tensorflow.org/tutorials/load_data/images) result in 0?
According to the documentation, the number of images in the directory …
-
```from tkat import TKAT
import numpy as np
import tensorflow as tf
N_MAX_EPOCHS = 100
BATCH_SIZE = 128
early_stopping_callback = lambda : tf.keras.callbacks.EarlyStopping(
monitor="val_lo…
-
Hi @slundberg,
I'm using DeepExplainer for a Keras functional model that combines two (pre-trained) models but I'm getting a weird error:
```
explainer_test = shap.DeepExplainer(model_wrapped, …
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
binary
### TensorFlow version
2.17.0
### Custom code
Yes
### OS platform and dis…