I have 0/10 for 1 task but all other are 10/10. First task says
Failed test case: Normalize found in train_transformations, but with incorrect mean and/or std.
Expected: (mean=mean, std=std)
Got: (mean=(0.5071, 0.4867, 0.4408), std=(0.2675, 0.2565, 0.2761))
Failed test case: Normalize found in val_transformations, but with incorrect mean and/or std.
Expected: (mean=mean, std=std)
Got: (mean=(0.5071, 0.4867, 0.4408), std=(0.2675, 0.2565, 0.2761))
----------------
--- Verifying define_transformations ---
Training Transformations:
Compose(
RandomHorizontalFlip(p=0.5)
RandomVerticalFlip(p=0.5)
RandomRotation(degrees=[-15.0, 15.0], interpolation=nearest, expand=False, fill=0)
ToTensor()
Normalize(mean=(0.5071, 0.4867, 0.4408), std=(0.2675, 0.2565, 0.2761))
)
------------------------------
Validation Transformations:
Compose(
ToTensor()
Normalize(mean=(0.5071, 0.4867, 0.4408), std=(0.2675, 0.2565, 0.2761))
)
Expected Output:
Training Transformations:
Compose(
RandomHorizontalFlip(p=0.5)
RandomVerticalFlip(p=0.5)
RandomRotation(degrees=[-15.0, 15.0], interpolation=nearest, expand=False, fill=0)
ToTensor()
Normalize(mean=(0.5071, 0.4867, 0.4408), std=(0.2675, 0.2565, 0.2761))
)
------------------------------
Validation Transformations:
Compose(
ToTensor()
Normalize(mean=(0.5071, 0.4867, 0.4408), std=(0.2675, 0.2565, 0.2761))
)
What's wrong with those computers?