Skip to content

Commit 0925681

Browse files
committed
fix typo.
1 parent 6a7f121 commit 0925681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/v2/dataset/flowers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def default_mapper(is_train, sample):
6262
img, label = sample
6363
img = load_image_bytes(img)
6464
img = simple_transform(
65-
img, 256, 224, is_train, mean=[103.94, 116.78, 123, 68])
65+
img, 256, 224, is_train, mean=[103.94, 116.78, 123.68])
6666
return img.flatten().astype('float32'), label
6767

6868

0 commit comments

Comments
 (0)