You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I applied 3 transforms,
gtf.apply_random_horizontal_flip();
gtf.apply_normalize(mean=[0.485, 0.456, 0.406],
std=[0.229, 0.224, 0.225],
train=True,
val=True,
test=True
)
gtf.apply_center_crop(224,
train=True,
val=True,
test=False)
but horizontal flip is not working as we can see in output.
facing issue in data transformation function apply_random_horizontal_flip.
The text was updated successfully, but these errors were encountered: