How does the quantity of tf_records effect the performance of training? Because, when I decrease the number of shards, it seems that the length of training goes up.
If you decrease the number of shards, each shard will have more images. But the total training images are not changed. Do you mean total training time will increase?