- What did you do?
Run the sample "ResnetV2101TransferLearningTrainTestSplit" with different batch sizes(10, 100, 300). Added logging in the training loop just before batch is processed.
- What happened?
From second epoch onwards, number of images processed is more than total number of images in dataset.
- What did you expect?
Number of images processed per epoch should be same.
Source code / logs
master_10.txt
master_100.txt
master_300.txt
Run the sample "ResnetV2101TransferLearningTrainTestSplit" with different batch sizes(10, 100, 300). Added logging in the training loop just before batch is processed.
From second epoch onwards, number of images processed is more than total number of images in dataset.
Number of images processed per epoch should be same.
Source code / logs
master_10.txt
master_100.txt
master_300.txt