Argument interpolation should be of type InterpolationMode instead of int.
-
- provide
from torchvision.transforms import InterpolationMode
Image.BICUBIC
-
- Replace as
InterpolationMode.BICUBIC
Argument interpolation should be of type InterpolationMode instead of int.
from torchvision.transforms import InterpolationMode
Image.BICUBIC
InterpolationMode.BICUBIC