Skip to content

Solution of no module named : torchvision.transforms.functional_tensor #603

Open
@SINGHBP29

Description

@SINGHBP29

Use the Below command to solve the error

  1. pip install --upgrade pip
  2. pip install torchvision
  3. pip install torchvision==0.21.0
  4. pip install torchvision==0.21.0 --index-url https://download.pytorch.org/whl/cpu
  5. pip install torch==2.2.0 torchvision==0.17.0 --index-url https://download.pytorch.org/whl/cpu
  6. pip install --upgrade torch torchvision
  7. pip install torchvision==0.15.2
  8. pip install git+https://github.com/facebookresearch/pytorchvideo

These commands show attempts to:

  • Upgrade pip.
  • Install the latest torchvision.
  • Install specific versions of torchvision (0.21.0, 0.17.0, and 0.15.2).
  • Install torchvision with a specified index URL for CPU.
  • Install PyTorch and torchvision together with a specified index URL for CPU.
  • Install PyTorchVideo from GitHub.

Originally posted by @SINGHBP29 in #602

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions