data_utils/functions.py [195:208]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        transforms.ToTensor(),  # torch.nn.functional.pad needs a tensor as input
                        transforms.RandomAffine(
                            0,
                            translate=(args.tvalues[0], args.tvalues[1]),
                            scale=None,
                            shear=None,
                            fill=0,
                            interpolation=interpolation,
                        ),  # translate
                        RandomSizeResizedCenterCropSquaredUniformInv(224, ratio = (1.,1.),interpolation=interpolation),
                        normalize,
                    ]
                ),
            )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



data_utils/functions.py [215:228]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        transforms.ToTensor(),  # torch.nn.functional.pad needs a tensor as input
                        transforms.RandomAffine(
                            0,
                            translate=(args.tvalues[0], args.tvalues[1]),
                            scale=None,
                            shear=None,
                            fill=0,
                            interpolation=interpolation,
                        ),  # translate
                        RandomSizeResizedCenterCropSquaredUniformInv(224, ratio = (1.,1.),interpolation=interpolation),
                        normalize,
                    ]
                ),
            )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



