summaryrefslogtreecommitdiff
path: root/training/conf/datamodule/test_transform/paragraphs.yaml
blob: a69eae9b426f411541567ee70be275615ec287c4 (plain)
1
2
3
4
5
6
center_crop:
  _target_: torchvision.transforms.CenterCrop
  size: [576, 640]

to_tensor:
  _target_: torchvision.transforms.ToTensor