Home

Awesome

Zalando's MNIST fashion replacement

This repo is archived.

Zalando recently released an MNIST replacement. The issues with using MNIST are known but you can read about the dataset and their motivation here.

Training

python train.py

        --model         # specify model, (FashionSimpleNet, resnet18)
        --patience      # early stopping
        --batch_size    # batch size
        --nepochs       # max epochs
        --nworkers      # number of workers
        --seed          # random seed
        --data          # MNIST or FashionMNIST

Results

FashionSimpleNetResNest18
MNIST0.9940.994
FashionMNIST0.9230.920