Question 5
It prevents parameters from being changed by the optimizer during the forward pass.
It deallocates the model's parameters from the GPU to save memory.
It disables the creation of the computational graph, saving memory and speeding up execution.
It ensures that the model operates entirely on the CPU, preventing unnecessary GPU transfers.