```python x = Variable(torch.FloatTensor(5).normal_()).cuda() * 10 print(x.max()) ``` This code returns an error: `AttributeError: 'ByteTensor' object has no attribute 'nonzero'`` but is working fine on CPU