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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the default extracted file name #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wolfrev0
Copy link

@wolfrev0 wolfrev0 commented Nov 16, 2023

Some users (#12, #13) seem to be experiencing issues due to a mismatch between the default file name and the actual file name. I also had the same problem, and it was caused by reading a directory(train-images-idx3-ubyte) as a file. It does not matter when downloading data using the source code, but the current setting can be confusing for users who download data files manually.

current default file name: train-images-idx3-ubyte
actual .gz file structure: train-images-idx3-ubyte.gz/train-images.idx3-ubyte

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

Successfully merging this pull request may close these issues.

1 participant