File size: 292 Bytes
12e55f6
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
# 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 .build import build_transforms