``` python import torch from torch.autograd import Variable v = Variable(torch.ones(5, 5)) v[0] ``` ``` ... RecursionError: maximum recursion depth exceeded ```