I am working on mnist data using TensorFlow. Training the model went fine but after that wehn I try this code below
val_loss,val_acc=model.evaluate(x_test,y_test)