A greenhouse irradiance trainer dies with an out-of-memory error after the batch size is raised to speed the job. The next guess is to add epochs. What should change instead?
Select an answer to reveal the explanation.
Short Explanation
Think of an irradiance trainer dying OOM after someone raised batch size to speed the job. Lower the batch size. A smaller batch uses less device memory and adds steps per epoch. More epochs do not free memory.
Full Explanation
Batch size is a memory and step-count lever. A smaller batch uses less device memory and increases steps per epoch. Adding epochs does not free memory after an OOM. Transcribe is irrelevant, and raising the batch again repeats the failure.