物体検出SNIPERのmake中にCUDA_CALLのエラーが出る

物体検出のSNIPERがすごいらしいので使ってみたい

GitHub - mahyarnajibi/SNIPER: SNIPER / AutoFocus is an efficient multi-scale object detection training / inference algorithm
SNIPER / AutoFocus is an efficient multi-scale object detection training / inference algorithm - mahyarnajibi/SNIPER

が、make中にエラー発生

CUDA_CALLが云々と怒られる

config.mkを開いて

#---------------------
# choice of compiler
#--------------------

export CC = gcc-5
export CXX = g++-5
export NVCC = nvcc

コンパイラのバージョンを5.5に変えるとエラーは無くなった

複数バージョンを楽に管理する方法はこちらを参照

Ubuntuで複数のバージョンのgcc/g++の切り替えや指定を楽にする
OS:Ubuntu 18.04 gccやg++のバージョンを切り替えたい時がある。 が、altanativesを使うのは面倒くさい。 もっと簡単に、gcc-6とかg++-5とかでぱぱっと使い分けたい。 手順 ここのページをみて、使いたいバー...

参考

cudnn_algoreg.o Failed Error · Issue #108 · mahyarnajibi/SNIPER
Makefile:166: "USE_LAPACK disabled because libraries were not found" Running CUDA_ARCH: -gencode arch=compute_30,code=sm...
compiling from source failed · Issue #9267 · apache/mxnet
Description I try to compile the c++ api from the source code and met some error about cuda Environment info (Required) ...

コメント

タイトルとURLをコピーしました