Question 1
Consider the following code:
It enables gradient computation
It resets the model parameters every epoch
It clears previously stored gradients
It ensures layers like Dropout and BatchNorm behave correctly during training
Consider the following code:
It enables gradient computation
It resets the model parameters every epoch
It clears previously stored gradients
It ensures layers like Dropout and BatchNorm behave correctly during training
Correct answer
It ensures layers like Dropout and BatchNorm behave correctly during training
Question 1 of 20 in the IIT Madras BS Introduction to Deep Learning and Generative AI (Deep Learning and GenAI) Quiz 2 paper sat on 12 Apr 2026, in the January 2026 term (Introduction To Deep Learning And Generative Ai 06 Apr 26). It carries 2 marks.