You mean why it prints:
Batch size 256: …
not Batch size 2048: …
That's likely because the 2048 triggered the "except" due to exceeding the memory here.
It only prints the successful ones.
Memory Limit Exceeded: Batch Size 2048 Exception Handling
By
–
Leave a Reply