Random erasing is a data augmentation method used in computer vision to improve model robustness. The key metrics to watch are validation accuracy and generalization performance. This means how well the model predicts on new, unseen images. Random erasing helps the model not rely on specific parts of an image, so accuracy on test data usually improves.
Also, watch training loss to ensure the model is learning well despite the added noise. If training loss stays reasonable and validation accuracy improves, random erasing is helping.