|
|
@@ -318,7 +318,7 @@ class RandomResize(Transform):
|
|
|
Attention:If interp is 'RANDOM', the interpolation method will be chose randomly.
|
|
|
|
|
|
Args:
|
|
|
- target_sizes (List[int], List[list or tuple] or Tuple[lsit or tuple]):
|
|
|
+ target_sizes (List[int], List[list or tuple] or Tuple[list or tuple]):
|
|
|
Multiple target sizes, each target size is an int or list/tuple.
|
|
|
interp ({'NEAREST', 'LINEAR', 'CUBIC', 'AREA', 'LANCZOS4', 'RANDOM'}, optional):
|
|
|
Interpolation method of resize. Defaults to 'LINEAR'.
|