ryantang1993
Results
2
comments of
ryantang1993
I also met the same problem. Have you found a solution?
When I set print(tf.executing_eagerly()) before loss = rnnt_loss(y_pred, y_true, spec_lengths, label_lengths), got False, that is to say, the eager mode changed in the loss function.