AugMix
class
keras.layers.AugMix(
value_range=(0, 255),
num_chains=3,
chain_depth=3,
factor=0.3,
alpha=1.0,
all_ops=True,
interpolation="bilinear",
seed=None,
data_format=None,
**kwargs
)
Performs the AugMix data augmentation technique.
AugMix aims to produce images with variety while preserving the image semantics and local statistics. During the augmentation process, the same augmentation is applied across all images in the batch in num_chains different ways, with each chain consisting of chain_depth augmentations.
Arguments
(0, 1)
or (0, 255)
depending on how your preprocessing pipeline is set up.[0,
chain_depth]
. Defaults to 3."nearest"
, "bilinear"
. Default is "bilinear"
.References
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4