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 ( pixels) compared to the ImageNet images ( pixels) that AlexNet expects. To apply AlexNet directly to Fashion-MNIST, the images must be upsampled to . 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
Tags
D2L
Dive into Deep Learning @ D2L