jiexiong2016 / GCNv2_SLAM

Real-time SLAM system with deep features
Other
769 stars 194 forks source link

some mistake with cmake libtorch #65

Open szgy66 opened 2 years ago

szgy66 commented 2 years ago

Hello, thank you for sharing. I always get an error at caffe2 when compiling libtorch. I've been looking for a long time and still haven't solved the problem. It's probably CUDN and CUDNN. So, does your project code have any requirements for this? If so, what is your version? Thank you

baojunqi commented 2 years ago

Hi, did you solve this problem? I had a similar problem

cyizhuo commented 1 year ago

I didn't met any caffe2 problem during compiling libtorch, but for a pyyaml problem, I use python==3.9, pyyaml==4.2b4, see:

File "/mnt/d/libs/pytorch/aten/src/ATen/cwrap_parser.py", line 18, in parse
    declaration = yaml.load('\n'.join(declaration_lines))
TypeError: load() missing 1 required positional argument: 'Loader'