Daniel Estevez
Results
2
issues of
Daniel Estevez
This PR fixes a silent failure when calling stateful RNN layers (SimpleRNN, GRU, LSTM) with an input that doesn't match the fixed batch size. Previously: - `SimpleRNN` would silently broadcast...
size:S
awaiting review
When using a Keras `SimpleRNN` layer with `stateful=True`, the documentation states that a fixed batch size is required. However, when a model is built with `batch_size=N` (e.g. 4), and later...
stat:contributions welcome
type:Bug