yunusserhat's picture
Create APP
894bc0c verified
raw
history blame contribute delete
179 Bytes
_target_: torchvision.transforms.Compose
transforms:
- _target_: torchvision.transforms.ToTensor
- _target_: torchvision.transforms.Normalize
mean: 0.5
std: 0.5