You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
If I'm correct, torchvision.transforms.InterpolationMode has only been introduced in 0.9.0 version. Thus, the requirement mentioned in the README of torchvision>=0.8.2 can lead to an ImportError.
Hi,
See the previous issue from the vicreg repo (facebookresearch/vicreg#19).
If I'm correct,
torchvision.transforms.InterpolationModehas only been introduced in 0.9.0 version. Thus, the requirement mentioned in the README oftorchvision>=0.8.2can lead to an ImportError.