提交 519430bb 编写于 作者: T TensorFlower Gardener

Merge pull request #15321 from Rishit-dagli:Rishit-dagli-patch-1

PiperOrigin-RevId: 395505151
......@@ -58,7 +58,7 @@ def load_data():
with shape `(50000, 1)` for the training data.
**x_test**: uint8 NumPy array of grayscale image data with shapes
(10000, 32, 32, 3), containing the test data. Pixel values range
`(10000, 32, 32, 3)`, containing the test data. Pixel values range
from 0 to 255.
**y_test**: uint8 NumPy array of labels (integers in range 0-9)
......
......@@ -49,7 +49,7 @@ def load_data(label_mode='fine'):
with shape `(50000, 1)` for the training data.
**x_test**: uint8 NumPy array of grayscale image data with shapes
(10000, 32, 32, 3), containing the test data. Pixel values range
`(10000, 32, 32, 3)`, containing the test data. Pixel values range
from 0 to 255.
**y_test**: uint8 NumPy array of labels (integers in range 0-99)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册