LittlePey / SFD

Sparse Fuse Dense: Towards High Quality 3D Detection with Depth Completion (CVPR 2022, Oral)
Apache License 2.0
262 stars 35 forks source link

about cuda+pytorch+3060TI version? #40

Open jellywangjie opened 1 year ago

jellywangjie commented 1 year ago

The minimum cuda version supported by the 3060ti is 11.1. I installed 11.3, and the corresponding pytorch is 1.12.1. An error occurred during training, but I cannot reduce cuda and pytorch, because the 30 series video card does not support the lower version cuda?

“OSError: /usr/local/lib/python3.8/dist-packages/spconv-1.2.1-py3.8-linux-x86_64.egg/spconv/libspconv.so: undefined symbol: _ZN6caffe28TypeMeta21_typeMetaDataInstanceISt7complexIdEEEPKNS_6detail12TypeMetaDataEvself._handle = _dlopen(self._name, mode)”

ZhaZhahe commented 11 months ago

Hello my friend, did you have complete the training process by 3060ti gpu?