ThibaultGROUEIX / ChamferDistancePytorch

Chamfer Distance in Pytorch with f-score
MIT License
326 stars 43 forks source link

undefined symbol for Pytorch 1.0.1 #4

Closed Steve-Tod closed 4 years ago

Steve-Tod commented 4 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

Does your code support pytorch 1.0.1?

Steve-Tod commented 4 years ago

I changed to Pytorch 1.1.0 and python 3.6.9 then it works. Sorry for bothering you.

ThibaultGROUEIX commented 4 years ago

Great thanks for the feedback !