I am setting the line test_Y to true: ``` # for 'classification' self.loss_and_acc=None # loss, train_acc, test_acc, spend_time **self.test_Y=True# real label** self.real_class = None self.pred_class = None ``` But it still doesn't show the accuracy of test set