I have coded but facing issue as a name error mostly for all exercises. Is I am missing with any library. Below is the error message:
NameError Traceback (most recent call last)
in
5 # YOUR CODE STARTS HERE
6
----> 7 m_train = train_set_x_orig.shape[0]
8 m_test = test_set_x_orig.shape[0]
9 num_px = train_set_x_orig.shape[1]
NameError: name ‘train_set_x_orig’ is not defined