LAB
LAB copied to clipboard
make error
Hi @wywu
I'm really interesting about your method and great result represented in your paper.
I'd like to reproduce your code, but I get errors when make it.
What I have done is "make all -j4" in the Home directory.
What I get is
"src/caffe/alignment_tools/io.cpp: In function ‘void alignment_tools::ReadImageLabelList(const string&, const int&, std::vector<std::__cxx11::basic_string
I've solved it by alter Makefile.config and Makefile. thank anyway
Hi @dg618k I have faced this error as well, can you let me know what did you alter in Makefile.config and Makefile exactly? Many thanks
"src/caffe/alignment_tools/io.cpp: In function ‘void alignment_tools::ReadImageLabelList(const string&, const int&, std::vector<std::__cxx11::basic_string >&, std::vector<std::vector >&)’:
src/caffe/alignment_tools/io.cpp:52:27: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
fgets(buf, max_path, fp);
nvcc fatal : Unsupported gpu architecture 'compute_70'