Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix import error for rgb_to_grayscale #677

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 1, 2024

  1. Fix import error for rgb_to_grayscale

    The import statement for rgb_to_grayscale was referencing the
    torchvision.transforms.functional_tensor module, which is not available in
    the current version of torchvision. Updated the import statement to use
    torchvision.transforms.functional instead, resolving the ModuleNotFoundError.
    
    This commit fixes the issue where the script was failing to run due to the
    missing module. The change ensures compatibility with the installed version
    of torchvision and allows the script to execute successfully.
    sipsmehta committed May 1, 2024
    Configuration menu
    Copy the full SHA
    28dc1d9 View commit details
    Browse the repository at this point in the history