Closed Steve-Tod closed 5 years ago
Hi, thanks for sharing. I use Pytorch 1.0.1 and python 3.6.8. I tried this:
import torch import dist_chamfer_idx
But I got: undefined symbol: _ZN3c105ErrorC1ENS_14SourceLocationERKSs
undefined symbol: _ZN3c105ErrorC1ENS_14SourceLocationERKSs
Does your code support pytorch 1.0.1?
I changed to Pytorch 1.1.0 and python 3.6.9 then it works. Sorry for bothering you.
Great thanks for the feedback !
Hi, thanks for sharing. I use Pytorch 1.0.1 and python 3.6.8. I tried this:
But I got:
undefined symbol: _ZN3c105ErrorC1ENS_14SourceLocationERKSs
Does your code support pytorch 1.0.1?