DeepUPE
DeepUPE copied to clipboard
make
nvcc -std c++11 -c ops/bilateral_slice.cu.cc -o build/bilateral_slice.cu.o -DGOOGLE_CUDA=1 -x cu -Xcompiler -fPIC -I`python -c 'import tensorflow as tf; print(tf.sysconfig.get_include())'` -expt-relaxed-constexpr -Wno-deprecated-gpu-targets -ftz=true
process_begin: CreateProcess(NULL, nvcc -std c++11 -c ops/bilateral_slice.cu.cc -o build/bilateral_slice.cu.o -DGOOGLE_CUDA=1 -x cu -Xcompiler -fPIC -I`python -c "import tensorflow as tf; print(tf.sysconfig.get_include())`" -expt-relaxed-constexpr -Wno-deprecated-gpu-targets -ftz=true, ...) failed.
make (e=2): 系统找不到指定的文件。
make: *** [Makefile:31: build/bilateral_slice.cu.o] Error 2
在windows下make失败呢???请问是怎么回事呀,需要python=2.7啥的??