Skip to content

Fashion MNIST not creating processed directory when downloading #4685

@le1nux

Description

@le1nux

🐛 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions