Every time I try to run python train.py --config configs/s3dis.json --logdir logs/s3dis I get the error "Segmentation fault(core dumped)" . What can be the problem for that? I am using Ubuntu 18.04. And below these are my environment packages. Any help would be highly appreciated. Thank you.
- # Name Version Build Channel
- _libgcc_mutex 0.1 main
- _openmp_mutex 4.5 1_gnu
- blas 1.0 mkl
- ca-certificates 2021.10.26 h06a4308_2
- certifi 2021.10.8 py37h06a4308_0
- cffi 1.15.0 py37h7f8727e_0
- common_cmplr_lib_rt 2021.4.0 intel_3561 intel
- common_cmplr_lic_rt 2021.4.0 intel_3561 intel
- cuda100 1.0 0 pytorch
- dpcpp_cpp_rt 2021.2.0 intel_610 intel
- freetype 2.11.0 h70c0345_0
- giflib 5.2.1 h7b6447c_0
- icc_rt 2021.2.0 intel_610 intel
- intel-cmplr-lib-rt 2021.4.0 intel_3561 intel
- intel-cmplr-lic-rt 2021.4.0 intel_3561 intel
- intel-opencl-rt 2021.4.0 intel_3561 intel
- intel-openmp 2021.4.0 h06a4308_3561
- intelpython 2021.4.0 0 intel
- jpeg 9d h7f8727e_0
- lcms2 2.12 h3be6417_0
- libedit 3.1.20210910 h7f8727e_0
- libffi 3.2.1 hf484d3e_1007
- libgcc-ng 9.3.0 h5101ec6_17
- libgomp 9.3.0 h5101ec6_17
- libpng 1.6.37 hbc83047_0
- libstdcxx-ng 9.3.0 hd4cf53a_17
- libtiff 4.2.0 h85742a9_0
- libwebp 1.2.0 h89dd481_0
- libwebp-base 1.2.0 h27cfd23_0
- lz4-c 1.9.3 h295c915_1
- mkl 2021.4.0 h06a4308_640
- mkl-service 2.4.0 py37h5c78031_2 intel
- mkl_fft 1.3.1 py37hbd9d9a5_0 intel
- mkl_random 1.2.2 py37hd708486_1 intel
- mkl_umath 0.1.1 py37h244f2d4_9 intel
- ncurses 6.3 h7f8727e_2
- ninja 1.10.2 py37hd09550d_3
- numpy 1.20.3 py37h2742bb4_2 intel
- numpy-base 1.20.3 py37hf707ed8_2 intel
- olefile 0.46 py37_0
- opencl_rt 2021.4.0 intel_3561 intel
- openmp 2018.0.3 intel_0 intel
- openssl 1.0.2u h7b6447c_0
- pillow 8.4.0 py37h5aabda8_0
- pip 21.2.2 py37h06a4308_0
- pycparser 2.21 pyhd3eb1b0_0
- python 3.7.0 h6e4f718_3
- pytorch 1.0.0 py3.7_cuda10.0.130_cudnn7.4.1_1 [cuda100] pytorch
- readline 7.0 h7b6447c_5
- setuptools 58.0.4 py37h06a4308_0
- six 1.16.0 pyhd3eb1b0_0
- sqlite 3.33.0 h62c20be_0
- tbb 2021.4.0 intel_643 intel
- tbb4py 2021.4.0 py37_intel_643 intel
- tk 8.6.11 h1ccaba5_0
- torchvision 0.2.1 py_2 pytorch
- wheel 0.37.0 pyhd3eb1b0_1
- xz 5.2.5 h7b6447c_0
- zlib 1.2.11 h7b6447c_3
- zstd 1.4.9 haebb681_0
Every time I try to run
python train.py --config configs/s3dis.json --logdir logs/s3disI get the error "Segmentation fault(core dumped)" . What can be the problem for that? I am using Ubuntu 18.04. And below these are my environment packages. Any help would be highly appreciated. Thank you.