diff --git a/torchvision/datasets/mnist.py b/torchvision/datasets/mnist.py index 2109decff33..b95e8fe3d43 100644 --- a/torchvision/datasets/mnist.py +++ b/torchvision/datasets/mnist.py @@ -227,7 +227,7 @@ class EMNIST(MNIST): target and transforms it. """ # Updated URL from https://www.westernsydney.edu.au/bens/home/reproducible_research/emnist - url = 'https://cloudstor.aarnet.edu.au/plus/index.php/s/54h3OuGJhFLwAlQ/download' + url = 'https://cloudstor.aarnet.edu.au/plus/s/ZNmuFiuQTqZlu9W/download' splits = ('byclass', 'bymerge', 'balanced', 'letters', 'digits', 'mnist') def __init__(self, root, split, **kwargs):