Skip to content

Conversation

graeme-a-stewart
Copy link
Contributor

The EMNIST dataset now has a different download URL, which is now updated.

Update the docstring to reflect actual EMNIST content (the docstring was maybe from the MNIST?).

The tests do not seem to pass cleanly on my machine, but the EMNIST.jl tests do, so failures don't seem related to this patch.

Closes #227

The EMNIST dataset has a different download URL, which is now updated.

Update the docstring to reflect actual EMNIST content.
@graeme-a-stewart
Copy link
Contributor Author

Oh, there are a huge number of JuliaFormatter changes (yes, it's v1.0.62), which I am reluctant to add to this PR:

~/.julia/dev/MLDatasets/ [emnist-source*] git diff --name-only | cat
docs/make.jl
src/MLDatasets.jl
src/containers/filedataset.jl
src/containers/hdf5dataset.jl
src/datasets/graphs/AQSOL.jl
src/datasets/graphs/chickenpox.jl
src/datasets/graphs/citeseer.jl
src/datasets/graphs/cora.jl
src/datasets/graphs/karateclub.jl
src/datasets/graphs/metrla.jl
src/datasets/graphs/movielens.jl
src/datasets/graphs/ogbdataset.jl
src/datasets/graphs/organicmaterialsdb.jl
src/datasets/graphs/pemsbay.jl
src/datasets/graphs/planetoid.jl
src/datasets/graphs/polblogs.jl
src/datasets/graphs/pubmed.jl
src/datasets/graphs/reddit.jl
src/datasets/graphs/temporalbrains.jl
src/datasets/graphs/traffic.jl
src/datasets/graphs/tudataset.jl
src/datasets/graphs/windmillenergy.jl
src/datasets/meshes/faust.jl
src/datasets/misc/iris.jl
src/datasets/misc/mutagenesis.jl
src/datasets/text/ptblm.jl
src/datasets/text/smsspamcollection.jl
src/datasets/text/udenglish.jl
src/datasets/vision/cifar10.jl
src/datasets/vision/cifar100.jl
src/datasets/vision/emnist.jl
src/datasets/vision/fashion_mnist.jl
src/datasets/vision/mnist.jl
src/datasets/vision/mnist_reader/readimages.jl
src/datasets/vision/omniglot.jl
src/datasets/vision/svhn2.jl
src/graph.jl
test/containers/filedataset.jl
test/containers/hdf5dataset.jl
test/containers/jld2dataset.jl
test/containers/tabledataset.jl
test/datasets/graphs.jl
test/datasets/graphs_no_ci.jl
test/datasets/misc.jl
test/datasets/text.jl
test/datasets/text_no_ci.jl
test/datasets/vision/cifar10.jl
test/datasets/vision/cifar100.jl
test/datasets/vision/emnist.jl
test/datasets/vision/fashion_mnist.jl
test/datasets/vision/mnist.jl
test/datasets/vision/omniglot.jl
test/datasets/vision/svhn2.jl
test/runtests.jl
test/test_utils.jl

Please advise! Thanks.

@Dsantra92
Copy link
Collaborator

Dsantra92 commented Jul 15, 2025

Thanks for the PR 🤗, works perfectly. I think the format tests are failing on main, so you don't need worry about it in the PR.

@Dsantra92 Dsantra92 merged commit b53b3dd into JuliaML:master Jul 15, 2025
1 of 2 checks passed
@graeme-a-stewart graeme-a-stewart deleted the emnist-source branch July 15, 2025 09:31
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.

EMNIST Dataset does not download due to dead link
2 participants