Question 4
Consider the following training loop:
Which statement best describes the problem in this training loop?
The forward pass is missing
Gradients accumulate across epochs, leading to incorrect updates
The optimizer cannot update parameters without model.eval()
The loss function cannot compute gradients