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

fix: EMNIST url invalid #24

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Conversation

xweiba
Copy link
Contributor

@xweiba xweiba commented May 17, 2024

rt

Fixes #25

@sebastianillges
Copy link

from extra_keras_datasets import emnist

emnist.load_data(type='balanced')

Error:
emnist.load_data(type='balanced')
File "/usr/local/lib/python3.11/site-packages/extra_keras_datasets/emnist.py", line 58, in load_data
with ZipFile(path, "r") as opened_zip:
^^^^^^^^^^^^^^^^^^
File "/usr/local/Cellar/[email protected]/3.11.6_1/Frameworks/Python.framework/Versions/3.11/lib/python3.11/zipfile.py", line 1302, in init
self._RealGetContents()
File "/usr/local/Cellar/[email protected]/3.11.6_1/Frameworks/Python.framework/Versions/3.11/lib/python3.11/zipfile.py", line 1369, in _RealGetContents
raise BadZipFile("File is not a zip file")
zipfile.BadZipFile: File is not a zip file

@christianversloot christianversloot merged commit a209532 into machinecurve:master Jun 25, 2024
@christianversloot
Copy link
Collaborator

Thank you!

@xweiba
Copy link
Contributor Author

xweiba commented Jul 17, 2024

Thank you! 谢谢你!

This project has saved me a significant amount of time, and I should thank you for your work.

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.

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