Giovanni Faldani

Results 2 comments of Giovanni Faldani

Hello, I fixed it by manually clipping the input tensor to where values over the vocabulary size are set to 0 (the ID of the `` symbol) All I did...

I solved this by changing `tf.contrib.rnn.CoupledInputForgetGateLSTMCell` to `tf.compat.v1.nn.rnn_cell.LSTMCell` in models/custom_layers.py