Closed MinasFakhori closed 9 months ago
Torchvision renamed the functional_tensor file
Changing the import to match the file name
from:
from torchvision.transforms.functional_tensor import rgb_to_grayscale
to:
from torchvision.transforms.functional import rgb_to_grayscale
What is the issue?
Torchvision renamed the functional_tensor file
What is the fix?
Changing the import to match the file name
from:
from torchvision.transforms.functional_tensor import rgb_to_grayscale
to:
from torchvision.transforms.functional import rgb_to_grayscale