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 085b581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightly/transforms/dino_transform.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
from typing import Dict, List, Optional, Tuple, Union

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

from lightly.transforms.gaussian_blur import GaussianBlur
from lightly.transforms.multi_view_transform import MultiViewTransform
from lightly.transforms.rotation import random_rotation_transform
from lightly.transforms.solarize import RandomSolarization
from lightly.transforms.torchvision_v2_compatibility import torchvision_transforms as T
from lightly.transforms.utils import IMAGENET_NORMALIZE


Expand Down

0 comments on commit 085b581

Please sign in to comment.