Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] The spvcnn model cannot find base. #2847

Closed
3 tasks done
LRJKD opened this issue Dec 19, 2023 · 2 comments
Closed
3 tasks done

[Bug] The spvcnn model cannot find base. #2847

LRJKD opened this issue Dec 19, 2023 · 2 comments

Comments

@LRJKD
Copy link
Contributor

LRJKD commented Dec 19, 2023

Prerequisite

Task

I'm using the official example scripts/configs for the officially supported tasks/models/datasets.

Branch

main branch https://github.com/open-mmlab/mmdetection3d

Environment

sys.platform: linux
Python: 3.8.17 (default, Jul 5 2023, 20:40:03) [GCC 11.2.0]
CUDA available: False
numpy_random_seed: 2147483648
GCC: gcc (GCC) 9.3.0
PyTorch: 2.1.0
PyTorch compiling details: PyTorch built with:

  • GCC 10.2
  • C++ Version: 201703
  • Intel(R) MKL-DNN v3.1.1 (Git Hash 64f6bcbcbab628e96f33a62c3e975f8535a7bde4)
  • OpenMP 201511 (a.k.a. OpenMP 4.5)
  • LAPACK is enabled (usually provided by MKL)
  • NNPACK is enabled
  • CPU capability usage: NO AVX
  • Build settings: BLAS_INFO=open, BUILD_TYPE=Release, CXX_COMPILER=/opt/rh/devtoolset-10/root/usr/bin/c++, CXX_FLAGS= -D_GLIBCXX_USE_CXX11_ABI=0 -fabi-version=11 -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DLIBKINETO_NOROCTRACER -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -O2 -fPIC -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Werror=bool-operation -Wnarrowing -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-stringop-overflow -Wno-psabi -Wno-error=pedantic -Wno-error=old-style-cast -Wno-invalid-partial-specialization -Wno-unused-private-field -Wno-aligned-allocation-unavailable -Wno-missing-braces -fdiagnostics-color=always -faligned-new -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Werror=cast-function-type -Wno-stringop-overflow, LAPACK_INFO=open, TORCH_DISABLE_GPU_ASSERTS=ON, TORCH_VERSION=2.1.0, USE_CUDA=OFF, USE_CUDNN=OFF, USE_EIGEN_FOR_BLAS=ON, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=OFF, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=OFF, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF,

TorchVision: 0.16.0.dev20230905+cpu
OpenCV: 4.6.0
MMEngine: 0.8.4
MMDetection: 3.1.0
MMDetection3D: 1.3.0+5c0613b
spconv2.0: False

Reproduces the problem - code sample

https://github.com/open-mmlab/mmdetection3d/blob/main/configs/spvcnn/spvcnn_w16_8xb2-amp-15e_semantickitti.py

Reproduces the problem - command or script

bash tools/dist_train.sh configs/spvcnn/spvcnn_w16_8xb2-amp-15e_semantickitti.py 8

Reproduces the problem - error message

image
FileNotFoundError: [Errno 2] No such file or directory: '/home/lzs/mmlab/mmdetection3d/configs/spvcnn/./spvcnn_w32_8xb2-15e_semantickitti.py'

Additional information

No response

@LRJKD LRJKD changed the title [Bug] [Bug] The spvcnn model cannot find base. Dec 19, 2023
@Xiangxu-0103
Copy link
Collaborator

It is indeed a bug. Are you willing to create a PR to fix it?

@Xiangxu-0103
Copy link
Collaborator

solved in #2854

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants