Open victor-estrade opened 7 years ago
Hi,
I noticed that in the BatchGeneratorBuilder class the gen_valid comes from the same _get_generator function as the gen_train.
This means that the valid set of images will go through the same preprocessing/augmentation as the training images.
Is it the wanted behaviour ? Or should it use the transform_test_img ?
transform_test_img is currently only used for the testing data, and not for validation data. But we could use the same approach there?
transform_test_img
Hi,
I noticed that in the BatchGeneratorBuilder class the gen_valid comes from the same _get_generator function as the gen_train.
This means that the valid set of images will go through the same preprocessing/augmentation as the training images.
Is it the wanted behaviour ? Or should it use the transform_test_img ?