Hongcheng Wang
Hongcheng Wang
编译出错
作者您好! 我在编译该代码下的chamfer3D和emd时报错。错误如下: creating build/temp.linux-x86_64-cpython-37 /usr/local/cuda-11.0/bin/nvcc -I/home/whc/miniconda3/envs/spd/lib/python3.7/site-packages/torch/include -I/home/w/miniconda3/envs/spd/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/home/w/miniconda3/envs/spd/lib/python3.7/site-packages/torch/include/TH -I/home/w/miniconda3/envs/spd/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda-11.0/include -I/home/whc/miniconda3/envs/spd/include/python3.7m -c chamfer3D.cu -o build/temp.linux-x86_64-cpython-37/chamfer3D.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options '-fPIC' -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=chamfer_3D -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=sm_86 -std=c++14 nvcc...
When i train vae ,the following proble occured : Using /home/whc/.cache/torch_extensions as PyTorch extensions root... Detected CUDA files, patching ldflags Emitting ninja build file /home/whc/.cache/torch_extensions/emd_ext/build.ninja... Building extension module emd_ext... Allowing...
Thanks for collecting this great work and look forward to your continued updates!
感谢您带来这项开创性工作!在阅读您的论文后我再该网址寻找核心代码pdd时有一些困惑,您能帮忙指出pdd代码在哪一块体现的吗?感谢您!
Hi yanx27, I hope you're doing well! I’m currently working on a project involving PointNet for 3D point cloud classification, and I noticed your repository has been incredibly helpful. Would...