-
Minimal example to reproduce the issue:
This was tested with tf version 2.4.1 and keras_lmu version 0.3.1
```python
import tensorflow as tf
import keras_lmu
import numpy as np
from tensorflow.…
-
I'm trying to make some dense layers that output the parameters of Gaussian mixture (a mixture density network). I want to run a batch of data through the network (for speed), get out a batch of distr…
-
```
WARNING:tensorflow:From /usr/local/lib/python3.6/site-packages/keras/backend/tensorflow_backend.py:517: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead.
WARN…
-
Hey, so I've downloaded the preprocessing & encoder layer of BERT in order to build a simple email classification model. When I'm finally building my model to pass the training data it throws this err…
-
**System information**.
- Have I written custom code (as opposed to using a stock example script provided in Keras): NO
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Colab
- TensorFlow…
-
Using TensorFlow backend.
Traceback (most recent call last):
File "rpsFYP.py", line 45, in
model = simple_model()
File "rpsFYP.py", line 17, in simple_model
new_model.add(LSTM(units=…
-
Is it possible to use the pretrained Spleeter models as a layer in a tensorflow keras model built with the functional api?
I currently use Spleeter in my preprocessing pipeline for a CRNN classifie…
-
After I trained on my own dataset with width 800 height 480 without checkpoint successfully, I fill in the checkpoint parameter and tried the test image and this error showed up. The exact error is li…
-
As seen on https://keras.io/layers/writing-your-own-keras-layers/
-
Hi Mr Geron,
I love your book, and have been trying to run the code examples side by side.
I am facing issue in running it on my own Windows system.
In chapter 10 noteboook, int eh section on build…