Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fashion MNIST not creating processed directory when downloading #4685

Open
le1nux opened this issue Oct 21, 2021 · 2 comments
Open

Fashion MNIST not creating processed directory when downloading #4685

le1nux opened this issue Oct 21, 2021 · 2 comments

Comments

@le1nux
Copy link
Contributor

le1nux commented Oct 21, 2021

馃悰 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.

@LuigiSimeone
Copy link

I have the same issue with:
python 3.8.10
torch version 1.10.1
torchvision 0.11.2

@NicolasHug
Copy link
Member

I assume this comes from #3420. IIUC we now create the "processed" files on the fly.

@le1nux @LuigiSimeone could you please detail why you need the processed subfolder?

CC @pmeier

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants