You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great work! I encountered the following problem when I tried to run the script withmask_withlidar_withnormal.240219.yaml:
Traceback (most recent call last):
File "code_single/tools/train.py", line 43, in <module>
from nr3d_lib.graphics.utils import PSNR
File "/mnt/training_yrfs/p8n/camera/personal/yuxin.li/miniconda3/envs/nr3d/lib/python3.8/site-packages/nr3d_lib/graphics/utils.py", line 22, in <module>
from nr3d_lib.graphics.pack_ops import interleave_arange_simple
File "/mnt/training_yrfs/p8n/camera/personal/yuxin.li/miniconda3/envs/nr3d/lib/python3.8/site-packages/nr3d_lib/graphics/pack_ops/__init__.py", line 1, in <module>
from .pack_ops import *
File "/mnt/training_yrfs/p8n/camera/personal/yuxin.li/miniconda3/envs/nr3d/lib/python3.8/site-packages/nr3d_lib/graphics/pack_ops/pack_ops.py", line 14, in <module>
import nr3d_lib.bindings._pack_ops as _backend
ImportError: /mnt/training_yrfs/p8n/camera/personal/yuxin.li/miniconda3/envs/nr3d/lib/python3.8/site-packages/nr3d_lib/bindings/_pack_ops.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZN3c104cuda20CUDACachingAllocator12recordStreamERKNS_7DataPtrENS0_10CUDAStreamE
It seems like a problem concerning the compilation of nr3d_lib. Do you have any idea how to solve it? My env are:
GPU=4090
python=3.8
nvcc=11.8
torch=2.0.0
The text was updated successfully, but these errors were encountered:
Thanks for the great work! I encountered the following problem when I tried to run the script withmask_withlidar_withnormal.240219.yaml:
It seems like a problem concerning the compilation of nr3d_lib. Do you have any idea how to solve it? My env are:
The text was updated successfully, but these errors were encountered: