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
When I run "python main.py -O --image ./df_ep0100_0008_rgb_rgba.png --workspace trial_image --iters 500", I met this problem, how can I solve it? Thx!!!
The text was updated successfully, but these errors were encountered:
RuntimeError:
Error building extension 'grid_encoder': [1/2] /usr/bin/nvcc -DTORCH_EXTENSION_NAME=grid_encoder -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE="gcc" -DPYBIND11_STDLIB="libstdcpp" -DPYBIND11_BUILD_ABI="cxxabi1011" -isystem /home/u/miniconda3/envs/sdf/lib/python3.8/site-packages/torch/include -isystem /home/u/miniconda3/envs/sdf/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -isystem /home/u/miniconda3/envs/sdf/lib/python3.8/site-packages/torch/include/TH -isystem /home/u/miniconda3/envs/sdf/lib/python3.8/site-packages/torch/include/THC -isystem /home/u/miniconda3/envs/sdf/include/python3.8 -D_GLIBCXX_USE_CXX11_ABI=0 -D__CUDA_NO_HALF_OPERATORS -D__CUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_BFLOAT16_CONVERSIONS_ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -gencode=arch=compute_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 --compiler-options '-fPIC' -O3 -std=c++14 -U__CUDA_NO_HALF_OPERATORS__ -U__CUDA_NO_HALF_CONVERSIONS__ -U__CUDA_NO_HALF2_OPERATORS__ -c /home/u/haochen/stable-dreamfusion/gridencoder/src/gridencoder.cu -o gridencoder.cuda.o
FAILED: gridencoder.cuda.o
/usr/bin/nvcc -DTORCH_EXTENSION_NAME=grid_encoder -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE="gcc" -DPYBIND11_STDLIB="libstdcpp" -DPYBIND11_BUILD_ABI="cxxabi1011" -isystem /home/u/miniconda3/envs/sdf/lib/python3.8/site-packages/torch/include -isystem /home/u/miniconda3/envs/sdf/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -isystem /home/u/miniconda3/envs/sdf/lib/python3.8/site-packages/torch/include/TH -isystem /home/u/miniconda3/envs/sdf/lib/python3.8/site-packages/torch/include/THC -isystem /home/u/miniconda3/envs/sdf/include/python3.8 -D_GLIBCXX_USE_CXX11_ABI=0 -D__CUDA_NO_HALF_OPERATORS -D__CUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -gencode=arch=compute_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 --compiler-options '-fPIC' -O3 -std=c++14 -U__CUDA_NO_HALF_OPERATORS__ -U__CUDA_NO_HALF_CONVERSIONS__ -U__CUDA_NO_HALF2_OPERATORS__ -c /home/u/haochen/stable-dreamfusion/gridencoder/src/gridencoder.cu -o gridencoder.cuda.o
/usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’:
435 | function(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’
/usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’:
530 | operator=(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’
ninja: build stopped: subcommand failed.
When I run "python main.py -O --image ./df_ep0100_0008_rgb_rgba.png --workspace trial_image --iters 500", I met this problem, how can I solve it? Thx!!!
The text was updated successfully, but these errors were encountered: