-
Models `h`,`j` fail.
When running all the models with
```
for model in ("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k"):
cmd = f"timeout 125m predict.py -m {model} -g 2 -c ."
wi…
-
I'm trying to install and run quiver to visualize a Keras model I've trained.
Running Windows 10 and Anaconda.
I installed quiver with git on a fresh conda environment
```
pip install git+gi…
-
When using keras-nightly which is now a preview of the keras 3.0 to come, tensorboard fails to represent the conceptual graph of a functional keras model.
I know that tensorboard is intended to wor…
nhuet updated
1 month ago
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
binary
### TensorFlow version
tf 2.12.0
### Custom code
Yes
### OS platform and …
-
Hello,
Trying to run the vignette but stuck here. Appreciate your advice. Best.
> cells
-
there are lots of preprocessing and augmentation layers that are hard to understand. can keras offer some like https://demo.albumentations.ai/ - an interactive site.
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
2.16.1
### Custom code
Yes
### OS platform and di…
-
Running the example shows inconsistency in number of parameters and model performance compared to what is displayed.
It seems that the global average pooling should take data_format to "channel_fir…
-
I am applying the use of Keras models that utilize probabilistic layers. The model below, which used to work normally, now presents the following error:
inputs = tf.keras.Input(shape=(X_train.shape…
-
I'm trying to run kws_streaming's 00_check_data.ipynb/01_train.ipynb/02_inference.ipynb.
docker image tensorflow/tensorflow:nightly-gpu-jupyter is used to run the demo. And the following packages a…