Spaces:
Build error
Build error
File size: 319 Bytes
6250360 |
1 2 3 4 5 6 7 8 9 10 |
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
from .transforms import Compose
from .transforms import Resize
from .transforms import RandomHorizontalFlip
from .transforms import ToTensor
from .transforms import Normalize
from .transforms import RandomCrop
from .build import build_transforms
|