Skip to content

Commit 1390af2

Browse files
committed
Use http instead
Signed-off-by: Yong Tang <[email protected]>
1 parent f06ee5e commit 1390af2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ import tensorflow_io as tfio
2525

2626
# Read the MNIST data into the IODataset.
2727
d_train = tfio.IODataset.from_mnist(
28-
'https://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz',
29-
'https://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz')
28+
'http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz',
29+
'http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz')
3030

3131
# Shuffle the elements of the dataset.
3232
d_train = d_train.shuffle(buffer_size=1024)

0 commit comments

Comments
 (0)