nv-tlabs / GSCNN

Gated-Shape CNN for Semantic Segmentation (ICCV 2019)
https://nv-tlabs.github.io/GSCNN/
Other
920 stars 202 forks source link

subprocess.CalledProcessError: Command '['where', 'cl']' returned non-zero exit status 1. #42

Open shifangtian opened 5 years ago

shifangtian commented 5 years ago

Traceback (most recent call last): File "D:/my/torch-gpu/mu_yi_hua-GSCNN-master/GSCNN/train.py", line 381, in main() File "D:/my/torch-gpu/mu_yi_hua-GSCNN-master/GSCNN/train.py", line 128, in main assert_and_infer_cfg(args) File "D:\my\torch-gpu\mu_yi_hua-GSCNN-master\GSCNN\config.py", line 86, in assert_and_infer_cfg import encoding File "D:\deeplearning\anaconda\envs\torch-gpu\lib\site-packages\encoding__init.py", line 13, in from . import nn, functions, parallel, utils, models, datasets, transforms File "D:\deeplearning\anaconda\envs\torch-gpu\lib\site-packages\encoding\nn\init.py", line 12, in from .encoding import * File "D:\deeplearning\anaconda\envs\torch-gpu\lib\site-packages\encoding\nn\encoding.py", line 18, in from ..functions import scaled_l2, aggregate, pairwise_cosine File "D:\deeplearning\anaconda\envs\torch-gpu\lib\site-packages\encoding\functions\init.py", line 2, in from .encoding import * File "D:\deeplearning\anaconda\envs\torch-gpu\lib\site-packages\encoding\functions\encoding.py", line 14, in from .. import lib File "D:\deeplearning\anaconda\envs\torch-gpu\lib\site-packages\encoding\lib\init__.py", line 15, in ], build_directory=cpu_path, verbose=False) File "D:\deeplearning\anaconda\envs\torch-gpu\lib\site-packages\torch\utils\cpp_extension.py", line 644, in load is_python_module) File "D:\deeplearning\anaconda\envs\torch-gpu\lib\site-packages\torch\utils\cpp_extension.py", line 813, in _jit_compile with_cuda=with_cuda) File "D:\deeplearning\anaconda\envs\torch-gpu\lib\site-packages\torch\utils\cpp_extension.py", line 862, in _write_ninja_file_and_build with_cuda=with_cuda) File "D:\deeplearning\anaconda\envs\torch-gpu\lib\site-packages\torch\utils\cpp_extension.py", line 1072, in _write_ninja_file 'cl']).decode().split('\r\n') File "D:\deeplearning\anaconda\envs\torch-gpu\lib\subprocess.py", line 336, in check_output **kwargs).stdout File "D:\deeplearning\anaconda\envs\torch-gpu\lib\subprocess.py", line 418, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['where', 'cl']' returned non-zero exit status 1.

tovacinni commented 4 years ago

Can you share your package versions and experimental setup?

shifangtian commented 4 years ago

cuda9.0 cudnn7.0 pytorch-gpu1.1.0

------------------ 原始邮件 ------------------ 发件人: "Towaki"<notifications@github.com>; 发送时间: 2019年11月21日(星期四) 上午6:40 收件人: "nv-tlabs/GSCNN"<GSCNN@noreply.github.com>; 抄送: "剑可入鞘否"<404716439@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [nv-tlabs/GSCNN] subprocess.CalledProcessError: Command '['where', 'cl']' returned non-zero exit status 1. (#42)

Can you share your package versions and experimental setup?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

lqwfree commented 4 years ago

Have you solved this problem?How to solve it?

KL-Ding commented 4 years ago

how to solve it?