leonorv/AP-HW2-2122
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This archive contains everything you need to complete Homework 2. It contains the following files: download_fashion_mnist.py - allows you to download the Fashion-MNIST dataset to a compressed .npz file, which hw2-q2.py can load. hw1-q2.py - contains skeleton code for Question 2, which covers classification with CNNs, with implementation in torch.