Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

PyTorch Version Issue #52

@JustinYuu

Description

@JustinYuu

It seems that PyTorch has removed container_abcs from torch._six. after Pytorch 1.7.0. Therefore, when the version is >= 1.7.0, an import error will be thrown in timesformer/models/vit_utils.py, Line 14. I hope you could modify the version reminder from PyTorch >=1.6.0 to Pytorch==1.6.0, or changes the import code to 'import collections.abc as container_abcs' for the latter version

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