Eryk Halicki Devlog Art

Brushing up on PyTorch basics

Zima · 2025-10-05 · 3 hours

Goal: traing a basic CNN on MNIST dataset using pytorch

What I did:
- Following intoductory CNN MNIST tutorial

What worked:
- Model training success (98% accuracy and test set)

What failed:
- Nothing

Key learning:
- Got more familiar with PyTorch

Next session:
- N/A

Time spent: 3 hours