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
No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda-11.4'
/home/comp/enter/envs/dvg/lib/python3.7/site-packages/mmcv/init.py:21: UserWarning: On January 1, 2023, MMCV will release v2.0.0, in which it will remove components related to the training process and add a data transformation module. In addition, it will rename the package names mmcv to mmcv-lite and mmcv-full to mmcv. See https://github.com/open-mmlab/mmcv/blob/master/docs/en/compatibility.md for more details.
'On January 1, 2023, MMCV will release v2.0.0, in which it will remove '
Using /home/comp.cache/torch_extensions/py37_cpu as PyTorch extensions root...
Detected CUDA files, patching ldflags
Emitting ninja build file /home/comp/.cache/torch_extensions/py37_cpu/adam_upd_cuda/build.ninja...
Traceback (most recent call last):
File "run.py", line 13, in
from lib import utils, dvgo, dcvgo, dmpigo
File "/home/comp/DirectVoxGO/lib/utils.py", line 11, in
from .masked_adam import MaskedAdam
File "/home/comp/DirectVoxGO/lib/masked_adam.py", line 10, in
verbose=True)
File "/home/comp/enter/envs/dvg/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1219, in load
keep_intermediates=keep_intermediates)
File "/home/comp/enter/envs/dvg/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1440, in _jit_compile
is_standalone=is_standalone)
File "/home/comp/enter/envs/dvg/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1538, in _write_ninja_file_and_build_library
is_standalone=is_standalone)
File "/home/comp/enter/envs/dvg/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1927, in _write_ninja_file_to_build_library
cuda_flags = common_cflags + COMMON_NVCC_FLAGS + _get_cuda_arch_flags()
File "/home/comp/enter/envs/dvg/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1699, in _get_cuda_arch_flags
arch_list[-1] += '+PTX'
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
export CUDA_VISIBLE_DEVICES=0 && python run.py --config configs/nerf/materials_dense_200.py --render_test
No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda-11.4'
/home/comp/enter/envs/dvg/lib/python3.7/site-packages/mmcv/init.py:21: UserWarning: On January 1, 2023, MMCV will release v2.0.0, in which it will remove components related to the training process and add a data transformation module. In addition, it will rename the package names mmcv to mmcv-lite and mmcv-full to mmcv. See https://github.com/open-mmlab/mmcv/blob/master/docs/en/compatibility.md for more details.
'On January 1, 2023, MMCV will release v2.0.0, in which it will remove '
Using /home/comp.cache/torch_extensions/py37_cpu as PyTorch extensions root...
Detected CUDA files, patching ldflags
Emitting ninja build file /home/comp/.cache/torch_extensions/py37_cpu/adam_upd_cuda/build.ninja...
Traceback (most recent call last):
File "run.py", line 13, in
from lib import utils, dvgo, dcvgo, dmpigo
File "/home/comp/DirectVoxGO/lib/utils.py", line 11, in
from .masked_adam import MaskedAdam
File "/home/comp/DirectVoxGO/lib/masked_adam.py", line 10, in
verbose=True)
File "/home/comp/enter/envs/dvg/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1219, in load
keep_intermediates=keep_intermediates)
File "/home/comp/enter/envs/dvg/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1440, in _jit_compile
is_standalone=is_standalone)
File "/home/comp/enter/envs/dvg/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1538, in _write_ninja_file_and_build_library
is_standalone=is_standalone)
File "/home/comp/enter/envs/dvg/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1927, in _write_ninja_file_to_build_library
cuda_flags = common_cflags + COMMON_NVCC_FLAGS + _get_cuda_arch_flags()
File "/home/comp/enter/envs/dvg/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1699, in _get_cuda_arch_flags
arch_list[-1] += '+PTX'
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: