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
For the moment, we pad the image with a constant value.
Under the hood, SpatialAugmentedTensor._pad() calls torchvision.transforms.functional.pad, which accept a keyword "padding_mode". We could accept this keyword too and pass it.
The text was updated successfully, but these errors were encountered:
For the moment, we pad the image with a constant value.
Under the hood,
SpatialAugmentedTensor._pad()
calls torchvision.transforms.functional.pad, which accept a keyword "padding_mode". We could accept this keyword too and pass it.The text was updated successfully, but these errors were encountered: