You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root (string) β Root directory of dataset where Fashion-MNIST/processed/training.pt and Fashion-MNIST/processed/test.pt exist.
It should instead be:
root (string) β Root directory of dataset where FashionMNIST/processed/training.pt and FashionMNIST/processed/test.pt exist.
since when I manually place processed/training.pt and processed/test.pt into a folder named Fashion-MNIST, I get a RuntimeError: Dataset not found. Turning Fashion-MNIST into FashionMNIST solves the issue. When download=True, the system also generates the files in a folder named FashionMNIST not Fashion-MNIST.
This is not an extremely important bug, but it may save some time in the future for some people experiencing bugs due to this.
The text was updated successfully, but these errors were encountered:
π Documentation
Hi there,
The docs of FashionMNIST dataset says:
root (string) β Root directory of dataset where
Fashion-MNIST/processed/training.pt
andFashion-MNIST/processed/test.pt
exist.It should instead be:
root (string) β Root directory of dataset where
FashionMNIST/processed/training.pt
andFashionMNIST/processed/test.pt
exist.since when I manually place
processed/training.pt
andprocessed/test.pt
into a folder namedFashion-MNIST
, I get aRuntimeError: Dataset not found
. TurningFashion-MNIST
intoFashionMNIST
solves the issue. Whendownload=True
, the system also generates the files in a folder namedFashionMNIST
notFashion-MNIST
.This is not an extremely important bug, but it may save some time in the future for some people experiencing bugs due to this.
The text was updated successfully, but these errors were encountered: