提交 2cb4a9fb 编写于 作者: H helinwang 提交者: GitHub

Merge pull request #1968 from emailweixu/fix_dataset_typo

Fix dataset typo: cretor=>creator
......@@ -80,7 +80,7 @@ def train100():
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
[0, 1] and label in [0, 9].
......@@ -107,7 +107,7 @@ def train10():
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
[0, 1] and label in [0, 9].
......
......@@ -93,7 +93,7 @@ def train():
def test():
"""
MNIST test set cretor.
MNIST test set creator.
It returns a reader creator, each sample in the reader is image pixels in
[0, 1] and label in [0, 9].
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册