We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55538c5 commit 4bbcc2dCopy full SHA for 4bbcc2d
python/paddle/dataset/mnist.py
@@ -27,7 +27,7 @@
27
from six.moves import range
28
__all__ = ['train', 'test', 'convert']
29
30
-URL_PREFIX = 'http://yann.lecun.com/exdb/mnist/'
+URL_PREFIX = 'https://dataset.bj.bcebos.com/mnist/'
31
TEST_IMAGE_URL = URL_PREFIX + 't10k-images-idx3-ubyte.gz'
32
TEST_IMAGE_MD5 = '9fb629c4189551a2d022fa330f9573f3'
33
TEST_LABEL_URL = URL_PREFIX + 't10k-labels-idx1-ubyte.gz'
0 commit comments