Skip to content

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

@gugo2808

Description

@gugo2808
#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"

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions