PyTorch Sigmoid给出退出代码132 SIGILL

时间:2019-03-12 22:22:12

标签: python pytorch

当我尝试运行大多数PyTorch示例时,出现以下错误:

Process finished with exit code 132 (interrupted by signal 4: SIGILL)

我已经找到了一个最小的示例来生成此错误:

import torch

tensor = torch.zeros(1)
torch.sigmoid(tensor)

我正在Ubuntu 18.04.2。上使用PyCharm和虚拟环境。如果需要,我可以提供更多信息。谢谢您的帮助!

0 个答案:

没有答案