Learn Before
Concept

Training AlexNet on Fashion-MNIST

Although AlexNet was originally trained on the large-scale ImageNet dataset, it is often trained on Fashion-MNIST for educational demonstrations because training an ImageNet model to convergence can take hours or days even on a modern GPU. However, Fashion-MNIST images have a lower resolution (28imes2828 imes 28 pixels) compared to the ImageNet images (224imes224224 imes 224 pixels) that AlexNet expects. To apply AlexNet directly to Fashion-MNIST, the images must be upsampled to 224imes224224 imes 224. While this upsampling allows the images to fit the network's architecture, it is generally not a smart practice in real-world applications because it simply increases the computational complexity without adding any new information.

0

1

Updated 2026-05-13

Contributors are:

Who are from:

Tags

D2L

Dive into Deep Learning @ D2L