After sudo python setup.py install the latest master pytorch.
Get the following errors when running a pytorch program
from torch._C import *
ImportError: /usr/local/lib/python2.7/dist-packages/torch/lib/libATen.so.1: undefined symbol: THNN_CudaDoubleSpatialClassNLLCriterion_updateGradInput
Anyone knows how to solve this?
After
sudo python setup.py installthe latest master pytorch.Get the following errors when running a pytorch program
from torch._C import *
ImportError: /usr/local/lib/python2.7/dist-packages/torch/lib/libATen.so.1: undefined symbol: THNN_CudaDoubleSpatialClassNLLCriterion_updateGradInput
Anyone knows how to solve this?