Learn Before
Concept

Image Augmentation in Training vs. Evaluation

In deep learning practice, image augmentation that incorporates random operations—such as random cropping or flipping—is typically applied exclusively to the training dataset. During evaluation phases, such as when using a validation set for hyperparameter tuning or a test set for final prediction, these random operations are disabled. This ensures that no randomness is introduced during evaluation, allowing the model to be tested on deterministic, unaltered input images.

0

1

Updated 2026-05-24

Contributors are:

Who are from:

Tags

D2L

Dive into Deep Learning @ D2L