Merge pull request #984 from PaddlePaddle/develop

Develop
pull/1063/head
Wei Shengyu 2021-06-29 14:31:47 +08:00 committed by GitHub
commit 1c14214dc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 269 KiB

After

Width:  |  Height:  |  Size: 649 KiB

View File

@ -63,9 +63,6 @@ DataLoader:
std: [0.229, 0.224, 0.225]
order: ''
batch_transform_ops:
- DecodeImage:
to_rgb: True
channel_first: False
- MixupOperator:
alpha: 0.2
@ -84,6 +81,9 @@ DataLoader:
image_root: ./dataset/ILSVRC2012/
cls_label_path: ./dataset/ILSVRC2012/val_list.txt
transform_ops:
- DecodeImage:
to_rgb: True
channel_first: False
- ResizeImage:
resize_short: 256
- CropImage: