Custom transforms change data before training. The main goal is to improve model learning by making data clearer or more varied.
Metrics to watch are training loss and validation accuracy. Lower loss means the model fits data well. Higher accuracy means the model predicts better on new data.
If transforms help, validation accuracy should improve without overfitting (training accuracy too high but validation low).