[Misc] Update tests and examples for Prithvi/Terratorch models (#34416)
Signed-off-by: Christian Pinto <christian.pinto@ibm.com> Co-authored-by: Cyrus Leung <tlleungac@connect.ust.hk>
This commit is contained in:
@@ -44,12 +44,8 @@ datamodule_config: DataModuleConfig = {
|
||||
"no_label_replace": -1,
|
||||
"num_workers": 8,
|
||||
"test_transform": [
|
||||
albumentations.Resize(
|
||||
always_apply=False, height=448, interpolation=1, p=1, width=448
|
||||
),
|
||||
albumentations.pytorch.ToTensorV2(
|
||||
transpose_mask=False, always_apply=True, p=1.0
|
||||
),
|
||||
albumentations.Resize(height=448, interpolation=1, p=1, width=448),
|
||||
albumentations.pytorch.ToTensorV2(transpose_mask=False, p=1.0),
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user