Let’s Build a Fashion-MNIST CNN, PyTorch Style

A Line-by-line guide on how to structure a PyTorch ML project from scratch using Google Colab and TensorBoard

Michael Li
Towards Data Science
15 min readOct 23, 2019

--

Pytorch with Fashion MNIST

When it comes to frameworks in technology, one interesting thing is that from the very beginning, there always seems to be a variety of choices. But over time, the competitions will evolve into having…

--

--