zalando-datasets/fashion_mnist
Viewer • Updated • 70k • 36.4k • 67
This repository contains the best model setup for the week 3 deep learning assignment.
best_model_setup.py - Defines a PyTorch neural network, loss function, and optimizer setup.The model is a feed-forward neural network for 28x28 image inputs with:
Default training parameters:
0.00120from best_model_setup import create_best_model_setup
model, loss_fn, optimizer = create_best_model_setup()