cerebras.modelzoo.data.vision.masked_auto_encoding.MAEProcessor.MAEProcessorConfig#
- class cerebras.modelzoo.data.vision.masked_auto_encoding.MAEProcessor.MAEProcessorConfig(*args, **kwargs)[source]#
Bases:
cerebras.modelzoo.config.base_config.BaseConfig
Methods
check_for_deprecated_fields
copy
get_orig_class
get_orig_class_args
model_copy
model_post_init
post_init
Attributes
image_channels
image_size
mask_ratio
model_config
patch_size
- __call__(**kwargs)#
Construct the original class with the current config.
By original class, we mean the class that this config class is associated with.