yunusserhat's picture
Upload 142 files
abd15df verified
raw
history blame contribute delete
205 Bytes
_target_: torchvision.transforms.Compose
transforms:
- _target_: torchvision.transforms.Resize
size: 224
interpolation: 3
antialias: true
- _target_: torchvision.transforms.ToTensor