mirror of
https://github.com/PaddlePaddle/PaddleClas.git
synced 2025-06-03 21:55:06 +08:00
fix interpolation to 'bilinear', adjust file structure and rename
This commit is contained in:
parent
9e53098c4f
commit
585b6bc3e8
@ -78,6 +78,7 @@ DataLoader:
|
|||||||
- ResizeImage:
|
- ResizeImage:
|
||||||
size: [128, 256]
|
size: [128, 256]
|
||||||
return_numpy: False
|
return_numpy: False
|
||||||
|
interpolation: 'bilinear'
|
||||||
backend: "pil"
|
backend: "pil"
|
||||||
- RandFlipImage:
|
- RandFlipImage:
|
||||||
flip_code: 1
|
flip_code: 1
|
||||||
@ -109,6 +110,7 @@ DataLoader:
|
|||||||
- ResizeImage:
|
- ResizeImage:
|
||||||
size: [128, 256]
|
size: [128, 256]
|
||||||
return_numpy: False
|
return_numpy: False
|
||||||
|
interpolation: 'bilinear'
|
||||||
backend: "pil"
|
backend: "pil"
|
||||||
- ToTensor:
|
- ToTensor:
|
||||||
- Normalize:
|
- Normalize:
|
||||||
@ -133,6 +135,7 @@ DataLoader:
|
|||||||
- ResizeImage:
|
- ResizeImage:
|
||||||
size: [128, 256]
|
size: [128, 256]
|
||||||
return_numpy: False
|
return_numpy: False
|
||||||
|
interpolation: 'bilinear'
|
||||||
backend: "pil"
|
backend: "pil"
|
||||||
- ToTensor:
|
- ToTensor:
|
||||||
- Normalize:
|
- Normalize:
|
@ -90,6 +90,7 @@ DataLoader:
|
|||||||
- ResizeImage:
|
- ResizeImage:
|
||||||
size: [128, 256]
|
size: [128, 256]
|
||||||
return_numpy: False
|
return_numpy: False
|
||||||
|
interpolation: 'bilinear'
|
||||||
backend: "pil"
|
backend: "pil"
|
||||||
- RandFlipImage:
|
- RandFlipImage:
|
||||||
flip_code: 1
|
flip_code: 1
|
||||||
@ -127,6 +128,7 @@ DataLoader:
|
|||||||
- ResizeImage:
|
- ResizeImage:
|
||||||
size: [128, 256]
|
size: [128, 256]
|
||||||
return_numpy: False
|
return_numpy: False
|
||||||
|
interpolation: 'bilinear'
|
||||||
backend: "pil"
|
backend: "pil"
|
||||||
- ToTensor:
|
- ToTensor:
|
||||||
- Normalize:
|
- Normalize:
|
||||||
@ -151,6 +153,7 @@ DataLoader:
|
|||||||
- ResizeImage:
|
- ResizeImage:
|
||||||
size: [128, 256]
|
size: [128, 256]
|
||||||
return_numpy: False
|
return_numpy: False
|
||||||
|
interpolation: 'bilinear'
|
||||||
backend: "pil"
|
backend: "pil"
|
||||||
- ToTensor:
|
- ToTensor:
|
||||||
- Normalize:
|
- Normalize:
|
@ -101,6 +101,7 @@ DataLoader:
|
|||||||
- ResizeImage:
|
- ResizeImage:
|
||||||
size: [128, 256]
|
size: [128, 256]
|
||||||
return_numpy: False
|
return_numpy: False
|
||||||
|
interpolation: 'bilinear'
|
||||||
backend: "pil"
|
backend: "pil"
|
||||||
- RandFlipImage:
|
- RandFlipImage:
|
||||||
flip_code: 1
|
flip_code: 1
|
||||||
@ -138,6 +139,7 @@ DataLoader:
|
|||||||
- ResizeImage:
|
- ResizeImage:
|
||||||
size: [128, 256]
|
size: [128, 256]
|
||||||
return_numpy: False
|
return_numpy: False
|
||||||
|
interpolation: 'bilinear'
|
||||||
backend: "pil"
|
backend: "pil"
|
||||||
- ToTensor:
|
- ToTensor:
|
||||||
- Normalize:
|
- Normalize:
|
||||||
@ -162,6 +164,7 @@ DataLoader:
|
|||||||
- ResizeImage:
|
- ResizeImage:
|
||||||
size: [128, 256]
|
size: [128, 256]
|
||||||
return_numpy: False
|
return_numpy: False
|
||||||
|
interpolation: 'bilinear'
|
||||||
backend: "pil"
|
backend: "pil"
|
||||||
- ToTensor:
|
- ToTensor:
|
||||||
- Normalize:
|
- Normalize:
|
Loading…
x
Reference in New Issue
Block a user