We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c722c02 commit ecc598eCopy full SHA for ecc598e
torchvision/transforms/autoaugment.py
@@ -468,7 +468,7 @@ class AugMix(torch.nn.Module):
468
If img is PIL Image, it is expected to be in mode "L" or "RGB".
469
470
Args:
471
- severity (int): The severity of base augmentation operators. Default is ``1``.
+ severity (int): The severity of base augmentation operators. Default is ``3``.
472
mixture_width (int): The number of augmentation chains. Default is ``3``.
473
chain_depth (int): The depth of augmentation chains. A negative value denotes stochastic depth sampled from the interval [1, 3].
474
Default is ``-1``.
@@ -483,7 +483,7 @@ class AugMix(torch.nn.Module):
483
484
def __init__(
485
self,
486
- severity: int = 1,
+ severity: int = 3,
487
mixture_width: int = 3,
488
chain_depth: int = -1,
489
alpha: float = 1.0,
0 commit comments