The Setup
Building towards: MNIST dataset
A case study of the pytorch MNIST example.
- Boilerplate: Setting up python and virtual environments
- MNIST: Code and breakdown of MNIST example
- Randomness: Examples of setting random seed and effect on data, models, etc.
- Dataset: Investigation of
datasets.MNIST - Model: Investigation of
torch.nn.Module - Metrics: MNIST classification metrics
- Training: MNIST
trainfunction - Device: Ensuring use of GPU for training
- Hyperparams: Providing hyperparams to python training script