I'm training on a MacBook pro (no GPU). After watching https://www.youtube.com/watch?v=SxOsJPaxHME I saw that I could improve my input pipeline by reordering some ops and adding num_parallel_calls
.
Question:
Since I'm not using a GPU, does it make sense to include dataset.prefetch(1)
to the end of my pipeline?