Skip to content

"http://www.itl.nist.gov/iaui/vip/cs_links/EMNIST/" \n "matlab.zip" Doesn't download the right file #25

New issue

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

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
gugo2808 opened this issue Jul 5, 2024 · 0 comments · Fixed by #24
Assignees
Labels
bug Something isn't working

Comments

@gugo2808
Copy link

gugo2808 commented Jul 5, 2024

#Load data
path = get_file(
    path, origin=("http://www.itl.nist.gov/iaui/vip/cs_links/EMNIST/"
                  "matlab.zip")
)

this part of the code doesn't work correctly for me. It downloads this kind of file: emnist_matlab.npz
while the program expects emnist_matlab.zip
In the browser link works, but slow as hell. I mean the file retrieving from the link. After it gave me the file to download, the downloading process was quick. (depending on the internet)
I had to manually download the file place it inside the folder and write my path:

path = "/path to file/ emnist_matlab.zip"

@gugo2808 gugo2808 added the bug Something isn't working label Jul 5, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants