Skip to content

Commit

Permalink
transition from torchvision.transforms v1 to version indep
Browse files Browse the repository at this point in the history
  • Loading branch information
liopeer committed Nov 6, 2024
1 parent 01fdac4 commit a7e8be2
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

Check warning on line 6 in lightly/transforms/ijepa_transform.py

View check run for this annotation

Codecov / codecov/patch

lightly/transforms/ijepa_transform.py#L6

Added line #L6 was not covered by tests
from lightly.transforms.utils import IMAGENET_NORMALIZE


Expand Down

0 comments on commit a7e8be2

Please sign in to comment.