This code returns False, and I don't think it should: ```python a = Variable(torch.FloatTensor(3, 4).fill_(3)) print(a[1, 0] == 3) ```