Fashion-MNIST image classification with a fully-connected network subclassed from tf.keras.Model
Fashion-MNIST is one of the datasets available in tf.keras.datasets:
from tf.keras.datasets import fashion_mnist
python mnist_fit.py