Question 5
Consider the following pyTorch code:
tensor([0.09, 0.24, 0.67])
tensor([0.09, 0.24, 0.66])
tensor([0.09, 0.23, 0.68])
tensor([0.10, 0.27, 0.63])
Consider the following pyTorch code:
tensor([0.09, 0.24, 0.67])
tensor([0.09, 0.24, 0.66])
tensor([0.09, 0.23, 0.68])
tensor([0.10, 0.27, 0.63])
Correct answer
tensor([0.09, 0.24, 0.67])
Question 5 of 14 in the IIT Madras BS Deep Learning for Computer Vision (Deep Learning for Computer Vision) Quiz 1 paper sat on 15 Mar 2026, in the January 2026 term (Deep Learning For Computer Vision 15 Mar 26). It carries 1 mark.