Data transforms prepare raw data for the model. The key metric to check is model accuracy or loss after applying transforms. Good transforms help the model learn better by making data consistent and easier to understand.
For example, normalizing images to a common scale helps the model focus on patterns, not brightness differences. So, the metric to watch is how well the model performs after transforms, usually accuracy or loss.