Skip to content

Commit

Permalink
transition from torchvision.transforms v1 to version indep (#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
liopeer authored Nov 7, 2024
1 parent 7a98b61 commit 2e2d11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightly/transforms/ijepa_transform.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from typing import Dict, List, Tuple, Union

import torchvision.transforms as T
from PIL.Image import Image
from torch import Tensor

from lightly.transforms.torchvision_v2_compatibility import torchvision_transforms as T
from lightly.transforms.utils import IMAGENET_NORMALIZE


Expand Down

0 comments on commit 2e2d11a

Please sign in to comment.