-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
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
Build errors #5
Comments
Makefile has been fixed for some bugs. Note there are some thirdparty libs you need to install on your machine, such as "/home/shen/caffe/thirdparty/cudnn" "/home/shen/caffe/thirdparty/nccl" "/home/shen/caffe/thirdparty/blas" "/home/shen/caffe/thirdparty/mpich" |
have tried again..still getting an issue with there being no directory in the repo for caffe/layers/data? paperspace@psy21ytam: |
The data folder has been added and I uploaded a pre-built version of the code. |
Hi dude, just getting this build error...cant see the folder...whats ment to be inside it?
paperspace@psy21ytam:~/Desktop/SOFTWARE/styletransfer-master$ make -f Makefile
find:
src/caffe/layers/data': No such file or directory find:
src/caffe/layers/data': No such file or directoryCXX src/caffe/data_transformer.cpp
In file included from include/caffe/blob.hpp:8:0,
from include/caffe/data_transformer.hpp:7,
from src/caffe/data_transformer.cpp:11:
include/caffe/common.hpp:7:18: fatal error: nccl.h: No such file or directory
#include <nccl.h>
^
compilation terminated.
make: *** [build/src/caffe/data_transformer.o] Error 1
The text was updated successfully, but these errors were encountered: