Description: Masked Auto-Encoder (MAE) for self-supervised pretraining and fine-tuning. Masks random patches and reconstructs them to learn visual representations; supports pretrain and finetune stages. Use when training, evaluating, exporting, or running inference for a TAO MAE backbone. Trigger phrases include “pretrain MAE”, “self-supervised vision pretraining”, “Masked Autoencoder”, “Mask Auto-Encoder”, “MAE fine-tune”.
Lines: 196 | Code: 18 | Dir: tao-train-mask-auto-encoder
name: tao-train-mask-auto-encoder description: Masked Auto-Encoder (MAE) for self-supervised pretraining and fine-tuning. Masks random patches and reconstructs them to learn visual representatio…