We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to compile Faster R-CNN, but when I execute make in $Fast_root$/lib, I got an issue
make
$Fast_root$/lib
nvcc fatal : A single input file is required for a non-link phase when an outputfile is specified
followed with
g++: error: roi_pooling_op.cu.o: No such file or directory g++: error: GOOGLE_CUDA=1: No such file or directory
g++: error: roi_pooling_op.cu.o: No such file or directory
g++: error: GOOGLE_CUDA=1: No such file or directory
I have already added /usr/local/cuda-9.0/bin to PATH, and nvcc --version tells me Cuda compilation tools, release 9.0, V9.0.176
/usr/local/cuda-9.0/bin
nvcc --version
Cuda compilation tools, release 9.0, V9.0.176
anyone help me?
The text was updated successfully, but these errors were encountered:
Have you dealed with this? I have the same problem!
Sorry, something went wrong.
你好想问下 这个问题如何解决的,我也遇到了这样的问题
No branches or pull requests
I'm trying to compile Faster R-CNN, but when I execute
make
in$Fast_root$/lib
, I got an issuenvcc fatal : A single input file is required for a non-link phase when an outputfile is specified
followed with
g++: error: roi_pooling_op.cu.o: No such file or directory
g++: error: GOOGLE_CUDA=1: No such file or directory
I have already added
/usr/local/cuda-9.0/bin
to PATH, andnvcc --version
tells meCuda compilation tools, release 9.0, V9.0.176
anyone help me?
The text was updated successfully, but these errors were encountered: