🐛 Describe the bug
Normally, when downloading the fashion-mnist dataset, two folders are created, namely raw and processed.
In the latest torchvision version (0.10.1), only raw is being created and no error is being raised.
Steps to reproduce:
import torchvision
torchvision.datasets.FashionMNIST(root=".", download=True, train=True)
Versions
I verified this issue on two different machines.
Version 0.9.1 provides the two folders, whereas 0.10.1 does not.