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 f06ee5e commit 1390af2Copy full SHA for 1390af2
README.md
@@ -25,8 +25,8 @@ import tensorflow_io as tfio
25
26
# Read the MNIST data into the IODataset.
27
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')
+ 'http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz',
+ 'http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz')
30
31
# Shuffle the elements of the dataset.
32
d_train = d_train.shuffle(buffer_size=1024)
0 commit comments