Posted on:

15 Nov 2024

0

batching Validation and test set

I don't understand why we applied this two commands : 
validation_data = validation_data.batch(num_validation_samples)

test_data = test_data.batch(num_test_samples)

what is the purpose of these two commands ? as we don't need to batch the validation and test data ? 
0 answers ( 0 marked as helpful)

Submit an answer