提交 09256815 编写于 作者: D dangqingqing

fix typo.

上级 6a7f1212
......@@ -62,7 +62,7 @@ def default_mapper(is_train, sample):
img, label = sample
img = load_image_bytes(img)
img = simple_transform(
img, 256, 224, is_train, mean=[103.94, 116.78, 123, 68])
img, 256, 224, is_train, mean=[103.94, 116.78, 123.68])
return img.flatten().astype('float32'), label
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册