def eval()

in china/2020_GCR_Kubeflow_Workshop/resources/mnist-tensorflow-jupyter.py [0:0]


def eval(model, test_images, test_labels):
  test_loss, test_acc = model.evaluate(test_images, test_labels)
  print('\nTest accuracy: {}'.format(test_acc))