``` In [1]: import torch In [2]: A = torch.Tensor() In [3]: A.numpy() [1] 31780 segmentation fault (core dumped) ipython3 ```