Skip to content

Commit

Permalink
Update EMNIST URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony-Y committed Apr 25, 2024
1 parent eb995c6 commit 43a9c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/emnist/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

raw_folder = '.data/EMNIST/raw'

url = 'http://www.itl.nist.gov/iaui/vip/cs_links/EMNIST/gzip.zip'
url = 'https://biometrics.nist.gov/cs_links/EMNIST/gzip.zip'
md5 = "58c8d27c78d21e728a6bc7b3cc06412e"

makedir_exist_ok(raw_folder)
Expand Down

0 comments on commit 43a9c69

Please sign in to comment.