File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -468,7 +468,7 @@ class AugMix(torch.nn.Module):
468
468
If img is PIL Image, it is expected to be in mode "L" or "RGB".
469
469
470
470
Args:
471
- severity (int): The severity of base augmentation operators. Default is ``1 ``.
471
+ severity (int): The severity of base augmentation operators. Default is ``3 ``.
472
472
mixture_width (int): The number of augmentation chains. Default is ``3``.
473
473
chain_depth (int): The depth of augmentation chains. A negative value denotes stochastic depth sampled from the interval [1, 3].
474
474
Default is ``-1``.
@@ -483,7 +483,7 @@ class AugMix(torch.nn.Module):
483
483
484
484
def __init__ (
485
485
self ,
486
- severity : int = 1 ,
486
+ severity : int = 3 ,
487
487
mixture_width : int = 3 ,
488
488
chain_depth : int = - 1 ,
489
489
alpha : float = 1.0 ,
You can’t perform that action at this time.
0 commit comments