Fixes for rnn_keras_estimator.ipynb
* wrapping `range(batch_size)` into a `list` call so that it's convertible to `Tensor` in Python 3, where `range` alone returns just a generator * specifying a `dtype` argument to `LSTMBlockCell`'s constructor These should fix the breakages in #24701
Loading
Please sign in to comment