Creating a Loss Function error: NameError: name 'example_batch_predictions' is not defined

I am learning about Natural Language Processing With RNNs it was error: NameError: name ‘example_batch_predictions’ is not defined

# we can see that the predicition is an array of 64 arrays, one for each entry in the batch
print(len(example_batch_predictions))
print(example_batch_predictions)

Please someone to help fix this problem. Thank you!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.