提交 478745f6 编写于 作者: X xuwei06

Fix dataset typo: cretor=>creator

上级 e4af8ef4
...@@ -80,7 +80,7 @@ def train100(): ...@@ -80,7 +80,7 @@ def train100():
def test100(): def test100():
""" """
CIFAR-100 test set cretor. CIFAR-100 test set creator.
It returns a reader creator, each sample in the reader is image pixels in It returns a reader creator, each sample in the reader is image pixels in
[0, 1] and label in [0, 9]. [0, 1] and label in [0, 9].
...@@ -107,7 +107,7 @@ def train10(): ...@@ -107,7 +107,7 @@ def train10():
def test10(): def test10():
""" """
CIFAR-10 test set cretor. CIFAR-10 test set creator.
It returns a reader creator, each sample in the reader is image pixels in It returns a reader creator, each sample in the reader is image pixels in
[0, 1] and label in [0, 9]. [0, 1] and label in [0, 9].
......
...@@ -93,7 +93,7 @@ def train(): ...@@ -93,7 +93,7 @@ def train():
def test(): def test():
""" """
MNIST test set cretor. MNIST test set creator.
It returns a reader creator, each sample in the reader is image pixels in It returns a reader creator, each sample in the reader is image pixels in
[0, 1] and label in [0, 9]. [0, 1] and label in [0, 9].
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册