C2W3 programming assignment

Tensorflow_introduction assignment is currently getting error:

NameError: name ‘new_y_test’ is not defined

This is happening after Exercise 3 - one_hot_matrix. The graded portion is returning the expected output but the new_y_test and train sets are failing preventing me from going further with the assignment.

Where is new_y_test created? It is a separate cell after the test for one_hot_matrix, right? Did that cell throw an error? If so, what was the error?

You might want to have a look at this other recent thread and see if you made the same mistake discussed there.

I will check that out but I believe it is the same as the thread you linked. Thank you!